Searched refs:storable_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dphone_number.cc96 ServerFieldType storable_type = type.GetStorableType(); local
102 if (storable_type != PHONE_HOME_WHOLE_NUMBER &&
106 switch (storable_type) {
192 ServerFieldType storable_type = type.GetStorableType(); local
193 if (storable_type == PHONE_HOME_COUNTRY_CODE) {
198 if (storable_type == PHONE_HOME_CITY_CODE) {
203 if (storable_type == PHONE_HOME_CITY_AND_NUMBER) {
208 if (storable_type == PHONE_HOME_WHOLE_NUMBER) {
213 if (storable_type == PHONE_HOME_NUMBER) {
H A Daddress.cc146 ServerFieldType storable_type = type.GetStorableType();
147 if (storable_type == ADDRESS_HOME_COUNTRY && !country_code_.empty())
150 return GetRawInfo(storable_type);
169 ServerFieldType storable_type = type.GetStorableType(); local
170 if (storable_type == ADDRESS_HOME_COUNTRY && !value.empty()) {
175 SetRawInfo(storable_type, value);
180 if (storable_type == ADDRESS_HOME_STREET_ADDRESS &&
H A Dcredit_card.cc376 ServerFieldType storable_type = type.GetStorableType(); local
377 if (storable_type == CREDIT_CARD_NUMBER)
380 return GetRawInfo(storable_type);
386 ServerFieldType storable_type = type.GetStorableType(); local
387 if (storable_type == CREDIT_CARD_NUMBER)
388 SetRawInfo(storable_type, StripSeparators(value));
389 else if (storable_type == CREDIT_CARD_EXP_MONTH)
392 SetRawInfo(storable_type, value);
H A Dautofill_field.cc324 ServerFieldType storable_type = type.GetStorableType();
325 if (storable_type == ADDRESS_HOME_STATE) {
327 } else if (storable_type == ADDRESS_HOME_COUNTRY) {
329 } else if (storable_type == CREDIT_CARD_EXP_MONTH) {
331 } else if (storable_type == CREDIT_CARD_EXP_2_DIGIT_YEAR ||
332 storable_type == CREDIT_CARD_EXP_4_DIGIT_YEAR) {
334 } else if (storable_type == CREDIT_CARD_TYPE) {
H A Dautofill_profile.cc46 ServerFieldType storable_type = AutofillType(type).GetStorableType(); local
47 if (AutofillType(storable_type).group() == NAME)
50 return storable_type;

Completed in 414 milliseconds