Searched refs:shouldReplaceDocumentIfJavaScriptURL (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/
H A DScriptControllerBase.cpp71 bool ScriptController::executeIfJavaScriptURL(const KURL& url, ShouldReplaceDocumentIfJavaScriptURL shouldReplaceDocumentIfJavaScriptURL) argument
110 if (shouldReplaceDocumentIfJavaScriptURL == ReplaceDocumentIfJavaScriptURL) {
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptController.h78 bool executeIfJavaScriptURL(const KURL&, ShouldReplaceDocumentIfJavaScriptURL shouldReplaceDocumentIfJavaScriptURL = ReplaceDocumentIfJavaScriptURL);
/external/webkit/Source/WebCore/bindings/js/
H A DScriptController.h100 bool executeIfJavaScriptURL(const KURL&, ShouldReplaceDocumentIfJavaScriptURL shouldReplaceDocumentIfJavaScriptURL = ReplaceDocumentIfJavaScriptURL);
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp279 // The shouldReplaceDocumentIfJavaScriptURL parameter will go away when the FIXME to eliminate the
281 void FrameLoader::urlSelected(const FrameLoadRequest& passedRequest, PassRefPtr<Event> triggeringEvent, bool lockHistory, bool lockBackForwardList, ReferrerPolicy referrerPolicy, ShouldReplaceDocumentIfJavaScriptURL shouldReplaceDocumentIfJavaScriptURL) argument
287 if (m_frame->script()->executeIfJavaScriptURL(frameRequest.resourceRequest().url(), shouldReplaceDocumentIfJavaScriptURL))

Completed in 144 milliseconds