Searched refs:popupsAllowed (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebPluginContainer.h | 86 virtual WebString executeScriptURL(const WebURL&, bool popupsAllowed) = 0;
|
D | WebBindings.h | 73 …BLINK_EXPORT static bool evaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* script, NPVa…
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | NPV8Object.cpp | 323 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()
|
D | npruntime_impl.h | 56 bool _NPN_EvaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* npScript, NPVariant* result);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebBindings.cpp | 78 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()
|
D | WebPluginContainerImpl.h | 109 virtual WebString executeScriptURL(const WebURL&, bool popupsAllowed) OVERRIDE;
|
D | WebPluginContainerImpl.cpp | 440 WebString WebPluginContainerImpl::executeScriptURL(const WebURL& url, bool popupsAllowed) in executeScriptURL() argument 452 …UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : Possibl… in executeScriptURL()
|