Searched refs:lockBackForwardList (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | NavigationScheduler.cpp | 62 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 …]
|
D | FrameLoadRequest.h | 104 bool lockBackForwardList() const { return m_lockBackForwardList; } in lockBackForwardList() function 105 …void setLockBackForwardList(bool lockBackForwardList) { m_lockBackForwardList = lockBackForwardLis… in setLockBackForwardList()
|
D | NavigationScheduler.h | 81 …ionChange(Document*, const String& url, const Referrer& referrer, bool lockBackForwardList = true);
|
D | FrameLoader.cpp | 660 if (request.lockBackForwardList() || isScriptTriggeredFormSubmissionInChildFrame(request)) in determineFrameLoadType()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLFrameElementBase.cpp | 73 void HTMLFrameElementBase::openURL(bool lockBackForwardList) in openURL() argument 93 if (!loadOrRedirectSubframe(url, m_frameName, lockBackForwardList)) in openURL()
|
D | HTMLFrameOwnerElement.cpp | 239 …t::loadOrRedirectSubframe(const KURL& url, const AtomicString& frameName, bool lockBackForwardList) in loadOrRedirectSubframe() argument 244 …ring(), Referrer(document().outgoingReferrer(), document().referrerPolicy()), lockBackForwardList); in loadOrRedirectSubframe()
|
D | HTMLFrameElementBase.h | 67 void openURL(bool lockBackForwardList = true);
|
D | HTMLFrameOwnerElement.h | 86 … bool loadOrRedirectSubframe(const KURL&, const AtomicString& frameName, bool lockBackForwardList);
|