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

  /external/chromium_org/chrome/browser/ui/ash/
stub_user_accounts_delegate.cc 16 std::string StubUserAccountsDelegate::GetPrimaryAccountId() {
user_accounts_delegate_chromeos.cc 34 std::string UserAccountsDelegateChromeOS::GetPrimaryAccountId() {
46 std::remove(accounts.begin(), accounts.end(), GetPrimaryAccountId());
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.cc 100 const std::string& primary_account_id = GetPrimaryAccountId();
145 if (GetPrimaryAccountId() == account_id) {
157 const std::string& OAuth2LoginManager::GetPrimaryAccountId() {
164 const std::string& primary_account_id = GetPrimaryAccountId();
298 std::string user_email = gaia::CanonicalizeEmail(GetPrimaryAccountId());
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 70 std::string GetPrimaryAccountId(content::BrowserContext* context) {
174 const std::string primary_account_id = GetPrimaryAccountId(browser_context_);
196 account_tracker_.ReportAuthError(GetPrimaryAccountId(browser_context_),
317 std::string account_key = GetPrimaryAccountId(GetProfile());
identity_apitest.cc 755 const std::string GetPrimaryAccountId() {
762 ExtensionTokenKey key(extension_id_, GetPrimaryAccountId(), oauth_scopes_);
768 account_id = GetPrimaryAccountId();
775 ExtensionTokenKey key(extension_id_, GetPrimaryAccountId(), oauth_scopes_);
781 ExtensionTokenKey key(extension_id_, GetPrimaryAccountId(), oauth_scopes_);
    [all...]

Completed in 554 milliseconds