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

  /external/chromium_org/components/signin/core/browser/
profile_oauth2_token_service.cc 52 const std::string& primary_account_id) {
profile_oauth2_token_service.h 56 // primary account is specified with the |primary_account_id| argument and
60 virtual void LoadCredentials(const std::string& primary_account_id);
mutable_profile_oauth2_token_service.cc 171 const std::string& primary_account_id) {
172 DCHECK(!primary_account_id.empty());
178 loading_primary_account_id_ = primary_account_id;
mutable_profile_oauth2_token_service.h 28 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.cc 103 const std::string& primary_account_id = GetPrimaryAccountId(); local
104 if (token_service->RefreshTokenIsAvailable(primary_account_id)) {
115 primary_account_id, user_manager::User::OAUTH_TOKEN_STATUS_UNKNOWN);
117 token_service->LoadCredentials(primary_account_id);
167 const std::string& primary_account_id = GetPrimaryAccountId(); local
168 if (primary_account_id.empty()) {
173 OnGetUserEmailResponse(primary_account_id);
  /external/chromium_org/components/signin/ios/browser/
profile_oauth2_token_service_ios.h 43 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.cc 206 const std::string primary_account_id = local
208 if (profile_token_service->RefreshTokenIsAvailable(primary_account_id) ||
227 primary_account_id,
  /external/chromium_org/chrome/browser/signin/
fake_profile_oauth2_token_service.h 66 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
fake_profile_oauth2_token_service.cc 32 const std::string& primary_account_id) {
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 186 const std::string primary_account_id = GetPrimaryAccountId(browser_context_); local
    [all...]

Completed in 8147 milliseconds