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