Searched defs:popupsAllowed (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DNPV8Object.cpp323 bool popupsAllowed = false; local
324 return _NPN_EvaluateHelper(npp, popupsAllowed, npObject, npScript, result);
327 bool _NPN_EvaluateHelper(NPP npp, bool popupsAllowed, NPObject* npObject, NPString* npScript, NPVariant* result) argument
347 if (!popupsAllowed)
355 UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebBindings.cpp78 bool WebBindings::evaluateHelper(NPP npp, bool popupsAllowed, NPObject* object, NPString* script, NPVariant* result) argument
80 return _NPN_EvaluateHelper(npp, popupsAllowed, object, script, result);
H A DWebPluginContainerImpl.cpp440 WebString WebPluginContainerImpl::executeScriptURL(const WebURL& url, bool popupsAllowed) argument
452 UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);

Completed in 159 milliseconds