Searched refs:isScheduledLocationChangePending (Results 1 – 7 of 7) sorted by relevance
321 …bool isScheduledLocationChangePending() const { return m_scheduledRedirection && isLocationChange(… in isScheduledLocationChangePending() function
1666 while (!m_src.isEmpty() && (!frame || !frame->loader()->isScheduledLocationChangePending())) { in write()
1571 … bool wasLocationChangePending = frame() && frame()->loader()->isScheduledLocationChangePending(); in implicitClose()1631 …if (frame()->loader()->isScheduledLocationChangePending() && elapsedTime() < cLayoutScheduleThresh… in implicitClose()
31050 the "redirect during onload" optimization. Now uses isScheduledLocationChangePending.33139 … isImmediateRedirectPending to isScheduledLocationChangePending. Added scheduleLocationChange.33149 … (KHTMLPart::isScheduledLocationChangePending): Renamed from isImmediateRedirectPending. This now33157 …l/htmltokenizer.cpp: (HTMLTokenizer::write): Changed to use isScheduledLocationChangePending inste…
35180 (Frame::isScheduledLocationChangePending):
73973 Factored out the slow case of isScheduledLocationChangePending into this.73976 (WebCore::FrameLoader::isScheduledLocationChangePending): Added an
13443 (WebCore::FrameLoader::isScheduledLocationChangePending):