HomeSort by relevance Sort by last modified time
    Searched refs:primary_account_id (Results 1 - 11 of 11) 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 100 const std::string& primary_account_id = GetPrimaryAccountId(); local
101 if (token_service->RefreshTokenIsAvailable(primary_account_id)) {
111 UserManager::Get()->SaveUserOAuthStatus(primary_account_id,
114 token_service->LoadCredentials(primary_account_id);
164 const std::string& primary_account_id = GetPrimaryAccountId(); local
165 if (primary_account_id.empty()) {
170 OnGetUserEmailResponse(primary_account_id);
  /external/chromium_org/components/signin/ios/browser/
profile_oauth2_token_service_ios.h 46 virtual void LoadCredentials(const std::string& primary_account_id) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.cc 191 const std::string primary_account_id = local
193 if (profile_token_service->RefreshTokenIsAvailable(primary_account_id) ||
212 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/
account_tracker.cc 57 const std::string primary_account_id = signin_manager_account_id(); local
67 if (it->first == primary_account_id) {
identity_api.cc 174 const std::string primary_account_id = GetPrimaryAccountId(browser_context_); local

Completed in 191 milliseconds