Searched defs:autofill_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dautofill_type.cc5 #include "chrome/browser/autofill/autofill_type.h"
151 AutofillType::AutofillType(const AutofillType& autofill_type) { argument
152 *this = autofill_type;
155 AutofillType& AutofillType::operator=(const AutofillType& autofill_type) { argument
156 if (this != &autofill_type)
157 this->field_type_ = autofill_type.field_type_;

Completed in 694 milliseconds