Searched refs:executeScriptIfJavaScriptURL (Results 1 – 5 of 5) sorted by relevance
100 bool executeScriptIfJavaScriptURL(const KURL&);
529 bool ScriptController::executeScriptIfJavaScriptURL(const KURL& url) in executeScriptIfJavaScriptURL() function in blink::ScriptController
97 toLocalFrame(contentFrame())->script().executeScriptIfJavaScriptURL(scriptURL); in openURL()
430 document().frame()->script().executeScriptIfJavaScriptURL(submission->action()); in scheduleFormSubmission()
678 if (m_frame->script().executeScriptIfJavaScriptURL(url)) in prepareRequestForThisFrame()