/external/chromium/chrome/browser/autofill/ |
D | autofill_type.h | 56 explicit AutofillType(AutofillFieldType field_type); 60 AutofillFieldType field_type() const; 67 static AutofillFieldType GetEquivalentFieldType(AutofillFieldType field_type); 70 static std::string FieldTypeToString(AutofillFieldType field_type); 71 static AutofillFieldType StringToFieldType(const std::string& str); 74 AutofillFieldType field_type_; 79 typedef std::set<AutofillFieldType> FieldTypeSet; 80 typedef std::map<string16, AutofillFieldType> FieldTypeMap;
|
D | autofill_profile.h | 50 virtual string16 GetInfo(AutofillFieldType type) const; 51 virtual void SetInfo(AutofillFieldType type, const string16& value); 54 void SetMultiInfo(AutofillFieldType type, 56 void GetMultiInfo(AutofillFieldType type, 60 static bool SupportsMultiValue(AutofillFieldType type); 99 const std::vector<AutofillFieldType>* suggested_fields, 100 AutofillFieldType excluded_field, 140 const std::vector<AutofillFieldType>& label_fields, 151 const std::vector<AutofillFieldType>& fields, 158 const FormGroup* FormGroupForType(AutofillFieldType type) const; [all …]
|
D | autofill_field.h | 25 AutofillFieldType heuristic_type() const { return heuristic_type_; } in heuristic_type() 26 AutofillFieldType server_type() const { return server_type_; } in server_type() 30 void set_heuristic_type(AutofillFieldType type); 31 void set_server_type(AutofillFieldType type) { server_type_ = type; } in set_server_type() 38 AutofillFieldType type() const; 56 AutofillFieldType server_type_; 59 AutofillFieldType heuristic_type_;
|
D | autofill_profile.cc | 28 AutofillFieldType GetEquivalentFieldTypeCollapsingNames( in GetEquivalentFieldTypeCollapsingNames() 29 AutofillFieldType field_type) { in GetEquivalentFieldTypeCollapsingNames() 45 const std::vector<AutofillFieldType>* suggested_fields, in GetFieldsForDistinguishingProfiles() 46 AutofillFieldType excluded_field, in GetFieldsForDistinguishingProfiles() 47 std::vector<AutofillFieldType>* distinguishing_fields) { in GetFieldsForDistinguishingProfiles() 48 static const AutofillFieldType kDefaultDistinguishingFields[] = { in GetFieldsForDistinguishingProfiles() 71 std::set<AutofillFieldType> seen_fields; in GetFieldsForDistinguishingProfiles() 76 for (std::vector<AutofillFieldType>::const_iterator it = in GetFieldsForDistinguishingProfiles() 79 AutofillFieldType suggested_type = in GetFieldsForDistinguishingProfiles() 91 for (std::vector<AutofillFieldType>::const_iterator it = in GetFieldsForDistinguishingProfiles() [all …]
|
D | fax_number.h | 21 virtual AutofillFieldType GetNumberType() const; 22 virtual AutofillFieldType GetCityCodeType() const; 23 virtual AutofillFieldType GetCountryCodeType() const; 24 virtual AutofillFieldType GetCityAndNumberType() const; 25 virtual AutofillFieldType GetWholeNumberType() const;
|
D | phone_number.h | 29 virtual string16 GetInfo(AutofillFieldType type) const; 30 virtual void SetInfo(AutofillFieldType type, const string16& value); 50 virtual AutofillFieldType GetNumberType() const = 0; 51 virtual AutofillFieldType GetCityCodeType() const = 0; 52 virtual AutofillFieldType GetCountryCodeType() const = 0; 53 virtual AutofillFieldType GetCityAndNumberType() const = 0; 54 virtual AutofillFieldType GetWholeNumberType() const = 0;
|
D | home_phone_number.h | 22 virtual AutofillFieldType GetNumberType() const; 23 virtual AutofillFieldType GetCityCodeType() const; 24 virtual AutofillFieldType GetCountryCodeType() const; 25 virtual AutofillFieldType GetCityAndNumberType() const; 26 virtual AutofillFieldType GetWholeNumberType() const;
|
D | fax_number.cc | 18 AutofillFieldType FaxNumber::GetNumberType() const { in GetNumberType() 22 AutofillFieldType FaxNumber::GetCityCodeType() const { in GetCityCodeType() 26 AutofillFieldType FaxNumber::GetCountryCodeType() const { in GetCountryCodeType() 30 AutofillFieldType FaxNumber::GetCityAndNumberType() const { in GetCityAndNumberType() 34 AutofillFieldType FaxNumber::GetWholeNumberType() const { in GetWholeNumberType()
|
D | home_phone_number.cc | 20 AutofillFieldType HomePhoneNumber::GetNumberType() const { in GetNumberType() 24 AutofillFieldType HomePhoneNumber::GetCityCodeType() const { in GetCityCodeType() 28 AutofillFieldType HomePhoneNumber::GetCountryCodeType() const { in GetCountryCodeType() 32 AutofillFieldType HomePhoneNumber::GetCityAndNumberType() const { in GetCityAndNumberType() 36 AutofillFieldType HomePhoneNumber::GetWholeNumberType() const { in GetWholeNumberType()
|
D | contact_info.h | 29 virtual string16 GetInfo(AutofillFieldType type) const; 30 virtual void SetInfo(AutofillFieldType type, const string16& value); 109 virtual string16 GetInfo(AutofillFieldType type) const; 110 virtual void SetInfo(AutofillFieldType type, const string16& value); 128 virtual string16 GetInfo(AutofillFieldType type) const; 129 virtual void SetInfo(AutofillFieldType type, const string16& value);
|
D | autofill_metrics.cc | 37 int GetFieldTypeGroupMetric(const AutofillFieldType field_type, in GetFieldTypeGroupMetric() 149 const AutofillFieldType field_type, in LogTypeQualityMetric() 186 AutofillFieldType field_type, in Log() 194 AutofillFieldType field_type, in Log() 220 AutofillFieldType field_type, in Log()
|
D | autofill_type.cc | 141 AutofillType::AutofillType(AutofillFieldType field_type) { in AutofillType() 161 AutofillFieldType AutofillType::field_type() const { in field_type() 174 AutofillFieldType AutofillType::GetEquivalentFieldType( in GetEquivalentFieldType() 175 AutofillFieldType field_type) { in GetEquivalentFieldType() 206 std::string AutofillType::FieldTypeToString(AutofillFieldType type) { in FieldTypeToString() 303 AutofillFieldType AutofillType::StringToFieldType(const std::string& str) { in StringToFieldType()
|
D | autofill_metrics.h | 98 AutofillFieldType field_type, 101 AutofillFieldType field_type, 107 AutofillFieldType field_type,
|
D | contact_info.cc | 20 static const AutofillFieldType kAutofillNameInfoTypes[] = { 89 string16 NameInfo::GetInfo(AutofillFieldType type) const { in GetInfo() 108 void NameInfo::SetInfo(AutofillFieldType type, const string16& value) { in SetInfo() 358 string16 EmailInfo::GetInfo(AutofillFieldType type) const { in GetInfo() 365 void EmailInfo::SetInfo(AutofillFieldType type, const string16& value) { in SetInfo() 401 string16 CompanyInfo::GetInfo(AutofillFieldType type) const { in GetInfo() 408 void CompanyInfo::SetInfo(AutofillFieldType type, const string16& value) { in SetInfo()
|
D | address_field.cc | 19 AutofillFieldType address_company; in GetFieldInfo() 20 AutofillFieldType address_line1; in GetFieldInfo() 21 AutofillFieldType address_line2; in GetFieldInfo() 22 AutofillFieldType address_city; in GetFieldInfo() 23 AutofillFieldType address_state; in GetFieldInfo() 24 AutofillFieldType address_zip; in GetFieldInfo() 25 AutofillFieldType address_country; in GetFieldInfo()
|
D | autofill_manager.h | 201 AutofillFieldType type, 211 AutofillFieldType type, 220 AutofillFieldType type, 226 AutofillFieldType type, 234 AutofillFieldType type,
|
D | form_group.h | 34 virtual string16 GetInfo(AutofillFieldType type) const = 0; 37 virtual void SetInfo(AutofillFieldType type, const string16& value) = 0;
|
D | field_types.h | 88 } AutofillFieldType; typedef 90 typedef std::set<AutofillFieldType> FieldTypeSet;
|
D | autofill_xml_parser.cc | 31 std::vector<AutofillFieldType>* field_types, in AutofillQueryXmlParser() 78 AutofillFieldType field_type = UNKNOWN_TYPE; in StartElement() 84 field_type = static_cast<AutofillFieldType>(value); in StartElement()
|
D | autofill_field.cc | 43 void AutofillField::set_heuristic_type(AutofillFieldType type) { in set_heuristic_type() 54 AutofillFieldType AutofillField::type() const { in type()
|
D | autofill_xml_parser.h | 67 AutofillQueryXmlParser(std::vector<AutofillFieldType>* field_types, 86 std::vector<AutofillFieldType>* field_types_;
|
D | form_structure.cc | 103 AutofillFieldType heuristic_autofill_type; in DetermineHeuristicTypes() 211 std::vector<AutofillFieldType> field_types; in ParseQueryResponse() 226 std::vector<AutofillFieldType>::iterator current_type = field_types.begin(); in ParseQueryResponse() 252 AutofillFieldType heuristic_type = (*field)->type(); in ParseQueryResponse() 388 AutofillFieldType field_type = UNKNOWN_TYPE; in LogQualityMetrics() 392 AutofillFieldType heuristic_type = field->heuristic_type(); in LogQualityMetrics() 393 AutofillFieldType server_type = field->server_type(); in LogQualityMetrics() 394 AutofillFieldType predicted_type = field->type(); in LogQualityMetrics()
|
D | autofill_metrics_unittest.cc | 34 AutofillFieldType field_type, 37 AutofillFieldType field_type, 43 AutofillFieldType field_type, 157 void SetFieldTypes(const std::vector<AutofillFieldType>& heuristic_types, in SetFieldTypes() 158 const std::vector<AutofillFieldType>& server_types) { in SetFieldTypes() 221 std::vector<AutofillFieldType> heuristic_types, server_types; in TEST_F() 355 AutofillFieldType heuristic_type; in TEST_F() 356 AutofillFieldType server_type; in TEST_F() 416 std::vector<AutofillFieldType> heuristic_types, server_types; in TEST_F() 463 std::vector<AutofillFieldType> heuristic_types, server_types; in TEST_F() [all …]
|
D | address.h | 30 virtual string16 GetInfo(AutofillFieldType type) const; 31 virtual void SetInfo(AutofillFieldType type, const string16& value);
|
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/ |
D | WebAutofill.cpp | 244 mAutofillProfile->SetInfo(AutofillFieldType(NAME_FULL), fullName); in setProfile() 245 mAutofillProfile->SetInfo(AutofillFieldType(EMAIL_ADDRESS), emailAddress); in setProfile() 246 mAutofillProfile->SetInfo(AutofillFieldType(COMPANY_NAME), companyName); in setProfile() 247 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_LINE1), addressLine1); in setProfile() 248 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_LINE2), addressLine2); in setProfile() 249 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_CITY), city); in setProfile() 250 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_STATE), state); in setProfile() 251 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_ZIP), zipCode); in setProfile() 252 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_COUNTRY), country); in setProfile() 253 mAutofillProfile->SetInfo(AutofillFieldType(PHONE_HOME_WHOLE_NUMBER), phoneNumber); in setProfile()
|