Searched refs:isLocationChange (Results 1 – 1 of 1) sorted by relevance
59 ScheduledNavigation(double delay, bool lockBackForwardList, bool isLocationChange) in ScheduledNavigation() argument62 , m_isLocationChange(isLocationChange) in ScheduledNavigation()76 bool isLocationChange() const { return m_isLocationChange; } in isLocationChange() function in WebCore::ScheduledNavigation99 …cument, const String& url, const String& referrer, bool lockBackForwardList, bool isLocationChange) in ScheduledURLNavigation() argument100 : ScheduledNavigation(delay, lockBackForwardList, isLocationChange) in ScheduledURLNavigation()239 return m_redirect && m_redirect->isLocationChange(); in locationChangePending()