Home | History | Annotate | Download | only in net

Lines Matching defs:ChromeURLRequestContext

44 class ChromeURLRequestContext : public net::URLRequestContext {
46 ChromeURLRequestContext();
49 void CopyFrom(ChromeURLRequestContext* other);
131 virtual ~ChromeURLRequestContext();
160 DISALLOW_COPY_AND_ASSIGN(ChromeURLRequestContext);
173 // create the ChromeURLRequestContext. If |profile| is non-NULL, then the
194 // ChromeURLRequestContext* rather than a net::URLRequestContext*.
195 ChromeURLRequestContext* GetIOContext() {
196 return reinterpret_cast<ChromeURLRequestContext*>(GetURLRequestContext());
257 // ChromeURLRequestContext.
272 // Deferred logic for creating a ChromeURLRequestContext.