OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:system_request_context_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/shell/geolocation/
shell_access_token_store.h
36
scoped_refptr<net::URLRequestContextGetter>
system_request_context_
;
member in class:content::ShellAccessTokenStore
/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
/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
/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/test/base/
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 91 milliseconds