Searched refs:GetPrimaryAccountId (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ash/system/user/
H A Duser_accounts_delegate.h39 virtual std::string GetPrimaryAccountId() = 0;
H A Daccounts_detailed_view.cc192 const std::string& primary_account = delegate_->GetPrimaryAccountId();
/external/chromium_org/chrome/browser/ui/ash/
H A Dstub_user_accounts_delegate.cc16 std::string StubUserAccountsDelegate::GetPrimaryAccountId() { function in class:StubUserAccountsDelegate
H A Dstub_user_accounts_delegate.h20 virtual std::string GetPrimaryAccountId() OVERRIDE;
H A Duser_accounts_delegate_chromeos.h24 virtual std::string GetPrimaryAccountId() OVERRIDE;
H A Duser_accounts_delegate_chromeos.cc35 std::string UserAccountsDelegateChromeOS::GetPrimaryAccountId() { function in class:chromeos::UserAccountsDelegateChromeOS
47 std::remove(accounts.begin(), accounts.end(), GetPrimaryAccountId());
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc103 const std::string& primary_account_id = GetPrimaryAccountId();
148 if (GetPrimaryAccountId() == account_id) {
160 const std::string& OAuth2LoginManager::GetPrimaryAccountId() { function in class:chromeos::OAuth2LoginManager
167 const std::string& primary_account_id = GetPrimaryAccountId();
307 std::string user_email = gaia::CanonicalizeEmail(GetPrimaryAccountId());
H A Doauth2_login_manager.h179 const std::string& GetPrimaryAccountId();
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc74 std::string GetPrimaryAccountId(content::BrowserContext* context) { function in namespace:extensions::__anon3725
186 const std::string primary_account_id = GetPrimaryAccountId(browser_context_);
332 std::string account_key = GetPrimaryAccountId(GetProfile());
617 token_key_->account_id = GetPrimaryAccountId(GetProfile());
H A Didentity_apitest.cc712 const std::string GetPrimaryAccountId() { function in class:extensions::GetAuthTokenFunctionTest
719 ExtensionTokenKey key(extension_id_, GetPrimaryAccountId(), oauth_scopes_);
725 account_id = GetPrimaryAccountId();
732 ExtensionTokenKey key(extension_id_, GetPrimaryAccountId(), oauth_scopes_);
738 ExtensionTokenKey key(extension_id_, GetPrimaryAccountId(), oauth_scopes_);

Completed in 137 milliseconds