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

  /external/chromium_org/ash/system/user/
user_accounts_delegate.h 39 virtual std::string GetPrimaryAccountId() = 0;
accounts_detailed_view.cc 192 const std::string& primary_account = delegate_->GetPrimaryAccountId();
  /external/chromium_org/chrome/browser/ui/ash/
stub_user_accounts_delegate.h 20 virtual std::string GetPrimaryAccountId() OVERRIDE;
user_accounts_delegate_chromeos.h 24 virtual std::string GetPrimaryAccountId() OVERRIDE;
stub_user_accounts_delegate.cc 16 std::string StubUserAccountsDelegate::GetPrimaryAccountId() {
user_accounts_delegate_chromeos.cc 35 std::string UserAccountsDelegateChromeOS::GetPrimaryAccountId() {
47 std::remove(accounts.begin(), accounts.end(), GetPrimaryAccountId());
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.cc 103 const std::string& primary_account_id = GetPrimaryAccountId();
148 if (GetPrimaryAccountId() == account_id) {
160 const std::string& OAuth2LoginManager::GetPrimaryAccountId() {
167 const std::string& primary_account_id = GetPrimaryAccountId();
307 std::string user_email = gaia::CanonicalizeEmail(GetPrimaryAccountId());
oauth2_login_manager.h 179 const std::string& GetPrimaryAccountId();
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 74 std::string GetPrimaryAccountId(content::BrowserContext* context) {
186 const std::string primary_account_id = GetPrimaryAccountId(browser_context_);
332 std::string account_key = GetPrimaryAccountId(GetProfile());
617 token_key_->account_id = GetPrimaryAccountId(GetProfile());
    [all...]
identity_apitest.cc 712 const std::string GetPrimaryAccountId() {
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_);
    [all...]

Completed in 97 milliseconds