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.h140 bool isFetching() const;
DResourceFetcher.cpp1273 bool ResourceFetcher::isFetching() const in isFetching() function in WebCore::ResourceFetcher
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp242 } else if (m_fetcher->isFetching()) { in stopLoading()
268 return isLoadingMainResource() || m_fetcher->isFetching(); in isLoading()