Lines Matching refs:m_aContent

435         m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).first;  in registerNotifier()
458 ContentMap::iterator it = m_aContent.find( aUnqPath ); in deregisterNotifier()
459 if( it == m_aContent.end() ) in deregisterNotifier()
465 m_aContent.erase( it ); in deregisterNotifier()
505 …ContentMap::iterator it = m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).fi… in associate()
540 …ContentMap::iterator it = m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).fi… in deassociate()
833 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in setv()
1087 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in getv()
1940 m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).first; in insertDefaultProperties()
2535 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in getv()
2572 shell::ContentMap::iterator it = m_aContent.find( aName ); in getContentEventListeners()
2573 if( it != m_aContent.end() && it->second.notifier ) in getContentEventListeners()
2599 shell::ContentMap::iterator it = m_aContent.find( aName ); in getContentDeletedEventListeners()
2600 if( it != m_aContent.end() && it->second.notifier ) in getContentDeletedEventListeners()
2670 shell::ContentMap::iterator it = m_aContent.find( aName ); in getPropertySetListeners()
2671 if( it != m_aContent.end() && it->second.notifier ) in getPropertySetListeners()
2746 ContentMap::iterator itnames = m_aContent.begin(); in getContentExchangedEventListeners()
2747 while( itnames != m_aContent.end() ) in getContentExchangedEventListeners()
2770 shell::ContentMap::iterator itold = m_aContent.find( aOldName ); in getContentExchangedEventListeners()
2771 if( itold != m_aContent.end() ) in getContentExchangedEventListeners()
2773 shell::ContentMap::iterator itnew = m_aContent.insert( in getContentExchangedEventListeners()
2786 m_aContent.erase( itold ); in getContentExchangedEventListeners()
2788 if( itnew != m_aContent.end() && itnew->second.notifier ) in getContentExchangedEventListeners()
2852 shell::ContentMap::iterator it = m_aContent.find( aName ); in getPropertyChangeNotifier()
2853 if( it != m_aContent.end() && it->second.notifier ) in getPropertyChangeNotifier()
2927 ContentMap::iterator it = m_aContent.find( old_Name ); in erasePersistentSet()
2928 if( it != m_aContent.end() ) in erasePersistentSet()