Searched refs:copyList (Results 1 – 3 of 3) sorted by relevance
2782 std::list< Notifier* >* copyList = itnew->second.notifier; in getContentExchangedEventListeners() local2804 if( copyList != 0 ) in getContentExchangedEventListeners()2806 std::list< Notifier* >::iterator copyIt = copyList->begin(); in getContentExchangedEventListeners()2807 while( copyIt != copyList->end() ) in getContentExchangedEventListeners()2813 delete copyList; in getContentExchangedEventListeners()
924 copyList( (*groupIter)->controls(), destinationList, addGroupSeperator ); in insertGroupsIntoControlList()941 copyList( (*groupIter)->controls(), destinationList, addGroupSeperator ); in insertGroupsIntoControlList()965 void RBGroupManager::copyList( std::vector< OCX_Control* >& src, in copyList() function in RBGroupManager
533 void copyList( std::vector< OCX_Control* >& src,
Completed in 52 milliseconds