Home
last modified time | relevance | path

Searched refs:isLoadingInAPISense (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.h121 bool isLoadingInAPISense() const;
DFrameLoader.cpp925 if (documentLoader && documentLoader->isLoadingInAPISense()) in subframeIsLoading()
928 if (documentLoader && documentLoader->isLoadingInAPISense()) in subframeIsLoading()
963 if (!m_documentLoader || (m_documentLoader->isLoadingInAPISense() && !m_inStopAllLoaders)) in checkLoadCompleteForThisFrame()
DDocumentLoader.cpp681 bool DocumentLoader::isLoadingInAPISense() const in isLoadingInAPISense() function in WebCore::DocumentLoader
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.cpp734 if (m_documentLoader && m_documentLoader->isLoadingInAPISense()) { in resourceRequestCachePolicy()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp1032 || !frame()->loader().activeDocumentLoader()->isLoadingInAPISense())) in currentHistoryItem()