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

  /external/chromium_org/content/shell/tools/plugin/Tests/
NPRuntimeCallsWithNullNPP.cpp 46 NPObject* windowObject = 0;
47 if (NPN_GetValue(NPNVWindowNPObject, &windowObject) != NPERR_NO_ERROR || !windowObject)
51 if (!PluginTest::netscapeFuncs()->hasmethod(0, windowObject, alertIdentifier)) {
52 NPN_ReleaseObject(windowObject);
58 if (!PluginTest::netscapeFuncs()->getproperty(0, windowObject, documentIdentifier, &variant)) {
59 NPN_ReleaseObject(windowObject);
64 NPN_ReleaseObject(windowObject);
InvokeDestroysPluginWithinNPP_New.cpp 57 NPObject* windowObject = 0;
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/content/shell/tools/plugin/
PluginObject.cpp 44 static void pluginLogWithWindowObject(NPObject* windowObject,
49 windowObject,
90 NPObject* windowObject = 0;
92 browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
100 pluginLogWithWindowObject(windowObject, instance, message);
101 browser->releaseobject(windowObject);
    [all...]
main.cpp 434 NPObject* windowObject = 0;
435 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
439 if (browser->getproperty(instance, windowObject, browser->getstringidentifier(obj->onStreamDestroy), &onStreamDestroyVariant)) {
452 browser->releaseobject(windowObject);
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 160 NPObject *windowObject = NULL;
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/third_party/WebKit/public/web/
WebFrame.h 254 virtual NPObject* windowObject() const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 106 virtual NPObject* windowObject() const OVERRIDE;
WebRemoteFrameImpl.h 58 virtual NPObject* windowObject() const OVERRIDE;
WebRemoteFrameImpl.cpp 321 NPObject* WebRemoteFrameImpl::windowObject() const
WebLocalFrameImpl.cpp 682 NPObject* WebLocalFrameImpl::windowObject() const
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 756 return webframe_->windowObject();
    [all...]

Completed in 243 milliseconds