Home
last modified time | relevance | path

Searched refs:lockBackForwardList (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DNavigationScheduler.cpp62 ScheduledNavigation(double delay, bool lockBackForwardList, bool isLocationChange) in ScheduledNavigation() argument
64 , m_lockBackForwardList(lockBackForwardList) in ScheduledNavigation()
78 bool lockBackForwardList() const { return m_lockBackForwardList; } in lockBackForwardList() function in blink::ScheduledNavigation
100 … originDocument, const String& url, const Referrer& referrer, bool lockBackForwardList, bool isLoc… in ScheduledURLNavigation() argument
101 : ScheduledNavigation(delay, lockBackForwardList, isLocationChange) in ScheduledURLNavigation()
115 request.setLockBackForwardList(lockBackForwardList()); in fire()
133 …eduledRedirect(double delay, Document* originDocument, const String& url, bool lockBackForwardList) in ScheduledRedirect() argument
134 : ScheduledURLNavigation(delay, originDocument, url, Referrer(), lockBackForwardList, false) in ScheduledRedirect()
145 request.setLockBackForwardList(lockBackForwardList()); in fire()
155 …ge(Document* originDocument, const String& url, const Referrer& referrer, bool lockBackForwardList) in ScheduledLocationChange() argument
[all …]
DFrameLoadRequest.h104 bool lockBackForwardList() const { return m_lockBackForwardList; } in lockBackForwardList() function
105 …void setLockBackForwardList(bool lockBackForwardList) { m_lockBackForwardList = lockBackForwardLis… in setLockBackForwardList()
DNavigationScheduler.h81 …ionChange(Document*, const String& url, const Referrer& referrer, bool lockBackForwardList = true);
DFrameLoader.cpp660 if (request.lockBackForwardList() || isScriptTriggeredFormSubmissionInChildFrame(request)) in determineFrameLoadType()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameElementBase.cpp73 void HTMLFrameElementBase::openURL(bool lockBackForwardList) in openURL() argument
93 if (!loadOrRedirectSubframe(url, m_frameName, lockBackForwardList)) in openURL()
DHTMLFrameOwnerElement.cpp239 …t::loadOrRedirectSubframe(const KURL& url, const AtomicString& frameName, bool lockBackForwardList) in loadOrRedirectSubframe() argument
244 …ring(), Referrer(document().outgoingReferrer(), document().referrerPolicy()), lockBackForwardList); in loadOrRedirectSubframe()
DHTMLFrameElementBase.h67 void openURL(bool lockBackForwardList = true);
DHTMLFrameOwnerElement.h86 … bool loadOrRedirectSubframe(const KURL&, const AtomicString& frameName, bool lockBackForwardList);