Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/
DNavigationScheduler.cpp59 …ouble delay, bool lockHistory, bool lockBackForwardList, bool wasDuringLoad, bool isLocationChange) in ScheduledNavigation()
80 bool isLocationChange() const { return m_isLocationChange; } in isLocationChange() function in WebCore::ScheduledNavigation
97 …ring& referrer, bool lockHistory, bool lockBackForwardList, bool duringLoad, bool isLocationChange) in ScheduledURLNavigation()