Searched refs:pImageEntry (Results 1 – 2 of 2) sorted by relevance
193 ImageHashMap::const_iterator pImageEntry = m_aImageMap.find( aName ) ; in startElement() local194 if ( pImageEntry != m_aImageMap.end() ) in startElement()196 switch ( pImageEntry->second ) in startElement()236 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()237 if ( pImageEntry != m_aImageMap.end() ) in startElement()239 switch ( pImageEntry->second ) in startElement()344 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()345 if ( pImageEntry != m_aImageMap.end() ) in startElement()347 switch ( pImageEntry->second ) in startElement()459 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()[all …]
991 ImageEntry* pImageEntry = ReadImageData( aImagesUserDefinedItemNode ); in ReadImages() local992 if ( pImageEntry ) in ReadImages()995 aImageManager.insert( ImageManager::value_type( aURL, *pImageEntry )); in ReadImages()996 delete pImageEntry; // We have the ownership of the pointer in ReadImages()