Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_common.cc34 AutofillType autofill_type = AutofillType(type); in ServerTypeEncompassesFieldType() local
35 if (autofill_type.group() != field_type.group()) in ServerTypeEncompassesFieldType()
43 return autofill_type.GetStorableType() == ADDRESS_HOME_STREET_ADDRESS; in ServerTypeEncompassesFieldType()
48 return autofill_type.GetStorableType() == NAME_FULL; in ServerTypeEncompassesFieldType()
50 return autofill_type.GetStorableType() == server_type; in ServerTypeEncompassesFieldType()
Dautofill_dialog_controller_impl.cc1915 AutofillType autofill_type(type); in InputValidityMessage() local
1916 if (autofill_type.group() == ADDRESS_HOME || in InputValidityMessage()
1917 autofill_type.group() == ADDRESS_BILLING) { in InputValidityMessage()
1921 switch (autofill_type.GetStorableType()) { in InputValidityMessage()
/external/chromium_org/components/autofill/core/browser/
Dautofill_type.cc30 AutofillType::AutofillType(const AutofillType& autofill_type) { in AutofillType() argument
31 *this = autofill_type; in AutofillType()
34 AutofillType& AutofillType::operator=(const AutofillType& autofill_type) { in operator =() argument
35 if (this != &autofill_type) { in operator =()
36 this->server_type_ = autofill_type.server_type_; in operator =()
37 this->html_type_ = autofill_type.html_type_; in operator =()
38 this->html_mode_ = autofill_type.html_mode_; in operator =()
Dautofill_type.h20 AutofillType(const AutofillType& autofill_type);
21 AutofillType& operator=(const AutofillType& autofill_type);
DBUILD.gn75 "autofill_type.cc",
76 "autofill_type.h",
Dautofill_profile.cc836 AutofillType autofill_type(*it); in ConstructInferredLabel() local
837 const base::string16& field_value = GetInfo(autofill_type, app_locale); in ConstructInferredLabel()
841 trimmed_profile.SetInfo(autofill_type, field_value, app_locale); in ConstructInferredLabel()
Dpersonal_data_manager_mac.mm23 #include "components/autofill/core/browser/autofill_type.h"
/external/chromium_org/components/
Dautofill.gypi144 'autofill/core/browser/autofill_type.cc',
145 'autofill/core/browser/autofill_type.h',
Dautofill_core_browser.target.linux-arm64.mk53 components/autofill/core/browser/autofill_type.cc \
Dautofill_core_browser.target.darwin-arm64.mk53 components/autofill/core/browser/autofill_type.cc \
Dautofill_core_browser.target.darwin-x86.mk53 components/autofill/core/browser/autofill_type.cc \
Dautofill_core_browser.target.linux-x86.mk53 components/autofill/core/browser/autofill_type.cc \
Dautofill_core_browser.target.linux-x86_64.mk53 components/autofill/core/browser/autofill_type.cc \
Dautofill_core_browser.target.linux-mips64.mk53 components/autofill/core/browser/autofill_type.cc \
Dautofill_core_browser.target.linux-mips.mk53 components/autofill/core/browser/autofill_type.cc \
Dautofill_core_browser.target.darwin-mips64.mk53 components/autofill/core/browser/autofill_type.cc \
Dautofill_core_browser.target.darwin-x86_64.mk53 components/autofill/core/browser/autofill_type.cc \
Dautofill_core_browser.target.darwin-mips.mk53 components/autofill/core/browser/autofill_type.cc \
Dautofill_core_browser.target.linux-arm.mk53 components/autofill/core/browser/autofill_type.cc \
Dautofill_core_browser.target.darwin-arm.mk53 components/autofill/core/browser/autofill_type.cc \
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_section_container.mm23 #include "components/autofill/core/browser/autofill_type.h"