Home
last modified time | relevance | path

Searched refs:popupsAllowed (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebPluginContainer.h86 virtual WebString executeScriptURL(const WebURL&, bool popupsAllowed) = 0;
DWebBindings.h73 …BLINK_EXPORT static bool evaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* script, NPVa…
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DNPV8Object.cpp323 bool popupsAllowed = false; in _NPN_Evaluate() local
324 return _NPN_EvaluateHelper(npp, popupsAllowed, npObject, npScript, result); in _NPN_Evaluate()
327 bool _NPN_EvaluateHelper(NPP npp, bool popupsAllowed, NPObject* npObject, NPString* npScript, NPVar… in _NPN_EvaluateHelper() argument
347 if (!popupsAllowed) in _NPN_EvaluateHelper()
355 …UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : Possibl… in _NPN_EvaluateHelper()
Dnpruntime_impl.h56 bool _NPN_EvaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* npScript, NPVariant* result);
/external/chromium_org/third_party/WebKit/Source/web/
DWebBindings.cpp78 bool WebBindings::evaluateHelper(NPP npp, bool popupsAllowed, NPObject* object, NPString* script, N… in evaluateHelper() argument
80 return _NPN_EvaluateHelper(npp, popupsAllowed, object, script, result); in evaluateHelper()
DWebPluginContainerImpl.h109 virtual WebString executeScriptURL(const WebURL&, bool popupsAllowed) OVERRIDE;
DWebPluginContainerImpl.cpp440 WebString WebPluginContainerImpl::executeScriptURL(const WebURL& url, bool popupsAllowed) in executeScriptURL() argument
452 …UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : Possibl… in executeScriptURL()