Home
last modified time | relevance | path

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

/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm598 ASSERT(!m_pluginRequests.isEmpty());
601 RefPtr<PluginRequest> request = m_pluginRequests.first();
602 m_pluginRequests.removeFirst();
604 if (!m_pluginRequests.isEmpty())
660 m_pluginRequests.append(pluginRequest.release());
DNetscapePluginInstanceProxy.h289 Deque<RefPtr<PluginRequest> > m_pluginRequests; variable