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

  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginController.h 70 virtual NPObject* pluginElementNPObject() = 0;
PluginProxy.cpp 404 NPObject* pluginElementNPObject = m_pluginController->pluginElementNPObject();
405 if (!pluginElementNPObject) {
410 pluginElementNPObjectID = m_connection->npRemoteObjectMap()->registerNPObject(pluginElementNPObject, this);
411 releaseNPObject(pluginElementNPObject);
PluginView.h 127 virtual NPObject* pluginElementNPObject();
PluginView.cpp 920 NPObject* PluginView::pluginElementNPObject()
    [all...]
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.h 88 virtual NPObject* pluginElementNPObject();
PluginControllerProxy.cpp 238 NPObject* PluginControllerProxy::pluginElementNPObject()
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 89 NPObject* pluginElementNPObject();
NetscapePlugin.cpp 228 NPObject* NetscapePlugin::pluginElementNPObject()
230 return m_pluginController->pluginElementNPObject();
NetscapeBrowserFuncs.cpp 436 NPObject* pluginElementNPObject = plugin->pluginElementNPObject();
437 *(NPObject**)value = pluginElementNPObject;

Completed in 49 milliseconds