Searched refs:loadEventFinished (Results 1 – 11 of 11) sorted by relevance
84 if (document && document->loadEventFinished()) in cachePolicy()
278 …f (!UserGestureIndicator::processingUserGesture() && !targetFrame->document()->loadEventFinished()) in mustLockBackForwardList()
687 if ((isLoadingMainResource() || !m_frame->document()->loadEventFinished()) && isLoading()) in isLoadingInAPISense()691 if (doc->isDelayingLoadEvent() && !doc->loadEventFinished()) in isLoadingInAPISense()
440 if (!ancestor->document()->loadEventFinished()) in allAncestorsAreComplete()555 if (m_frame->document()->loadEventFinished()) in updateForSameDocumentNavigation()575 if (m_frame->document()->loadEventFinished()) in updateForSameDocumentNavigation()
90 RELEASE_ASSERT(frame->document()->loadEventFinished()); in currentFrameHasSingleSecurityOrigin()
494 …ment().parsing() && !document().processingLoadEvent() && document().loadEventFinished() && !timeCo… in insertedInto()
927 if (!document().loadEventFinished()) in sendSVGLoadEventIfPossible()
887 bool loadEventFinished() const { return m_loadEventProgress >= LoadEventCompleted; } in loadEventFinished() function
1942 if (m_frame->tree().top()->document()->loadEventFinished()) in shouldUseLoadTimeDeferredRepaintDelay()2442 …&& !m_frame->document()->loadEventFinished() && (newSize.height() < size.height() || newSize.width… in autoSizeIfEnabled()
895 …if (type != Resource::Raw && document() && !document()->loadEventFinished() && m_validatedURLs.con… in determineRevalidationPolicy()
2208 … (isBackForwardLoadType(frame()->loader().loadType()) && !frame()->document()->loadEventFinished()) in createChildFrame()