HomeSort by relevance Sort by last modified time
    Searched refs:lockBackForwardList (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/loader/
RedirectScheduler.cpp 62 const bool lockBackForwardList;
68 ScheduledRedirection(double delay, const String& url, bool lockHistory, bool lockBackForwardList, bool wasUserGesture, bool refresh)
74 , lockBackForwardList(lockBackForwardList)
83 ScheduledRedirection(const String& url, const String& referrer, bool lockHistory, bool lockBackForwardList, bool wasUserGesture, bool refresh, bool duringLoad)
90 , lockBackForwardList(lockBackForwardList)
104 , lockBackForwardList(false)
113 bool lockHistory, bool lockBackForwardList, PassRefPtr<Event> event, PassRefPtr<FormState> formState,
122 , lockBackForwardList(lockBackForwardList
    [all...]
RedirectScheduler.h 58 void scheduleLocationChange(const String& url, const String& referrer, bool lockHistory = true, bool lockBackForwardList = true, bool userGesture = false);
FrameLoader.h 112 void loadFrameRequest(const FrameLoadRequest&, bool lockHistory, bool lockBackForwardList, // Called by submitForm, calls loadPostRequest and loadURL.
216 void changeLocation(const KURL&, const String& referrer, bool lockHistory = true, bool lockBackForwardList = true, bool userGesture = false, bool refresh = false);
217 void urlSelected(const ResourceRequest&, const String& target, PassRefPtr<Event>, bool lockHistory, bool lockBackForwardList, bool userGesture, ReferrerPolicy);
330 void clientRedirected(const KURL&, double delay, double fireDate, bool lockBackForwardList);
FrameLoader.cpp 330 void FrameLoader::changeLocation(const KURL& url, const String& referrer, bool lockHistory, bool lockBackForwardList, bool userGesture, bool refresh)
342 urlSelected(request, "_self", 0, lockHistory, lockBackForwardList, userGesture, SendReferrer);
345 void FrameLoader::urlSelected(const ResourceRequest& request, const String& passedTarget, PassRefPtr<Event> triggeringEvent, bool lockHistory, bool lockBackForwardList, bool userGesture, ReferrerPolicy referrerPolicy)
364 loadFrameRequest(frameRequest, lockHistory, lockBackForwardList, triggeringEvent, 0, referrerPolicy);
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Utilities.cpp 118 void navigateIfAllowed(Frame* frame, const KURL& url, bool lockHistory, bool lockBackForwardList)
125 frame->redirectScheduler()->scheduleLocationChange(url.string(), callingFrame->loader()->outgoingReferrer(), lockHistory, lockBackForwardList, processingUserGesture());
V8Utilities.h 55 void navigateIfAllowed(Frame*, const KURL&, bool lockHistory, bool lockBackForwardList);
  /external/webkit/WebCore/bindings/js/
JSLocationCustom.cpp 187 static void navigateIfAllowed(ExecState* exec, Frame* frame, const KURL& url, bool lockHistory, bool lockBackForwardList)
194 frame->redirectScheduler()->scheduleLocationChange(url.string(), lexicalFrame->loader()->outgoingReferrer(), lockHistory, lockBackForwardList, processingUserGesture(exec));

Completed in 136 milliseconds