HomeSort by relevance Sort by last modified time
    Searched refs:m_pluginObjects (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.cpp 105 PluginObjectMap::iterator it = m_pluginObjects.begin();
106 for (; it != m_pluginObjects.end(); ++it) {
110 m_pluginObjects.clear();
377 // The Frame maintains a list of plugin objects (m_pluginObjects)
395 m_pluginObjects.set(widget, npObject);
402 PluginObjectMap::iterator it = m_pluginObjects.find(nativeHandle);
403 if (it == m_pluginObjects.end())
407 m_pluginObjects.remove(it);
ScriptController.h 180 PluginObjectMap m_pluginObjects;

Completed in 23 milliseconds