Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.h297 Deque<RefPtr<PluginRequest> > m_pluginRequests; variable
DNetscapePluginInstanceProxy.mm722 ASSERT(!m_pluginRequests.isEmpty());
725 RefPtr<PluginRequest> request = m_pluginRequests.first();
726 m_pluginRequests.removeFirst();
728 if (!m_pluginRequests.isEmpty())
784 m_pluginRequests.append(pluginRequest.release());