Searched defs:EventSourceList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp1311 typedef std::list <ComPtr<IEventSource> > EventSourceList; typedef in class:EventSourceAggregator
1315 EventSourceList mEventSources;
1470 for (EventSourceList::const_iterator it = mEventSources.begin(); it != mEventSources.end();
1502 for (EventSourceList::const_iterator it = mEventSources.begin(); it != mEventSources.end();
1529 for (EventSourceList::const_iterator it = mEventSources.begin(); it != mEventSources.end();

Completed in 313 milliseconds