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

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginMainThreadScheduler.cpp48 CallQueueMap::iterator it = m_callQueueMap.find(npp);
94 CallQueueMap copy(m_callQueueMap);
98 CallQueueMap::iterator end = m_callQueueMap.end();
99 for (CallQueueMap::iterator it = m_callQueueMap.begin(); it != end; ++it)
106 CallQueueMap::iterator end = copy.end();
107 for (CallQueueMap::iterator it = copy.begin(); it != end; ++it)
H A DPluginMainThreadScheduler.h58 typedef HashMap<NPP, Deque<Call>> CallQueueMap; typedef in class:WebCore::PluginMainThreadScheduler
81 CallQueueMap m_callQueueMap;

Completed in 256 milliseconds