Searched refs:popupsAllowed (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
H A DPlatformBridge.h93 static bool popupsAllowed(NPP npp);
H A DPlatformBridgeQt.cpp31 bool PlatformBridge::popupsAllowed(NPP npp) function in class:WebCore::PlatformBridge
/external/webkit/Source/WebKit/chromium/public/
H A DWebPluginContainer.h78 virtual WebString executeScriptURL(const WebURL&, bool popupsAllowed) = 0;
H A DWebBindings.h65 WEBKIT_API static bool evaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* script, NPVariant* result);
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime_impl.h60 bool _NPN_EvaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* npScript, NPVariant* result);
H A DNPV8Object.cpp254 bool popupsAllowed = PlatformBridge::popupsAllowed(npp); local
255 return _NPN_EvaluateHelper(npp, popupsAllowed, npObject, npScript, result);
258 bool _NPN_EvaluateHelper(NPP npp, bool popupsAllowed, NPObject* npObject, NPString* npScript, NPVariant* result) argument
279 if (!popupsAllowed)
282 // Set popupsAllowed flag to the current execution frame, so WebKit can get
287 frame->script()->setAllowPopupsFromPlugin(popupsAllowed);
/external/webkit/Source/WebCore/platform/android/
H A DPlatformBridge.h113 static bool popupsAllowed(NPP);
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.h91 virtual WebString executeScriptURL(const WebURL&, bool popupsAllowed);
H A DWebBindings.cpp81 bool WebBindings::evaluateHelper(NPP npp, bool popupsAllowed, NPObject* object, NPString* script, NPVariant* result) argument
83 return _NPN_EvaluateHelper(npp, popupsAllowed, object, script, result);
H A DWebPluginContainerImpl.cpp348 WebString WebPluginContainerImpl::executeScriptURL(const WebURL& url, bool popupsAllowed) argument
360 ScriptValue result = frame->script()->executeScript(script, popupsAllowed);
H A DPlatformBridge.cpp1041 bool PlatformBridge::popupsAllowed(NPP npp) function in class:WebCore::PlatformBridge
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp115 bool PlatformBridge::popupsAllowed(NPP) function in class:WebCore::PlatformBridge
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h212 static bool popupsAllowed(NPP);

Completed in 5056 milliseconds