Home
last modified time | relevance | path

Searched refs:isFetching (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.h135 bool isFetching() const;
DResourceFetcher.cpp1359 bool ResourceFetcher::isFetching() const in isFetching() function in blink::ResourceFetcher
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp207 } else if (m_fetcher->isFetching()) { in stopLoading()
233 return m_loadingMainResource || m_fetcher->isFetching(); in isLoading()