Home
last modified time | relevance | path

Searched refs:CallQueueMap (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/plugins/
DPluginMainThreadScheduler.cpp48 CallQueueMap::iterator it = m_callQueueMap.find(npp); in scheduleCall()
94 CallQueueMap copy(m_callQueueMap); in dispatchCalls()
98 CallQueueMap::iterator end = m_callQueueMap.end(); in dispatchCalls()
99 for (CallQueueMap::iterator it = m_callQueueMap.begin(); it != end; ++it) in dispatchCalls()
106 CallQueueMap::iterator end = copy.end(); in dispatchCalls()
107 for (CallQueueMap::iterator it = copy.begin(); it != end; ++it) in dispatchCalls()
DPluginMainThreadScheduler.h57 typedef HashMap<NPP, Deque<Call> > CallQueueMap; typedef
80 CallQueueMap m_callQueueMap;