Searched refs:primary_account (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofiles_state.h52 // the |primary_account|.
55 const std::string& primary_account);
H A Dprofiles_state.cc123 const std::string& primary_account) {
131 std::bind1st(std::equal_to<std::string>(), primary_account));
121 GetSecondaryAccountsForProfile( Profile* profile, const std::string& primary_account) argument
/external/chromium_org/ash/system/user/
H A Daccounts_detailed_view.cc192 const std::string& primary_account = delegate_->GetPrimaryAccountId(); local
197 delegate_->GetAccountDisplayName(primary_account))));
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc1326 std::string primary_account = local
1328 DCHECK(!primary_account.empty());
1330 profiles::GetSecondaryAccountsForProfile(profile, primary_account);
1339 CreateAccountButton(layout, primary_account, true,
1340 error_account_id == primary_account, kFixedMenuWidth);
1466 const std::string& primary_account = SigninManagerFactory::GetForProfile( local
1468 bool is_primary_account = primary_account == account_id_to_remove_;

Completed in 274 milliseconds