Home | History | Annotate | Download | only in url_request

Lines Matching defs:URLRequestContext

39 // instances. Note that URLRequestContext typically does not provide storage for
42 class NET_EXPORT URLRequestContext
43 : public base::RefCountedThreadSafe<URLRequestContext>,
46 URLRequestContext();
49 void CopyFrom(URLRequestContext* other);
103 // The factory is only valid for the lifetime of this URLRequestContext
176 // In general, referrer_charset is not known when URLRequestContext is
183 // Controls whether or not the URLRequestContext considers itself to be the
184 // "main" URLRequestContext.
198 friend class base::RefCountedThreadSafe<URLRequestContext>;
200 virtual ~URLRequestContext();
208 // Indicates whether or not this is the main URLRequestContext.
246 DISALLOW_COPY_AND_ASSIGN(URLRequestContext);