HomeSort by relevance Sort by last modified time
    Searched refs: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 342 ChromeURLRequestContext* app_request_context = local
346 DCHECK(app_request_context);
347 return app_request_context;
profile_impl_io_data.cc 673 ChromeURLRequestContext* app_request_context = local
677 DCHECK(app_request_context);
678 return app_request_context;

Completed in 48 milliseconds