Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/
DNavigationScheduler.cpp59 …gation(double delay, bool lockHistory, bool lockBackForwardList, bool wasDuringLoad, bool isLocati… in ScheduledNavigation() argument
63 , m_wasDuringLoad(wasDuringLoad) in ScheduledNavigation()
79 bool wasDuringLoad() const { return m_wasDuringLoad; } in wasDuringLoad() function in WebCore::ScheduledNavigation
254 return m_redirect && m_redirect->wasDuringLoad(); in redirectScheduledDuringLoad()
403 if (redirect->wasDuringLoad()) { in schedule()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1625032 form submissions and turned the "wasDuringLoad" state into a separate boolean
25043 (WebCore::FrameLoader::didOpenURL): Use the new wasDuringLoad flag instead
DChangeLog-2010-05-2428564 (WebCore::ScheduledNavigation::wasDuringLoad):
DChangeLog-2010-12-0640501 (WebCore::ScheduledNavigation::wasDuringLoad):