Searched defs:URLFetcherCore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_fetcher_core.h39 class URLFetcherCore class in namespace:net
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...]
H A Durl_fetcher_core.cc45 // URLFetcherCore::Registry ---------------------------------------------------
47 URLFetcherCore::Registry::Registry() {}
48 URLFetcherCore::Registry::~Registry() {}
50 void URLFetcherCore::Registry::AddURLFetcherCore(URLFetcherCore* core) {
55 void URLFetcherCore::Registry::RemoveURLFetcherCore(URLFetcherCore* core) {
60 void URLFetcherCore::Registry::CancelAll() {
65 // URLFetcherCore -------------------------------------------------------------
68 base::LazyInstance<URLFetcherCore
71 URLFetcherCore::URLFetcherCore(URLFetcher* fetcher, function in class:net::URLFetcherCore
[all...]

Completed in 49 milliseconds