Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DNavigationScheduler.cpp59 ScheduledNavigation(double delay, bool lockBackForwardList, bool isLocationChange) in ScheduledNavigation() argument
62 , m_isLocationChange(isLocationChange) in ScheduledNavigation()
76 bool isLocationChange() const { return m_isLocationChange; } in isLocationChange() function in WebCore::ScheduledNavigation
99 …cument, const String& url, const String& referrer, bool lockBackForwardList, bool isLocationChange) in ScheduledURLNavigation() argument
100 : ScheduledNavigation(delay, lockBackForwardList, isLocationChange) in ScheduledURLNavigation()
239 return m_redirect && m_redirect->isLocationChange(); in locationChangePending()