Home
last modified time | relevance | path

Searched refs:loadEventFinished (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameViewAutoSizeInfo.cpp144 …&& !m_frameView->frame().document()->loadEventFinished() && (newSize.height() < size.height() || n… in autoSizeIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameFetchContext.cpp100 if (document && document->loadEventFinished()) in cachePolicy()
DFrameLoader.cpp448 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()
DNavigationScheduler.cpp278 …f (!UserGestureIndicator::processingUserGesture() && !targetFrame->document()->loadEventFinished()) in mustLockBackForwardList()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp95 RELEASE_ASSERT(frame->document()->loadEventFinished()); in currentFrameHasSingleSecurityOrigin()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp555 …ment().parsing() && !document().processingLoadEvent() && document().loadEventFinished() && !timeCo… in insertedInto()
DSVGElement.cpp819 if (document().loadEventFinished()) in sendSVGLoadEventToSelfAndAncestorChainIfPossible()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.cpp806 if (m_documentLoader && m_document && !m_document->loadEventFinished()) { in resourceRequestCachePolicy()
995 …if (document() && !document()->loadEventFinished() && m_validatedURLs.contains(existingResource->u… in determineRevalidationPolicy()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp1601 … (isBackForwardLoadType(frame()->loader().loadType()) && !frame()->document()->loadEventFinished()) in createChildFrame()
1824 …().stateMachine()->isDisplayingInitialEmptyDocument() || !frame()->document()->loadEventFinished(); in isLoading()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h901 bool loadEventFinished() const { return m_loadEventProgress >= LoadEventCompleted; } in loadEventFinished() function