Searched defs:forceUserGesture (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/bindings/
H A DScriptControllerBase.cpp44 ScriptValue ScriptController::executeScript(const String& script, bool forceUserGesture) argument
46 return executeScript(ScriptSourceCode(script, forceUserGesture ? KURL() : m_frame->loader()->url()));
/external/webkit/WebCore/bindings/js/
H A DScriptController.cpp443 ScriptValue ScriptController::executeScriptInWorld(DOMWrapperWorld* world, const String& script, bool forceUserGesture) argument
445 ScriptSourceCode sourceCode(script, forceUserGesture ? KURL() : m_frame->loader()->url());

Completed in 56 milliseconds