HomeSort by relevance Sort by last modified time
    Searched refs:isFetching (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.h 135 bool isFetching() const;
ResourceFetcher.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 207 } else if (m_fetcher->isFetching()) {
233 return m_loadingMainResource || m_fetcher->isFetching();

Completed in 526 milliseconds