HomeSort by relevance Sort by last modified time
    Searched refs:system_request_context (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/
browser_process.h 96 virtual net::URLRequestContextGetter* system_request_context() = 0;
io_thread.h 75 scoped_refptr<net::URLRequestContext> system_request_context; member in struct:IOThread::Globals
intranet_redirect_detector.cc 87 fetcher->set_request_context(g_browser_process->system_request_context());
io_thread.cc 271 if (!io_thread_->globals()->system_request_context)
274 return io_thread_->globals()->system_request_context;
672 globals_->system_request_context =
browser_process_impl.h 67 virtual net::URLRequestContextGetter* system_request_context();
browser_process_impl.cc 468 net::URLRequestContextGetter* BrowserProcessImpl::system_request_context() { function in class:BrowserProcessImpl
    [all...]
  /external/chromium/chrome/browser/policy/
browser_policy_connector.cc 192 g_browser_process->system_request_context());
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc 47 g_browser_process->system_request_context()));
  /external/chromium/chrome/browser/google/
google_url_tracker.cc 196 fetcher_->set_request_context(g_browser_process->system_request_context());

Completed in 233 milliseconds