Searched defs:system_request_context (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_base.h71 scoped_refptr<net::URLRequestContextGetter> system_request_context);
109 net::URLRequestContextGetter* system_request_context() { function in class:policy::UserPolicySigninServiceBase
H A Duser_policy_signin_service.cc32 scoped_refptr<net::URLRequestContextGetter> system_request_context,
39 system_request_context),
26 UserPolicySigninService( Profile* profile, PrefService* local_state, DeviceManagementService* device_management_service, UserCloudPolicyManager* policy_manager, SigninManager* signin_manager, scoped_refptr<net::URLRequestContextGetter> system_request_context, ProfileOAuth2TokenService* token_service) argument
H A Duser_policy_signin_service_base.cc31 scoped_refptr<net::URLRequestContextGetter> system_request_context)
36 system_request_context_(system_request_context),
261 system_request_context(), GetUserAgent());
268 profile_request_context, system_request_context(), GetUserAgent());
25 UserPolicySigninServiceBase( Profile* profile, PrefService* local_state, DeviceManagementService* device_management_service, UserCloudPolicyManager* policy_manager, SigninManager* signin_manager, scoped_refptr<net::URLRequestContextGetter> system_request_context) argument
H A Duser_policy_signin_service_mobile.cc52 scoped_refptr<net::URLRequestContextGetter> system_request_context,
59 system_request_context),
46 UserPolicySigninService( Profile* profile, PrefService* local_state, DeviceManagementService* device_management_service, UserCloudPolicyManager* policy_manager, SigninManager* signin_manager, scoped_refptr<net::URLRequestContextGetter> system_request_context, ProfileOAuth2TokenService* token_service) argument
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_verifier.cc51 net::URLRequestContextGetter* system_request_context,
56 system_request_context_(system_request_context),
49 OAuth2LoginVerifier( OAuth2LoginVerifier::Delegate* delegate, net::URLRequestContextGetter* system_request_context, net::URLRequestContextGetter* user_request_context, const std::string& oauthlogin_access_token) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_chromeos.cc109 scoped_refptr<net::URLRequestContextGetter> system_request_context,
115 if (system_request_context.get()) {
116 // |system_request_context| can be null for tests.
123 system_request_context, GetUserAgent());
305 g_browser_process->system_request_context(),
106 Connect( PrefService* local_state, DeviceManagementService* device_management_service, scoped_refptr<net::URLRequestContextGetter> system_request_context, UserAffiliation user_affiliation) argument
H A Dauto_enrollment_client.cc90 scoped_refptr<net::URLRequestContextGetter> system_request_context,
108 system_request_context, GetUserAgent());
86 AutoEnrollmentClient( const ProgressCallback& callback, DeviceManagementService* service, PrefService* local_state, scoped_refptr<net::URLRequestContextGetter> system_request_context, const std::string& server_backed_state_key, bool retrieve_device_state, int power_initial, int power_limit) argument
H A Ddevice_local_account_policy_service.cc58 scoped_refptr<net::URLRequestContextGetter> system_request_context) {
69 system_request_context, GetUserAgent());
55 CreateClient( chromeos::DeviceSettingsService* device_settings_service, DeviceManagementService* device_management_service, scoped_refptr<net::URLRequestContextGetter> system_request_context) argument
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.cc217 net::URLRequestContextGetter* TestingBrowserProcess::system_request_context() { function in class:TestingBrowserProcess
/external/chromium_org/chrome/browser/
H A Dio_thread.h157 scoped_ptr<net::URLRequestContext> system_request_context; member in struct:IOThread::Globals
160 // between |proxy_script_fetcher_context| and |system_request_context|.
H A Dbrowser_process_impl.cc585 net::URLRequestContextGetter* BrowserProcessImpl::system_request_context() { function in class:BrowserProcessImpl
1016 browser_policy_connector()->Init(local_state(), system_request_context());
1141 system_request_context());

Completed in 2920 milliseconds