HomeSort by relevance Sort by last modified time
    Searched defs:URLRequestContextGetter (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/url_request/
url_request_context_getter.cc 11 CookieStore* URLRequestContextGetter::DONTUSEME_GetCookieStore() {
15 URLRequestContextGetter::URLRequestContextGetter() : is_main_(false) {}
17 URLRequestContextGetter::~URLRequestContextGetter() {}
19 void URLRequestContextGetter::OnDestruct() const {
url_request_context_getter.h 24 class NET_EXPORT URLRequestContextGetter
25 : public base::RefCountedThreadSafe<URLRequestContextGetter,
40 // Controls whether or not the URLRequestContextGetter considers itself to be
41 // the the "main" URLRequestContextGetter. Note that each Profile will have a
42 // "default" URLRequestContextGetter. Therefore, "is_main" refers to the
43 // default URLRequestContextGetter for the "main" Profile.
49 friend class DeleteTask<const URLRequestContextGetter>;
52 URLRequestContextGetter();
53 virtual ~URLRequestContextGetter();
62 // Indicates whether or not this is the default URLRequestContextGetter fo
    [all...]

Completed in 36 milliseconds