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

  /external/chromium_org/net/url_request/
url_fetcher_core.cc 42 // URLFetcherCore::Registry ---------------------------------------------------
44 URLFetcherCore::Registry::Registry() {}
45 URLFetcherCore::Registry::~Registry() {}
47 void URLFetcherCore::Registry::AddURLFetcherCore(URLFetcherCore* core) {
52 void URLFetcherCore::Registry::RemoveURLFetcherCore(URLFetcherCore* core) {
57 void URLFetcherCore::Registry::CancelAll() {
62 // URLFetcherCore -------------------------------------------------------------
65 base::LazyInstance<URLFetcherCore::Registry
    [all...]
url_fetcher_core.h 39 class URLFetcherCore
40 : public base::RefCountedThreadSafe<URLFetcherCore>,
43 URLFetcherCore(URLFetcher* fetcher,
142 friend class base::RefCountedThreadSafe<URLFetcherCore>;
149 void AddURLFetcherCore(URLFetcherCore* core);
150 void RemoveURLFetcherCore(URLFetcherCore* core);
159 std::set<URLFetcherCore*> fetchers_;
164 virtual ~URLFetcherCore();
306 scoped_ptr<base::RepeatingTimer<URLFetcherCore> >
320 DISALLOW_COPY_AND_ASSIGN(URLFetcherCore);
    [all...]
url_fetcher_impl.cc 21 : core_(new URLFetcherCore(this, url, request_type, d)) {
192 URLFetcherCore::CancelAll();
197 URLFetcherCore::SetEnableInterceptionForTests(enabled);
202 URLFetcherCore::SetIgnoreCertificateRequests(ignored);
207 return URLFetcherCore::GetNumFetcherCores();
url_fetcher_impl.h 25 class URLFetcherCore;
124 const scoped_refptr<URLFetcherCore> core_;

Completed in 361 milliseconds