Searched refs:isDelayingLoadEvent (Results 1 – 3 of 3) sorted by relevance
691 if (doc->isDelayingLoadEvent() && !doc->loadEventFinished()) in isLoadingInAPISense()
467 if (m_frame->document()->isDelayingLoadEvent()) in checkCompleted()
913 bool isDelayingLoadEvent() const { return m_loadEventDelayCount; } in isDelayingLoadEvent() function