HomeSort by relevance Sort by last modified time
    Searched defs:AutofillType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_type.h 16 class AutofillType {
18 explicit AutofillType(ServerFieldType field_type);
19 AutofillType(HtmlFieldType field_type, HtmlFieldMode mode);
20 AutofillType(const AutofillType& autofill_type);
21 AutofillType& operator=(const AutofillType& autofill_type);
autofill_type.cc 11 AutofillType::AutofillType(ServerFieldType field_type)
24 AutofillType::AutofillType(HtmlFieldType field_type, HtmlFieldMode mode)
30 AutofillType::AutofillType(const AutofillType& autofill_type) {
34 AutofillType& AutofillType::operator=(const AutofillType& autofill_type)
    [all...]

Completed in 31 milliseconds