Home
last modified time | relevance | path

Searched refs:NPNVWindowNPObject (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/
DPluginObject.cpp92 browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in pluginLogWithArguments()
265 browser->getvalue(plugin->npp, NPNVWindowNPObject, &windowScriptObject); in callDeletePlugin()
537 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testPassTestObject()
565 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testCallback()
595 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testCallbackReturn()
775 browser->getvalue(obj->npp, NPNVWindowNPObject, &object); in testGetProperty()
852 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testEvaluate()
954 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testScriptObjectInvoke()
1030 browser->getvalue(npp, NPNVWindowNPObject, &windowObject); in testDocumentOpen()
1073 browser->getvalue(npp, NPNVWindowNPObject, &windowObject); in testWindowOpen()
[all …]
DPluginTest.cpp231 browser->getvalue(m_npp, NPNVWindowNPObject, &windowScriptObject); in executeScript()
Dmain.cpp400 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in executeScript()
435 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in NPP_DestroyStream()
/external/chromium_org/content/test/plugin/
Dplugin_delete_plugin_in_deallocate_test.cc33 object->host_functions_->getvalue(object->id_, NPNVWindowNPObject, in Deallocate()
100 HostFunctions()->getvalue(id(), NPNVWindowNPObject, &window); in SetWindow()
Dplugin_npobject_lifetime_test.cc99 if (!HostFunctions()->getvalue(id(), NPNVWindowNPObject, in SetWindow()
151 g_npn_evaluate_test_instance_->id(), NPNVWindowNPObject, in TimerProc()
Dplugin_windowed_test.cc84 HostFunctions()->getvalue(id(), NPNVWindowNPObject,&window_obj); in Destroy()
116 this_ptr->id(), NPNVWindowNPObject, &window_obj); in CallJSFunction()
Dplugin_delete_plugin_in_stream_test.cc39 HostFunctions()->getvalue(id(), NPNVWindowNPObject, &window_obj); in NewStream()
Dplugin_npobject_proxy_test.cc28 HostFunctions()->getvalue(id(), NPNVWindowNPObject, &window_obj); in SetWindow()
Dplugin_execute_stream_javascript.cc51 id(), NPNVWindowNPObject, &window_obj); in Write()
Dplugin_npobject_identity_test.cc63 HostFunctions()->getvalue(id(), NPNVWindowNPObject, &window); in SetWindow()
Dplugin_private_test.cc33 HostFunctions()->getvalue(id(), NPNVWindowNPObject, &window_obj); in New()
Dplugin_thread_async_call_test.cc93 HostFunctions()->getvalue(id(), NPNVWindowNPObject, &window_obj); in OnCallSucceeded()
Dplugin_get_javascript_url_test.cc77 NPNVWindowNPObject, in TimerProc()
Dplugin_test.cc75 host_functions_->getvalue(id_, NPNVWindowNPObject, &window_obj); in SignalTestCompleted()
Dplugin_windowless_test.cc175 browser->getvalue(id, NPNVWindowNPObject, &window_obj); in ExecuteScript()
Dplugin_geturl_test.cc164 HostFunctions()->getvalue(id(), NPNVWindowNPObject, &window_obj); in NewStream()
/external/chromium_org/content/shell/tools/plugin/Tests/
DLeakWindowScriptableObject.cpp25 if (NPN_GetValue(NPNVWindowNPObject, &window) != NPERR_NO_ERROR) { in NPP_New()
DInvokeDestroysPluginWithinNPP_New.cpp58 if (NPN_GetValue(NPNVWindowNPObject, &windowObject) != NPERR_NO_ERROR) in NPP_New()
DNPRuntimeCallsWithNullNPP.cpp47 if (NPN_GetValue(NPNVWindowNPObject, &windowObject) != NPERR_NO_ERROR || !windowObject) in NPP_New()
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
Dmain.c161 error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in NPP_New()
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpapi.h436 NPNVWindowNPObject = 15, enumerator
/external/chromium_org/third_party/npapi/bindings/
Dnpapi.h429 NPNVWindowNPObject = 15, enumerator
/external/chromium_org/content/child/npapi/
Dplugin_host.cc693 case NPNVWindowNPObject: { in NPN_GetValue()