Searched refs:current_email (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dcustodian_profile_downloader_service.cc32 std::string current_email = custodian_profile_->GetProfileName(); local
33 if (gaia::AreEmailsSame(last_downloaded_profile_email_, current_email)) {
42 in_progress_profile_email_ = current_email;
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc822 std::string current_email = manager->GetAuthenticatedUsername(); local
823 const bool same_email = gaia::AreEmailsSame(current_email, email);
824 if (!current_email.empty() && !same_email) {
831 base::UTF8ToUTF16(current_email)));
843 std::string current_email = local
845 if (gaia::AreEmailsSame(email, current_email)) {

Completed in 118 milliseconds