Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.h139 void stopFetching();
DResourceFetcher.cpp1265 void ResourceFetcher::stopFetching() in stopFetching() function in WebCore::ResourceFetcher
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp252 m_fetcher->stopFetching(); in stopLoading()