Searched refs:aLocalChildList (Results 1 – 1 of 1) sorted by relevance
201 ChildListVectorType aLocalChildList( m_aChildList ); in NotifyEvent() local205 ChildListVectorType::iterator aEndIter = aLocalChildList.end(); in NotifyEvent()206 for( ChildListVectorType::iterator aIter = aLocalChildList.begin() ; in NotifyEvent()447 ChildListVectorType aLocalChildList( m_aChildList ); in KillAllChildren() local460 ChildListVectorType::const_iterator aEndIter = aLocalChildList.end(); in KillAllChildren()461 for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin(); in KillAllChildren()727 ChildListVectorType aLocalChildList( m_aChildList ); in getAccessibleAtPoint() local732 for( ChildListVectorType::const_iterator aIter = aLocalChildList.begin(); in getAccessibleAtPoint()733 aIter != aLocalChildList.end(); ++aIter ) in getAccessibleAtPoint()
Completed in 13 milliseconds