/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_dialog_common.cc | 34 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()
|
D | autofill_dialog_controller_impl.cc | 1915 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/ |
D | autofill_type.cc | 30 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 =()
|
D | autofill_type.h | 20 AutofillType(const AutofillType& autofill_type); 21 AutofillType& operator=(const AutofillType& autofill_type);
|
D | BUILD.gn | 75 "autofill_type.cc", 76 "autofill_type.h",
|
D | autofill_profile.cc | 836 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()
|
D | personal_data_manager_mac.mm | 23 #include "components/autofill/core/browser/autofill_type.h"
|
/external/chromium_org/components/ |
D | autofill.gypi | 144 'autofill/core/browser/autofill_type.cc', 145 'autofill/core/browser/autofill_type.h',
|
D | autofill_core_browser.target.linux-arm64.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
D | autofill_core_browser.target.darwin-arm64.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
D | autofill_core_browser.target.darwin-x86.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
D | autofill_core_browser.target.linux-x86.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
D | autofill_core_browser.target.linux-x86_64.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
D | autofill_core_browser.target.linux-mips64.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
D | autofill_core_browser.target.linux-mips.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
D | autofill_core_browser.target.darwin-mips64.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
D | autofill_core_browser.target.darwin-x86_64.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
D | autofill_core_browser.target.darwin-mips.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
D | autofill_core_browser.target.linux-arm.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
D | autofill_core_browser.target.darwin-arm.mk | 53 components/autofill/core/browser/autofill_type.cc \
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_section_container.mm | 23 #include "components/autofill/core/browser/autofill_type.h"
|