HomeSort by relevance Sort by last modified time
    Searched full:email_address (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/components/test/data/autofill/merge/input/
ambiguous.in 8 EMAIL_ADDRESS: john.doe@example.com
9 EMAIL_ADDRESS: x.doe@example.com
validation.in 4 EMAIL_ADDRESS: john.doe@example.com
16 EMAIL_ADDRESS: john.doe@example.com
26 EMAIL_ADDRESS: john.doe@example.com
34 EMAIL_ADDRESS: bademail
43 EMAIL_ADDRESS: jane.smith@example.com
54 EMAIL_ADDRESS: joejones@example.com
65 EMAIL_ADDRESS: jimjones@example.com
case.in 5 EMAIL_ADDRESS: john.doe@example.com
18 EMAIL_ADDRESS: john.doe@example.com
identical.in 5 EMAIL_ADDRESS: john.doe@example.com
18 EMAIL_ADDRESS: john.doe@example.com
multimerge.in 5 EMAIL_ADDRESS: aa@a.com
18 EMAIL_ADDRESS: bb@b.com
primarycase.in 5 EMAIL_ADDRESS: aa@a.com
18 EMAIL_ADDRESS: bb@b.com
singlemerge.in 5 EMAIL_ADDRESS: aa@a.com
18 EMAIL_ADDRESS: aa@a.com
email.in 5 EMAIL_ADDRESS: john.doe@example.com
18 EMAIL_ADDRESS: john.doe@example.com
31 EMAIL_ADDRESS: john.doe@example.com
44 EMAIL_ADDRESS: john.doe@example.com
57 EMAIL_ADDRESS: john.doe@example.com
70 EMAIL_ADDRESS: john.doe@example.com
83 EMAIL_ADDRESS: john.doe@example.com
96 EMAIL_ADDRESS: john.doe@example.com
109 EMAIL_ADDRESS: john.doe@example.com
122 EMAIL_ADDRESS: john.doe@example.co
    [all...]
  /external/chromium_org/components/test/data/autofill/merge/output/
multimerge.out 8 EMAIL_ADDRESS: aa@a.com
9 EMAIL_ADDRESS: bb@b.com
primarycase.out 8 EMAIL_ADDRESS: aa@a.com
9 EMAIL_ADDRESS: bb@b.com
case.out 5 EMAIL_ADDRESS: john.doe@example.com
identical.out 5 EMAIL_ADDRESS: john.doe@example.com
singlemerge.out 5 EMAIL_ADDRESS: aa@a.com
validation.out 5 EMAIL_ADDRESS: john.doe@example.com
  /external/chromium_org/components/autofill/content/browser/wallet/
gaia_account.cc 19 std::string email_address; local
20 if (!dictionary.GetString("buyer_email", &email_address)) {
44 return scoped_ptr<GaiaAccount>(new GaiaAccount(email_address,
52 const std::string& email_address,
56 scoped_ptr<GaiaAccount> account(new GaiaAccount(email_address,
74 GaiaAccount::GaiaAccount(const std::string& email_address,
78 : email_address_(email_address),
gaia_account.h 29 const std::string& email_address,
37 const std::string& email_address() const { return email_address_; } function in class:autofill::wallet::GaiaAccount
43 GaiaAccount(const std::string& email_address,
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_container_unittest.mm 122 { DetailInput::LONG, EMAIL_ADDRESS },
132 EXPECT_CALL(delegate_, ComboboxModelForAutofillType(EMAIL_ADDRESS))
142 [[container_ getField:EMAIL_ADDRESS] setStringValue:@"magic@example.org"];
185 { DetailInput::LONG, EMAIL_ADDRESS },
196 EXPECT_CALL(delegate_, ComboboxModelForAutofillType(EMAIL_ADDRESS))
202 NSControl<AutofillInputField>* field = [container_ getField:EMAIL_ADDRESS];
213 { DetailInput::LONG, EMAIL_ADDRESS },
224 validity.Set(EMAIL_ADDRESS,
230 EXPECT_CALL(delegate_, ComboboxModelForAutofillType(EMAIL_ADDRESS))
243 NSControl<AutofillInputField>* field = [container_ getField:EMAIL_ADDRESS];
    [all...]
  /external/chromium_org/google_apis/gaia/
gaia_auth_util.cc 22 std::string CanonicalizeEmailImpl(const std::string& email_address,
26 base::SplitString(email_address, at, &parts);
29 " : " << email_address;
39 VLOG(1) << "Canonicalized " << email_address << " to " << new_email;
45 std::string CanonicalizeEmail(const std::string& email_address) {
50 return CanonicalizeEmailImpl(email_address, false);
59 std::string SanitizeEmail(const std::string& email_address) {
60 std::string sanitized(email_address);
76 std::string ExtractDomainName(const std::string& email_address) {
78 std::string email = CanonicalizeEmail(email_address);
    [all...]
gaia_auth_util.h 16 // Perform basic canonicalization of |email_address|, taking into account that
18 std::string CanonicalizeEmail(const std::string& email_address);
25 std::string SanitizeEmail(const std::string& email_address);
  /external/chromium_org/components/autofill/core/browser/
email_field.cc 29 return AddClassification(field_, EMAIL_ADDRESS, map);
  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 40 static final String EMAIL_ADDRESS = "email";
61 + Profiles.EMAIL_ADDRESS + " TEXT,"
100 Profiles.EMAIL_ADDRESS,
  /packages/apps/Exchange/src/com/android/exchange/provider/
GalResult.java 51 public static final String EMAIL_ADDRESS = "emailAddress";
77 put(EMAIL_ADDRESS, _emailAddress);
  /external/chromium_org/components/test/data/autofill/merge/tools/
autofill_merge_common.py 53 field_type = "EMAIL_ADDRESS"
  /external/chromium_org/sync/protocol/
autofill_specifics.proto 29 repeated string email_address = 5;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
AccountUtils.java 41 if (Patterns.EMAIL_ADDRESS.matcher(name).matches()) {

Completed in 861 milliseconds

1 2 3 4 5 6 7