Home
last modified time | relevance | path

Searched refs:autofill_type (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_type.cc151 AutofillType::AutofillType(const AutofillType& autofill_type) { in AutofillType() argument
152 *this = autofill_type; in AutofillType()
155 AutofillType& AutofillType::operator=(const AutofillType& autofill_type) { in operator =() argument
156 if (this != &autofill_type) in operator =()
157 this->field_type_ = autofill_type.field_type_; in operator =()
Dautofill_type.h57 AutofillType(const AutofillType& autofill_type);
58 AutofillType& operator=(const AutofillType& autofill_type);
Dform_structure.cc113 AutofillType autofill_type(field->type()); in DetermineHeuristicTypes() local
114 if (autofill_type.group() == AutofillType::CREDIT_CARD) in DetermineHeuristicTypes()
116 if (autofill_type.field_type() != UNKNOWN_TYPE) in DetermineHeuristicTypes()
257 AutofillType autofill_type((*field)->type()); in ParseQueryResponse() local
258 if (autofill_type.group() == AutofillType::CREDIT_CARD) in ParseQueryResponse()
260 if (autofill_type.field_type() != UNKNOWN_TYPE) in ParseQueryResponse()
Dautofill_manager.cc214 AutofillType autofill_type(form_structure->field(k)->type()); in SectionIsAutofilled() local
/external/chromium/
DAndroid.mk375 chrome/browser/autofill/autofill_type.cc \