HomeSort by relevance Sort by last modified time
    Searched defs:URLFetcherCore (Results 1 - 2 of 2) 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();
305 scoped_ptr<base::RepeatingTimer<URLFetcherCore> >
319 DISALLOW_COPY_AND_ASSIGN(URLFetcherCore);
    [all...]

Completed in 769 milliseconds