OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadCredentials
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/signin/
mutable_profile_oauth2_token_service.h
22
virtual void
LoadCredentials
() OVERRIDE;
mutable_profile_oauth2_token_service_unittest.cc
152
// Force
LoadCredentials
.
153
oauth2_service_->
LoadCredentials
();
178
// Force
LoadCredentials
.
179
oauth2_service_->
LoadCredentials
();
237
oauth2_service_->
LoadCredentials
();
247
oauth2_service_->
LoadCredentials
();
profile_oauth2_token_service.h
49
virtual void
LoadCredentials
();
61
// and available through |
LoadCredentials
| after service is restarted.
mutable_profile_oauth2_token_service.cc
53
void MutableProfileOAuth2TokenService::
LoadCredentials
() {
profile_oauth2_token_service.cc
273
void ProfileOAuth2TokenService::
LoadCredentials
() {
signin_manager.cc
127
token_service->
LoadCredentials
();
/external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_manager.cc
110
token_service->
LoadCredentials
();
/external/chromium_org/chrome/browser/sync/
profile_sync_service_startup_unittest.cc
257
token_service->
LoadCredentials
();
323
token_service->
LoadCredentials
();
/external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc
542
token_service->
LoadCredentials
();
Completed in 175 milliseconds