HomeSort by relevance Sort by last modified time
    Searched full:app_request_context (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 226 scoped_refptr<RequestContext> app_request_context = local
228 DCHECK(app_request_context);
229 app_request_context->set_profile_io_data(this);
230 return app_request_context;
profile_impl_io_data.cc 371 scoped_refptr<RequestContext> app_request_context = local
373 DCHECK(app_request_context);
374 app_request_context->set_profile_io_data(this);
375 return app_request_context;
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 339 ChromeURLRequestContext* app_request_context = local
343 DCHECK(app_request_context);
344 return app_request_context;
profile_impl_io_data.cc 719 ChromeURLRequestContext* app_request_context = local
723 DCHECK(app_request_context);
724 return app_request_context;

Completed in 110 milliseconds