Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/
DFrameLoader.h321 …bool isScheduledLocationChangePending() const { return m_scheduledRedirection && isLocationChange(… in isScheduledLocationChangePending() function
/external/webkit/WebCore/html/
DHTMLTokenizer.cpp1666 while (!m_src.isEmpty() && (!frame || !frame->loader()->isScheduledLocationChangePending())) { in write()
/external/webkit/WebCore/dom/
DDocument.cpp1571 … bool wasLocationChangePending = frame() && frame()->loader()->isScheduledLocationChangePending(); in implicitClose()
1631 …if (frame()->loader()->isScheduledLocationChangePending() && elapsedTime() < cLayoutScheduleThresh… in implicitClose()
/external/webkit/WebCore/
DChangeLog-2005-08-2331050 the "redirect during onload" optimization. Now uses isScheduledLocationChangePending.
33139 … isImmediateRedirectPending to isScheduledLocationChangePending. Added scheduleLocationChange.
33149 … (KHTMLPart::isScheduledLocationChangePending): Renamed from isImmediateRedirectPending. This now
33157 …l/htmltokenizer.cpp: (HTMLTokenizer::write): Changed to use isScheduledLocationChangePending inste…
DChangeLog-2006-05-1035180 (Frame::isScheduledLocationChangePending):
DChangeLog-2008-08-1073973 Factored out the slow case of isScheduledLocationChangePending into this.
73976 (WebCore::FrameLoader::isScheduledLocationChangePending): Added an
DChangeLog-2006-12-3113443 (WebCore::FrameLoader::isScheduledLocationChangePending):