Home
last modified time | relevance | path

Searched refs:m_loadingMainResource (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp82 , m_loadingMainResource(false) in DocumentLoader()
200 if (m_loadingMainResource) { in stopLoading()
229 return m_loadingMainResource || m_fetcher->isFetching(); in isLoading()
578 m_loadingMainResource = false; in clearMainResourceLoader()
709 ASSERT(!m_loadingMainResource); in startLoadingMainResource()
710 m_loadingMainResource = true; in startLoadingMainResource()
DDocumentLoader.h107 bool isLoadingMainResource() const { return m_loadingMainResource; } in isLoadingMainResource()
215 bool m_loadingMainResource; variable