Searched refs:pImageEntry (Results 1 – 2 of 2) sorted by relevance
197 if ( pImageEntry != m_aImageMap.end() ) in startElement()199 switch ( pImageEntry->second ) in startElement()239 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()240 if ( pImageEntry != m_aImageMap.end() ) in startElement()242 switch ( pImageEntry->second ) in startElement()348 if ( pImageEntry != m_aImageMap.end() ) in startElement()350 switch ( pImageEntry->second ) in startElement()463 if ( pImageEntry != m_aImageMap.end() ) in startElement()465 switch ( pImageEntry->second ) in startElement()530 if ( pImageEntry != m_aImageMap.end() ) in endElement()[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()
Completed in 42 milliseconds