Searched refs:NPNVWindowNPObject (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | PluginObject.cpp | 82 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in pluginLogWithArguments() 471 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testPassTestObject() 491 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testCallback() 513 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testCallbackReturn() 663 browser->getvalue(obj->npp, NPNVWindowNPObject, &object); in testGetProperty() 726 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testEvaluate() 812 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in testScriptObjectInvoke() 877 browser->getvalue(npp, NPNVWindowNPObject, &windowObject); in testDocumentOpen() 921 browser->getvalue(npp, NPNVWindowNPObject, &windowObject); in testWindowOpen() 967 if (NPERR_NO_ERROR != browser->getvalue(obj->npp, NPNVWindowNPObject, &windowObject)) in testResizeTo() [all …]
|
D | PluginTest.cpp | 161 browser->getvalue(m_npp, NPNVWindowNPObject, &windowScriptObject); in executeScript()
|
D | main.cpp | 377 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in executeScript() 412 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in NPP_DestroyStream()
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginDebug.cpp | 100 case NPNVWindowNPObject: return "NPNVWindowNPObject"; in prettyNameForNPNVariable()
|
D | PluginView.cpp | 1436 case NPNVWindowNPObject: { in getValue()
|
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 174 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); in executeScript() 215 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in webkit_test_plugin_destroy_stream()
|
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/ |
D | main.c | 161 error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject); in NPP_New()
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 422 NPNVWindowNPObject = 15, enumerator
|
/external/webkit/Source/WebCore/plugins/android/ |
D | PluginViewAndroid.cpp | 492 case NPNVWindowNPObject: { in platformGetValue()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapeBrowserFuncs.cpp | 421 case NPNVWindowNPObject: { in NPN_GetValue()
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 2003 case NPNVWindowNPObject:
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 39240 Handle NPNVWindowNPObject and NPNVPluginElementNPObject.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 41228 …handler. At the moment the cross-platform code handles NPNVWindowNPObject, NPNVPluginElementNPObj…
|