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

  /external/chromium_org/content/shell/geolocation/
shell_access_token_store.cc 18 system_request_context_(NULL) {
39 system_request_context_ = shell_browser_context->GetRequestContext();
48 callback.Run(access_token_set, system_request_context_.get());
49 system_request_context_ = NULL;
shell_access_token_store.h 36 scoped_refptr<net::URLRequestContextGetter> system_request_context_; member in class:content::ShellAccessTokenStore
  /external/chromium_org/chrome/browser/geolocation/
chrome_access_token_store.cc 45 system_request_context_(NULL) {
87 system_request_context_ = g_browser_process->system_request_context();
91 callback_.Run(access_token_set_, system_request_context_);
96 net::URLRequestContextGetter* system_request_context_; member in class:__anon8688::TokenLoadingJob
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_base.h 110 return system_request_context_.get();
176 scoped_refptr<net::URLRequestContextGetter> system_request_context_; member in class:policy::UserPolicySigninServiceBase
user_policy_signin_service_base.cc 36 system_request_context_(system_request_context),
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_verifier.h 113 scoped_refptr<net::URLRequestContextGetter> system_request_context_; member in class:chromeos::OAuth2LoginVerifier
oauth2_login_verifier.cc 56 system_request_context_(system_request_context),
111 system_request_context_.get(),
  /external/chromium_org/chrome/test/base/
testing_browser_process.cc 73 system_request_context_(NULL),
218 return system_request_context_;
390 system_request_context_ = context_getter;
testing_browser_process.h 177 net::URLRequestContextGetter* system_request_context_; member in class:TestingBrowserProcess
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_invalidator_unittest.cc 102 scoped_refptr<net::URLRequestContextGetter> system_request_context_; member in class:policy::DeviceCloudPolicyInvalidatorTest
117 system_request_context_(new net::TestURLRequestContextGetter(
136 system_request_context_.get());

Completed in 324 milliseconds