Searched refs:loadEventFinished (Results 1 – 10 of 10) sorted by relevance
144 …&& !m_frameView->frame().document()->loadEventFinished() && (newSize.height() < size.height() || n… in autoSizeIfNeeded()
100 if (document && document->loadEventFinished()) in cachePolicy()
448 if (ancestor->isLocalFrame() && !toLocalFrame(ancestor)->document()->loadEventFinished()) in allAncestorsAreComplete()549 if (m_frame->document()->loadEventFinished()) in updateForSameDocumentNavigation()559 if (m_frame->document()->loadEventFinished()) in updateForSameDocumentNavigation()964 if (!document->loadEventFinished()) { in isDocumentDoneLoading()
278 …f (!UserGestureIndicator::processingUserGesture() && !targetFrame->document()->loadEventFinished()) in mustLockBackForwardList()
95 RELEASE_ASSERT(frame->document()->loadEventFinished()); in currentFrameHasSingleSecurityOrigin()
555 …ment().parsing() && !document().processingLoadEvent() && document().loadEventFinished() && !timeCo… in insertedInto()
819 if (document().loadEventFinished()) in sendSVGLoadEventToSelfAndAncestorChainIfPossible()
806 if (m_documentLoader && m_document && !m_document->loadEventFinished()) { in resourceRequestCachePolicy()995 …if (document() && !document()->loadEventFinished() && m_validatedURLs.contains(existingResource->u… in determineRevalidationPolicy()
1601 … (isBackForwardLoadType(frame()->loader().loadType()) && !frame()->document()->loadEventFinished()) in createChildFrame()1824 …().stateMachine()->isDisplayingInitialEmptyDocument() || !frame()->document()->loadEventFinished(); in isLoading()
901 bool loadEventFinished() const { return m_loadEventProgress >= LoadEventCompleted; } in loadEventFinished() function