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

  /external/chromium/net/proxy/
proxy_script_fetcher_impl_unittest.cc 40 class RequestContext : public URLRequestContext {
42 RequestContext() {
64 ~RequestContext() {
99 scoped_refptr<URLRequestContext> context(new RequestContext);
127 scoped_refptr<URLRequestContext> context(new RequestContext);
162 scoped_refptr<URLRequestContext> context(new RequestContext);
188 scoped_refptr<URLRequestContext> context(new RequestContext);
205 scoped_refptr<URLRequestContext> context(new RequestContext);
237 scoped_refptr<URLRequestContext> context(new RequestContext);
278 scoped_refptr<URLRequestContext> context(new RequestContext);
    [all...]
  /external/chromium/chrome/browser/sync/glue/
http_bridge.cc 36 context_ = new RequestContext(baseline_context);
72 HttpBridge::RequestContext::RequestContext(
110 HttpBridge::RequestContext::~RequestContext() {
http_bridge.h 41 // A bridged RequestContext has a dedicated in-memory cookie store and does
43 class RequestContext : public net::URLRequestContext {
49 explicit RequestContext(net::URLRequestContext* baseline_context);
64 ~RequestContext();
69 DISALLOW_COPY_AND_ASSIGN(RequestContext);
72 // Lazy-getter for RequestContext objects.
94 scoped_refptr<RequestContext> context_;
150 // RequestContext definition for details.
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 191 ProfileIOData::RequestContext::RequestContext() {}
192 ProfileIOData::RequestContext::~RequestContext() {}
220 scoped_refptr<RequestContext> context = main_request_context_;
238 scoped_refptr<RequestContext> context =
282 main_request_context_ = new RequestContext;
283 extensions_request_context_ = new RequestContext;
profile_io_data.h 77 class RequestContext : public ChromeURLRequestContext {
79 RequestContext();
80 ~RequestContext();
187 // Does an on-demand initialization of a RequestContext for the given
189 virtual scoped_refptr<RequestContext> InitializeAppRequestContext(
228 mutable scoped_refptr<RequestContext> main_request_context_;
229 mutable scoped_refptr<RequestContext> extensions_request_context_;

Completed in 311 milliseconds