Searched refs:m_rSource (Results 1 – 1 of 1) sorted by relevance
458 …Reference<XInputStream> m_rSource; // the stream covering the original data of the content member in UCBStorageStream_Impl741 if( m_rSource.is() ) in ~UCBStorageStream_Impl()742 m_rSource = Reference< XInputStream >(); in ~UCBStorageStream_Impl()845 if( m_bSourceRead && !m_rSource.is() ) in Init()852 m_rSource = m_pContent->openStream(); in Init()859 if( m_rSource.is() ) in Init()865 m_rSource->skipBytes( m_pStream->Tell() ); in Init()890 DBG_ASSERT( m_rSource.is() || !m_bSourceRead, "Unreadable source stream!" ); in Init()911 aReaded = m_rSource->readBytes( aData, 32000 );951 aReaded = m_rSource->readBytes( aData, aToCopy );[all …]