Home
last modified time | relevance | path

Searched refs:COMPANY_NAME (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/components/test/data/autofill/merge/input/
Demail.in6 COMPANY_NAME: TestCo
19 COMPANY_NAME: TestCo
32 COMPANY_NAME: TestCo
45 COMPANY_NAME: j@x.com
58 COMPANY_NAME: TestCo
71 COMPANY_NAME: TestCo
84 COMPANY_NAME: TestCo
97 COMPANY_NAME: TestCo
110 COMPANY_NAME: TestCo
123 COMPANY_NAME: TestCo
[all …]
Dsinglemerge.in6 COMPANY_NAME: Acme
19 COMPANY_NAME: Box Co
Dprimarycase.in6 COMPANY_NAME: Acme
19 COMPANY_NAME: Acme
Dmultimerge.in6 COMPANY_NAME: Acme
19 COMPANY_NAME: Acme
Didentical.in6 COMPANY_NAME: TestCo
19 COMPANY_NAME: TestCo
Dcase.in6 COMPANY_NAME: TestCo
19 COMPANY_NAME: testCo
Dambiguous.in10 COMPANY_NAME: TestCo
Dvalidation.in5 COMPANY_NAME: TestCo
/external/chromium_org/components/autofill/core/browser/
Daddress_i18n.cc38 get_info.Run(AutofillType(COMPANY_NAME))); in CreateAddressData()
87 return COMPANY_NAME; in TypeForField()
136 case COMPANY_NAME: in FieldForType()
Daddress_i18n_unittest.cc48 {true, COMPANY_NAME, ORGANIZATION}, in TEST()
57 {false, COMPANY_NAME, ORGANIZATION}, in TEST()
Dautofill_type.cc116 case COMPANY_NAME: in group()
300 return COMPANY_NAME; in GetStorableType()
579 case COMPANY_NAME: in ToString()
Dcontact_info.cc341 supported_types->insert(COMPANY_NAME); in GetSupportedTypes()
345 if (type == COMPANY_NAME) in GetRawInfo()
353 DCHECK_EQ(COMPANY_NAME, type); in SetRawInfo()
Dautofill_ie_toolbar_import_win_unittest.cc171 EXPECT_EQ(profile1[4].value, profiles[1].GetRawInfo(COMPANY_NAME)); in TEST_F()
183 EXPECT_EQ(profile2[3].value, profiles[0].GetRawInfo(COMPANY_NAME)); in TEST_F()
Dfield_types.h85 COMPANY_NAME = 60, enumerator
/external/chromium_org/components/test/data/autofill/merge/output/
Dvalidation.out6 COMPANY_NAME: TestCo
Didentical.out6 COMPANY_NAME: TestCo
Dcase.out6 COMPANY_NAME: TestCo
Dsinglemerge.out6 COMPANY_NAME: Box Co
Dmultimerge.out10 COMPANY_NAME: Acme
Dprimarycase.out10 COMPANY_NAME: Acme
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_profile_syncable_service_unittest.cc170 profile->SetRawInfo(COMPANY_NAME, ASCIIToUTF16("Google, Inc.")); in ConstructCompleteProfile()
407 profile1.SetRawInfo(COMPANY_NAME, ASCIIToUTF16("Frobbers, Inc.")); in TEST_F()
412 profile2.SetRawInfo(COMPANY_NAME, ASCIIToUTF16("Fizzbang, LLC.")); in TEST_F()
601 profile.SetRawInfo(COMPANY_NAME, ASCIIToUTF16(company1)); in TEST_F()
603 COMPANY_NAME, company1, &profile)); in TEST_F()
604 EXPECT_EQ(profile.GetRawInfo(COMPANY_NAME), ASCIIToUTF16(company1)); in TEST_F()
606 COMPANY_NAME, company2, &profile)); in TEST_F()
607 EXPECT_EQ(profile.GetRawInfo(COMPANY_NAME), ASCIIToUTF16(company2)); in TEST_F()
609 COMPANY_NAME, company2, &profile)); in TEST_F()
610 EXPECT_EQ(profile.GetRawInfo(COMPANY_NAME), ASCIIToUTF16(company2)); in TEST_F()
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
DAutofillPopupTest.java38 private static final String COMPANY_NAME = "Acme Inc."; field in AutofillPopupTest
151 "" /* guid */, ORIGIN, FIRST_NAME + " " + LAST_NAME, COMPANY_NAME, in loadAndFillForm()
/external/chromium_org/chrome/browser/autofill/android/
Dpersonal_data_manager_android.cc44 ConvertUTF16ToJavaString(env, profile.GetRawInfo(COMPANY_NAME)).obj(), in CreateJavaProfileFromNative()
77 AutofillType(COMPANY_NAME), in PopulateNativeProfileFromJava()
/external/chromium_org/remoting/host/win/
Dversion.rc.jinja243 VALUE "CompanyName", "{% trans %}COMPANY_NAME{% endtrans %}"
/external/chromium_org/chrome/browser/autofill/
Dautofill_browsertest.cc322 profile3.SetRawInfo(COMPANY_NAME, WideToUTF16(L"Company X")); in IN_PROC_BROWSER_TEST_F()
331 profile4.SetRawInfo(COMPANY_NAME, in IN_PROC_BROWSER_TEST_F()
347 profile5.SetRawInfo(COMPANY_NAME, WideToUTF16(L"Google")); in IN_PROC_BROWSER_TEST_F()

12