Searched refs:autofill_type (Results 1 – 5 of 5) sorted by relevance
151 AutofillType::AutofillType(const AutofillType& autofill_type) { in AutofillType() argument152 *this = autofill_type; in AutofillType()155 AutofillType& AutofillType::operator=(const AutofillType& autofill_type) { in operator =() argument156 if (this != &autofill_type) in operator =()157 this->field_type_ = autofill_type.field_type_; in operator =()
57 AutofillType(const AutofillType& autofill_type);58 AutofillType& operator=(const AutofillType& autofill_type);
113 AutofillType autofill_type(field->type()); in DetermineHeuristicTypes() local114 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() local258 if (autofill_type.group() == AutofillType::CREDIT_CARD) in ParseQueryResponse()260 if (autofill_type.field_type() != UNKNOWN_TYPE) in ParseQueryResponse()
214 AutofillType autofill_type(form_structure->field(k)->type()); in SectionIsAutofilled() local
375 chrome/browser/autofill/autofill_type.cc \