Searched defs:system_context_getter (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Dsystem_policy_request_context.cc16 scoped_refptr<net::URLRequestContextGetter> system_context_getter,
18 : system_context_getter_(system_context_getter),
20 DCHECK(system_context_getter.get());
15 SystemPolicyRequestContext( scoped_refptr<net::URLRequestContextGetter> system_context_getter, const std::string& user_agent) argument
H A Duser_policy_request_context.cc17 scoped_refptr<net::URLRequestContextGetter> system_context_getter,
20 system_context_getter_(system_context_getter),
15 UserPolicyRequestContext( scoped_refptr<net::URLRequestContextGetter> user_context_getter, scoped_refptr<net::URLRequestContextGetter> system_context_getter, const std::string& user_agent) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_oauth2_token_fetcher.cc36 net::URLRequestContextGetter* system_context_getter,
39 system_context_getter_(system_context_getter),
34 PolicyOAuth2TokenFetcher( net::URLRequestContextGetter* auth_context_getter, net::URLRequestContextGetter* system_context_getter, const TokenCallback& callback) argument

Completed in 818 milliseconds