HomeSort by relevance Sort by last modified time
    Searched refs:GetStorableType (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_type_unittest.cc 14 EXPECT_EQ(NO_SERVER_DATA, none.GetStorableType());
19 EXPECT_EQ(UNKNOWN_TYPE, unknown.GetStorableType());
24 EXPECT_EQ(NAME_FIRST, first.GetStorableType());
29 EXPECT_EQ(PHONE_HOME_NUMBER, phone.GetStorableType());
34 EXPECT_EQ(ADDRESS_HOME_LINE1, billing_address.GetStorableType());
39 EXPECT_EQ(NAME_SUFFIX, last.GetStorableType());
44 EXPECT_EQ(UNKNOWN_TYPE, boundary.GetStorableType());
49 EXPECT_EQ(UNKNOWN_TYPE, beyond.GetStorableType());
54 EXPECT_EQ(UNKNOWN_TYPE, between.GetStorableType());
61 EXPECT_EQ(UNKNOWN_TYPE, unknown.GetStorableType());
    [all...]
autofill_type.h 37 ServerFieldType GetStorableType() const;
form_group.cc 41 return GetRawInfo(type.GetStorableType());
47 SetRawInfo(type.GetStorableType(), value);
phone_number.cc 96 ServerFieldType storable_type = type.GetStorableType();
132 SetRawInfo(type.GetStorableType(), value);
185 ServerFieldType storable_type = type.GetStorableType();
autofill_field_unittest.cc 41 EXPECT_EQ(UNKNOWN_TYPE, field.Type().GetStorableType());
45 EXPECT_EQ(NAME_FIRST, field.Type().GetStorableType());
50 EXPECT_EQ(ADDRESS_HOME_LINE1, field.Type().GetStorableType());
55 EXPECT_EQ(NAME_FIRST, field.Type().GetStorableType());
98 ASSERT_EQ(UNKNOWN_TYPE, field.Type().GetStorableType());
address.cc 146 ServerFieldType storable_type = type.GetStorableType();
169 ServerFieldType storable_type = type.GetStorableType();
form_structure.cc 595 if (heuristic_type != (*field)->Type().GetStorableType())
804 collapsed_field_types.insert(AutofillType(*it).GetStorableType());
813 AutofillType(field->heuristic_type()).GetStorableType();
815 AutofillType(field->server_type()).GetStorableType();
816 ServerFieldType predicted_type = field->Type().GetStorableType();
    [all...]
autofill_field.cc 245 ServerFieldType storable_type = type.GetStorableType();
397 if (type.GetStorableType() == PHONE_HOME_NUMBER) {
404 } else if (type.GetStorableType() == ADDRESS_HOME_STREET_ADDRESS) {
autofill_metrics.cc 84 switch (AutofillType(field_type).GetStorableType()) {
autofill_type.cc 203 ServerFieldType AutofillType::GetStorableType() const {
personal_data_manager.cc 260 ServerFieldType server_field_type = field_type.GetStorableType();
606 if (type.GetStorableType() == PHONE_HOME_NUMBER &&
634 type.GetStorableType(), 1, labels);
666 if (type.GetStorableType() == CREDIT_CARD_NUMBER)
    [all...]
credit_card.cc 376 ServerFieldType storable_type = type.GetStorableType();
386 ServerFieldType storable_type = type.GetStorableType();
autofill_profile.cc 38 // Like |AutofillType::GetStorableType()|, but also returns |NAME_FULL| for
41 ServerFieldType storable_type = AutofillType(type).GetStorableType();
132 form_group.GetRawInfo(type.GetStorableType()) :
autofill_manager.cc     [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_common.cc 20 ServerFieldType server_type = field_type.GetStorableType();
43 return autofill_type.GetStorableType() == ADDRESS_HOME_STREET_ADDRESS;
48 return autofill_type.GetStorableType() == NAME_FULL;
50 return autofill_type.GetStorableType() == server_type;
59 if (field_type.GetStorableType() == CREDIT_CARD_NAME &&
data_model_wrapper.cc 121 if (type.GetStorableType() == CREDIT_CARD_NAME)
132 if (type.GetStorableType() == PHONE_HOME_WHOLE_NUMBER) {
134 profile_->GetRawMultiInfo(type.GetStorableType(), &values);
179 if (type.GetStorableType() == EMAIL_ADDRESS)
197 if (type.GetStorableType() == CREDIT_CARD_EXP_MONTH)
232 if (type.GetStorableType() == EMAIL_ADDRESS)
240 if (type.GetStorableType() == PHONE_HOME_WHOLE_NUMBER)
271 if (type.GetStorableType() == EMAIL_ADDRESS)
274 if (type.GetStorableType() == CREDIT_CARD_EXP_MONTH)
282 if (type.GetStorableType() == PHONE_HOME_WHOLE_NUMBER
    [all...]
autofill_dialog_controller_unittest.cc 606 form_structure()->field(11)->Type().GetStorableType());
609 form_structure()->field(18)->Type().GetStorableType());
620 form_structure()->field(1)->Type().GetStorableType());
622 EXPECT_EQ(NAME_FULL, form_structure()->field(6)->Type().GetStorableType());
625 EXPECT_EQ(NAME_FULL, form_structure()->field(13)->Type().GetStorableType());
    [all...]
autofill_dialog_controller_impl.cc 167 ServerFieldType field_type = type.GetStorableType();
194 field.Type().GetStorableType())));
210 AutofillType(type).GetStorableType(), iter->second);
250 profile->SetRawInfo(AutofillType(type).GetStorableType(), trimmed);
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.cc 159 switch (type.GetStorableType()) {
wallet_address.cc 337 switch (type.GetStorableType()) {
wallet_items.cc 337 switch (type.GetStorableType()) {
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 331 profiles.back().SetRawInfo(type.GetStorableType(), value);
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 145 if (field->Type().GetStorableType() == EMAIL_ADDRESS)

Completed in 100 milliseconds