Searched defs:windowObject (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/Tests/
H A DNPRuntimeCallsWithNullNPP.cpp46 NPObject* windowObject = 0; variable
47 if (NPN_GetValue(NPNVWindowNPObject, &windowObject) != NPERR_NO_ERROR || !windowObject)
51 if (!PluginTest::netscapeFuncs()->hasmethod(0, windowObject, alertIdentifier)) {
52 NPN_ReleaseObject(windowObject); variable
58 if (!PluginTest::netscapeFuncs()->getproperty(0, windowObject, documentIdentifier, &variant)) {
59 NPN_ReleaseObject(windowObject); variable
64 NPN_ReleaseObject(windowObject); variable
H A DInvokeDestroysPluginWithinNPP_New.cpp57 NPObject* windowObject = 0; local
58 if (NPN_GetValue(NPNVWindowNPObject, &windowObject) != NPERR_NO_ERROR)
61 if (!windowObject)
65 if (!NPN_Invoke(windowObject, NPN_GetStringIdentifier("removePluginElement"), 0, 0, &result))
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c160 NPObject *windowObject = NULL; local
161 error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
166 browser->invoke(instance, windowObject, browser->getstringidentifier("alert"), &alertMessage, 1, &result);
167 browser->releaseobject(windowObject);
/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp434 NPObject* windowObject = 0; local
435 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
439 if (browser->getproperty(instance, windowObject, browser->getstringidentifier(obj->onStreamDestroy), &onStreamDestroyVariant)) {
452 browser->releaseobject(windowObject);
H A DPluginObject.cpp44 static void pluginLogWithWindowObject(NPObject* windowObject, argument
49 windowObject,
90 NPObject* windowObject = 0; local
92 browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
100 pluginLogWithWindowObject(windowObject, instance, message);
101 browser->releaseobject(windowObject);
1029 NPObject* windowObject = 0; local
1030 browser->getvalue(npp, NPNVWindowNPObject, &windowObject);
1031 if (!windowObject)
1035 browser->getproperty(npp, windowObject, documentI
1072 NPObject* windowObject = 0; local
1122 NPObject* windowObject; local
1152 NPObject* windowObject; local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp321 NPObject* WebRemoteFrameImpl::windowObject() const function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp682 NPObject* WebLocalFrameImpl::windowObject() const function in class:blink::WebLocalFrameImpl

Completed in 182 milliseconds