Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameFetchContext.cpp84 if (document && document->loadEventFinished()) in cachePolicy()
DNavigationScheduler.cpp278 …f (!UserGestureIndicator::processingUserGesture() && !targetFrame->document()->loadEventFinished()) in mustLockBackForwardList()
DDocumentLoader.cpp687 if ((isLoadingMainResource() || !m_frame->document()->loadEventFinished()) && isLoading()) in isLoadingInAPISense()
691 if (doc->isDelayingLoadEvent() && !doc->loadEventFinished()) in isLoadingInAPISense()
DFrameLoader.cpp440 if (!ancestor->document()->loadEventFinished()) in allAncestorsAreComplete()
555 if (m_frame->document()->loadEventFinished()) in updateForSameDocumentNavigation()
575 if (m_frame->document()->loadEventFinished()) in updateForSameDocumentNavigation()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp90 RELEASE_ASSERT(frame->document()->loadEventFinished()); in currentFrameHasSingleSecurityOrigin()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp494 …ment().parsing() && !document().processingLoadEvent() && document().loadEventFinished() && !timeCo… in insertedInto()
DSVGElement.cpp927 if (!document().loadEventFinished()) in sendSVGLoadEventIfPossible()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h887 bool loadEventFinished() const { return m_loadEventProgress >= LoadEventCompleted; } in loadEventFinished() function
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1942 if (m_frame->tree().top()->document()->loadEventFinished()) in shouldUseLoadTimeDeferredRepaintDelay()
2442 …&& !m_frame->document()->loadEventFinished() && (newSize.height() < size.height() || newSize.width… in autoSizeIfEnabled()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.cpp895 …if (type != Resource::Raw && document() && !document()->loadEventFinished() && m_validatedURLs.con… in determineRevalidationPolicy()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp2208 … (isBackForwardLoadType(frame()->loader().loadType()) && !frame()->document()->loadEventFinished()) in createChildFrame()