Searched refs:email2 (Results 1 - 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java746 * The common part of <code>email1</code> and <code>email2</code> is
748 * <code>email2</code> have nothing in common they are added both.
751 * @param email2 Email address constraint 2.
754 private void unionEmail(String email1, String email2, Set union) argument
761 if (email2.indexOf('@') != -1)
763 if (email1.equalsIgnoreCase(email2))
770 union.add(email2);
773 // email2 specifies a domain
774 else if (email2.startsWith("."))
776 if (withinDomain(_sub, email2))
892 unionURI(String email1, String email2, Set union) argument
1114 intersectEmail(String email1, String email2, Set intersect) argument
1284 intersectURI(String email1, String email2, Set intersect) argument
[all...]
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_util.h29 bool AreEmailsSame(const std::string& email1, const std::string& email2);
H A Dgaia_auth_util.cc71 bool AreEmailsSame(const std::string& email1, const std::string& email2) { argument
73 CanonicalizeEmailImpl(gaia::SanitizeEmail(email2), true);
/external/chromium_org/chrome/browser/signin/
H A Dsignin_names_io_thread_unittest.cc103 const base::string16 email2 = base::UTF8ToUTF16("bar@gmail.com"); local
105 AddNewProfile(base::UTF8ToUTF16("bar"), email2);
113 ASSERT_EQ(1u, emails.count(email2));
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autofill_browsertest.cc3254 " <INPUT type='email' id='email2'/>"
3277 WebInputElement email2 = local
3278 web_frame->document().getElementById("email2").to<WebInputElement>();
3279 email2.setAutofilled(true);
3287 email2.setSuggestedValue(ASCIIToUTF16("wyatt@earp.com"));
3305 EXPECT_TRUE(email2.value().isEmpty());
3306 EXPECT_TRUE(email2.suggestedValue().isEmpty());
3307 EXPECT_FALSE(email2.isAutofilled());
3322 " <INPUT type='email' id='email2'/>"
3345 WebInputElement email2 local
3413 WebInputElement email2 = local
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc1157 const base::string16 email2(ASCIIToUTF16("user2@gmail.com"));
1167 cache.SetUserNameOfProfileAtIndex(index, email2);
1178 EXPECT_EQ(email2, profiles::GetAvatarNameForProfile(profile2->GetPath()));

Completed in 2038 milliseconds