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

  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerProxy.h 57 ScriptInstance pluginInstance();
MediaPlayerProxy.cpp 65 ScriptInstance WebMediaPlayerProxy::pluginInstance()
130 Instance* instance = pluginInstance().get();
  /external/webkit/Source/WebCore/bindings/js/
JSPluginElementFunctions.h 38 JSC::Bindings::Instance* pluginInstance(Node*);
JSPluginElementFunctions.cpp 43 Instance* pluginInstance(Node* node)
187 Instance* instance = pluginInstance(element->impl());
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 177 NetscapePluginInstanceProxy* NetscapePluginHostProxy::pluginInstance(uint32_t pluginID)
376 NetscapePluginInstanceProxy* instanceProxy = hostProxy->pluginInstance(pluginID);
396 NetscapePluginInstanceProxy* instanceProxy = hostProxy->pluginInstance(pluginID);
414 NetscapePluginInstanceProxy* instanceProxy = hostProxy->pluginInstance(pluginID);
431 if (NetscapePluginInstanceProxy* instanceProxy = hostProxy->pluginInstance(pluginID))
439 if (NetscapePluginInstanceProxy* instanceProxy = hostProxy->pluginInstance(pluginID))
453 NetscapePluginInstanceProxy* instanceProxy = hostProxy->pluginInstance(pluginID);
467 NetscapePluginInstanceProxy* instanceProxy = hostProxy->pluginInstance(pluginID);
483 NetscapePluginInstanceProxy* instanceProxy = hostProxy->pluginInstance(pluginID);
499 NetscapePluginInstanceProxy* instanceProxy = hostProxy->pluginInstance(pluginID)
    [all...]
NetscapePluginHostProxy.h 52 NetscapePluginInstanceProxy* pluginInstance(uint32_t pluginID);
NetscapePluginInstanceProxy.mm 241 } while (pluginHostProxy->pluginInstance(m_pluginID) || !m_pluginID);
    [all...]
  /external/webkit/Source/WebCore/bridge/
runtime_method.cpp 108 instance = pluginInstance(element);
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.mm 543 ObjcInstance* instance = static_cast<ObjcInstance*>(pluginInstance(el));

Completed in 1517 milliseconds