Searched refs:aListenerCopy (Results 1 – 2 of 2) sorted by relevance
619 ListenerContainer aListenerCopy (maListeners); in notify() local629 ::std::back_inserter(aListenerCopy)); in notify()632 if (aListenerCopy.size() > 0) in notify()635 ListenerContainer::const_iterator iEnd (aListenerCopy.end()); in notify()636 for (iListener=aListenerCopy.begin(); iListener!=iEnd; ++iListener) in notify()
1511 ::std::vector<Reference<XAccessibleEventListener> > aListenerCopy(maListeners); in FireAccessibleEvent()1513 iListener(aListenerCopy.begin()), in FireAccessibleEvent()1514 iEnd(aListenerCopy.end()); in FireAccessibleEvent()