Searched refs:NPObject (Results 76 - 89 of 89) sorted by relevance

1234

/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp399 NPObject *windowScriptObject;
434 NPObject* windowObject = 0;
441 NPObject* onStreamDestroyFunction = NPVARIANT_TO_OBJECT(onStreamDestroyVariant);
859 browser->retainobject((NPObject *)obj);
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc174 NPObject *window_obj = NULL;
H A Dplugin_geturl_test.cc163 NPObject *window_obj = NULL;
166 SetError("Failed to get NPObject for plugin instance2");
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc173 NPObject *PluginInstance::GetPluginScriptableObject() {
174 NPObject *value = NULL;
H A Dwebplugin_delegate_impl.h92 virtual NPObject* GetPluginScriptableObject() OVERRIDE;
H A Dplugin_host.cc699 NPObject *np_object = plugin->webplugin()->GetWindowScriptNPObject();
719 NPObject *np_object = plugin->webplugin()->GetPluginElement();
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c160 NPObject *windowObject = NULL;
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc732 NPObject* WebPluginDelegateProxy::GetPluginScriptableObject() {
968 NPObject* npobject = NULL;
989 NPObject* npobject = NULL;
H A Dwebplugin_impl.cc280 NPObject* WebPluginImpl::scriptableObject() {
751 NPObject* WebPluginImpl::GetWindowScriptNPObject() {
759 NPObject* WebPluginImpl::GetPluginElement() {
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc89 // Remove the NPObject owner mapping for this instance.
200 // Add an NPObject owner mapping for this instance, to support ownership
301 NPObject* object = delegate_->GetPluginScriptableObject();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPlugInElement.cpp391 NPObject* HTMLPlugInElement::getNPObject()
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp424 NPObject* WebPluginContainerImpl::scriptableObjectForElement()
596 // WebPlugin implementation can't provide the obsolete NPObject at the same time:
601 NPObject* npObject = m_webPlugin->scriptableObject();
H A DWebLocalFrameImpl.cpp682 NPObject* WebLocalFrameImpl::windowObject() const
689 void WebLocalFrameImpl::bindToWindowObject(const WebString& name, NPObject* object)
694 void WebLocalFrameImpl::bindToWindowObject(const WebString& name, NPObject* object, void*)
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.cc244 NPObject* TestPlugin::scriptableObject() {

Completed in 269 milliseconds

1234