Searched refs:new_email (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dauthenticator.cc34 std::string new_email = StringToLowerASCII(JoinString(parts, at)); local
35 VLOG(1) << "Canonicalized " << email_address << " to " << new_email; local
36 return new_email;
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_util.cc29 std::string new_email = StringToLowerASCII(JoinString(parts, at)); local
30 VLOG(1) << "Canonicalized " << email_address << " to " << new_email; local
31 return new_email;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc1606 string16 new_email = ASCIIToUTF16("addemailtest@example.com"); local
1607 outputs[&input] = new_email;
1616 EXPECT_EQ(new_email, email_values[1]);

Completed in 111 milliseconds