Home
last modified time | relevance | path

Searched refs:GetStorableType (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_type_unittest.cc14 EXPECT_EQ(NO_SERVER_DATA, none.GetStorableType()); in TEST()
19 EXPECT_EQ(UNKNOWN_TYPE, unknown.GetStorableType()); in TEST()
24 EXPECT_EQ(NAME_FIRST, first.GetStorableType()); in TEST()
29 EXPECT_EQ(PHONE_HOME_NUMBER, phone.GetStorableType()); in TEST()
34 EXPECT_EQ(ADDRESS_HOME_LINE1, billing_address.GetStorableType()); in TEST()
39 EXPECT_EQ(NAME_SUFFIX, last.GetStorableType()); in TEST()
44 EXPECT_EQ(UNKNOWN_TYPE, boundary.GetStorableType()); in TEST()
49 EXPECT_EQ(UNKNOWN_TYPE, beyond.GetStorableType()); in TEST()
54 EXPECT_EQ(UNKNOWN_TYPE, between.GetStorableType()); in TEST()
61 EXPECT_EQ(UNKNOWN_TYPE, unknown.GetStorableType()); in TEST()
[all …]
Dform_group.cc41 return GetRawInfo(type.GetStorableType()); in GetInfo()
47 SetRawInfo(type.GetStorableType(), value); in SetInfo()
Dphone_number.cc96 ServerFieldType storable_type = type.GetStorableType(); in GetInfo()
132 SetRawInfo(type.GetStorableType(), value); in SetInfo()
192 ServerFieldType storable_type = type.GetStorableType(); in SetInfo()
Dcontact_info.cc230 if (type.GetStorableType() == NAME_FULL) in GetInfo()
233 return GetRawInfo(type.GetStorableType()); in GetInfo()
243 if (type.GetStorableType() == NAME_FULL) { in SetInfo()
Dautofill_field_unittest.cc58 EXPECT_EQ(UNKNOWN_TYPE, field.Type().GetStorableType()); in TEST()
62 EXPECT_EQ(NAME_FIRST, field.Type().GetStorableType()); in TEST()
67 EXPECT_EQ(ADDRESS_HOME_LINE1, field.Type().GetStorableType()); in TEST()
72 EXPECT_EQ(NAME_FIRST, field.Type().GetStorableType()); in TEST()
115 ASSERT_EQ(UNKNOWN_TYPE, field.Type().GetStorableType()); in TEST()
Dform_structure.cc590 if (heuristic_type != (*field)->Type().GetStorableType()) in ParseQueryResponse()
795 collapsed_field_types.insert(AutofillType(*it).GetStorableType()); in LogQualityMetrics()
804 AutofillType(field->heuristic_type()).GetStorableType(); in LogQualityMetrics()
806 AutofillType(field->server_type()).GetStorableType(); in LogQualityMetrics()
807 ServerFieldType predicted_type = field->Type().GetStorableType(); in LogQualityMetrics()
1135 if (field->Type().GetStorableType() != target_type.GetStorableType() || in PossibleValues()
1190 const ServerFieldType current_type = (*field)->Type().GetStorableType(); in IdentifySections()
Dautofill_type.h37 ServerFieldType GetStorableType() const;
Daddress.cc146 ServerFieldType storable_type = type.GetStorableType(); in GetInfo()
169 ServerFieldType storable_type = type.GetStorableType(); in SetInfo()
Dpersonal_data_manager.cc267 ServerFieldType server_field_type = field_type.GetStorableType(); in ImportFormData()
575 if (i18n::FieldForType(type.GetStorableType(), &address_field) && in GetProfileSuggestions()
611 if (type.GetStorableType() == PHONE_HOME_NUMBER && in GetProfileSuggestions()
639 type.GetStorableType(), 1, app_locale_, labels); in GetProfileSuggestions()
671 if (type.GetStorableType() == CREDIT_CARD_NUMBER) in GetCreditCardSuggestions()
678 if (type.GetStorableType() == CREDIT_CARD_NUMBER) { in GetCreditCardSuggestions()
682 if (type.GetStorableType() != CREDIT_CARD_NAME) { in GetCreditCardSuggestions()
Dautofill_field.cc324 ServerFieldType storable_type = type.GetStorableType(); in FillSelectControl()
484 if (type.GetStorableType() == PHONE_HOME_NUMBER) { in FillFormField()
491 } else if (type.GetStorableType() == ADDRESS_HOME_STREET_ADDRESS) { in FillFormField()
494 } else if (type.GetStorableType() == CREDIT_CARD_NUMBER) { in FillFormField()
Dcredit_card.cc376 ServerFieldType storable_type = type.GetStorableType(); in GetInfo()
386 ServerFieldType storable_type = type.GetStorableType(); in SetInfo()
Dautofill_type.cc207 ServerFieldType AutofillType::GetStorableType() const { in GetStorableType() function in autofill::AutofillType
Dautofill_metrics.cc84 switch (AutofillType(field_type).GetStorableType()) { in GetFieldTypeGroupMetric()
Dautofill_profile.cc46 ServerFieldType storable_type = AutofillType(type).GetStorableType(); in GetStorableTypeCollapsingNames()
143 form_group.GetRawInfo(type.GetStorableType()) : in GetFormGroupInfo()
Dautofill_manager.cc1095 field_types.push_back(form.field(i)->Type().GetStorableType()); in GetProfileSuggestions()
1105 if (autofill_field.Type().GetStorableType() == PHONE_HOME_NUMBER) { in GetProfileSuggestions()
/external/chromium_org/chrome/browser/ui/autofill/
Ddata_model_wrapper.cc124 if (type.GetStorableType() == CREDIT_CARD_NAME) in GetInfo()
135 if (type.GetStorableType() == PHONE_HOME_WHOLE_NUMBER) { in GetInfoForDisplay()
137 profile_->GetRawMultiInfo(type.GetStorableType(), &values); in GetInfoForDisplay()
182 if (type.GetStorableType() == EMAIL_ADDRESS) in GetInfo()
200 if (type.GetStorableType() == CREDIT_CARD_EXP_MONTH) in GetInfo()
235 if (type.GetStorableType() == EMAIL_ADDRESS) in GetInfo()
243 if (type.GetStorableType() == PHONE_HOME_WHOLE_NUMBER) in GetInfoForDisplay()
274 if (type.GetStorableType() == EMAIL_ADDRESS) in GetInfo()
277 if (type.GetStorableType() == CREDIT_CARD_EXP_MONTH) in GetInfo()
285 if (type.GetStorableType() == PHONE_HOME_WHOLE_NUMBER) in GetInfoForDisplay()
[all …]
Dautofill_dialog_common.cc20 ServerFieldType server_type = field_type.GetStorableType(); in ServerTypeEncompassesFieldType()
43 return autofill_type.GetStorableType() == ADDRESS_HOME_STREET_ADDRESS; in ServerTypeEncompassesFieldType()
48 return autofill_type.GetStorableType() == NAME_FULL; in ServerTypeEncompassesFieldType()
50 return autofill_type.GetStorableType() == server_type; in ServerTypeEncompassesFieldType()
59 if (field_type.GetStorableType() == CREDIT_CARD_NAME && in ServerTypeMatchesField()
Dautofill_dialog_controller_unittest.cc609 form_structure()->field(11)->Type().GetStorableType()); in SubmitAndVerifyShippingAndBillingResults()
612 form_structure()->field(18)->Type().GetStorableType()); in SubmitAndVerifyShippingAndBillingResults()
623 form_structure()->field(1)->Type().GetStorableType()); in SubmitAndVerifyShippingAndBillingResults()
625 EXPECT_EQ(NAME_FULL, form_structure()->field(6)->Type().GetStorableType()); in SubmitAndVerifyShippingAndBillingResults()
628 EXPECT_EQ(NAME_FULL, form_structure()->field(13)->Type().GetStorableType()); in SubmitAndVerifyShippingAndBillingResults()
1289 form_structure()->field(9)->Type().GetStorableType()); in TEST_F()
1292 form_structure()->field(16)->Type().GetStorableType()); in TEST_F()
1301 form_structure()->field(1)->Type().GetStorableType()); in TEST_F()
1303 EXPECT_EQ(NAME_FULL, form_structure()->field(6)->Type().GetStorableType()); in TEST_F()
1306 EXPECT_EQ(NAME_FULL, form_structure()->field(13)->Type().GetStorableType()); in TEST_F()
[all …]
Dautofill_dialog_controller_impl.cc172 ServerFieldType field_type = type.GetStorableType(); in GetInfoFromInputs()
199 field.Type().GetStorableType()))); in ServerTypeMatchesShippingField()
242 profile->SetInfo(AutofillType(AutofillType(type).GetStorableType()), in GetBillingInfoFromOutputs()
1921 switch (autofill_type.GetStorableType()) { in InputValidityMessage()
3301 if (field->Type().GetStorableType() == type) in SetOutputForFieldsOfType()
/external/chromium_org/components/autofill/content/browser/wallet/
Dfull_wallet.cc159 switch (type.GetStorableType()) { in GetInfo()
Dwallet_address.cc337 switch (type.GetStorableType()) { in GetInfo()
Dwallet_items.cc337 switch (type.GetStorableType()) { in GetInfo()
/external/chromium_org/chrome/browser/sync/test/integration/
Dautofill_helper.cc331 profiles.back().SetRawInfo(type.GetStorableType(), value); in UpdateProfile()
/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_dialog_controller_android.cc147 if (field->Type().GetStorableType() == EMAIL_ADDRESS) in FillOutputForSection()