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

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_type.h20 AutofillType(const AutofillType& autofill_type);
21 AutofillType& operator=(const AutofillType& autofill_type);
H A Dautofill_type.cc5 #include "components/autofill/core/browser/autofill_type.h"
30 AutofillType::AutofillType(const AutofillType& autofill_type) { argument
31 *this = autofill_type;
34 AutofillType& AutofillType::operator=(const AutofillType& autofill_type) { argument
35 if (this != &autofill_type) {
36 this->server_type_ = autofill_type.server_type_;
37 this->html_type_ = autofill_type.html_type_;
38 this->html_mode_ = autofill_type.html_mode_;
H A Dautofill_profile.cc22 #include "components/autofill/core/browser/autofill_type.h"
836 AutofillType autofill_type(*it);
837 const base::string16& field_value = GetInfo(autofill_type, app_locale);
841 trimmed_profile.SetInfo(autofill_type, field_value, app_locale);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_common.cc11 #include "components/autofill/core/browser/autofill_type.h"
34 AutofillType autofill_type = AutofillType(type);
35 if (autofill_type.group() != field_type.group())
43 return autofill_type.GetStorableType() == ADDRESS_HOME_STREET_ADDRESS;
48 return autofill_type.GetStorableType() == NAME_FULL;
50 return autofill_type.GetStorableType() == server_type;
H A Dautofill_dialog_controller_impl.cc61 #include "components/autofill/core/browser/autofill_type.h"
1915 AutofillType autofill_type(type);
1916 if (autofill_type.group() == ADDRESS_HOME ||
1917 autofill_type.group() == ADDRESS_BILLING) {
1921 switch (autofill_type.GetStorableType()) {
/external/chromium_org/components/
H A Dautofill_core_browser.target.darwin-arm.mk53 components/autofill/core/browser/autofill_type.cc \
H A Dautofill_core_browser.target.darwin-arm64.mk53 components/autofill/core/browser/autofill_type.cc \
H A Dautofill_core_browser.target.darwin-mips.mk53 components/autofill/core/browser/autofill_type.cc \
H A Dautofill_core_browser.target.darwin-mips64.mk53 components/autofill/core/browser/autofill_type.cc \
H A Dautofill_core_browser.target.darwin-x86.mk53 components/autofill/core/browser/autofill_type.cc \
H A Dautofill_core_browser.target.darwin-x86_64.mk53 components/autofill/core/browser/autofill_type.cc \
H A Dautofill_core_browser.target.linux-arm.mk53 components/autofill/core/browser/autofill_type.cc \
H A Dautofill_core_browser.target.linux-arm64.mk53 components/autofill/core/browser/autofill_type.cc \
H A Dautofill_core_browser.target.linux-mips.mk53 components/autofill/core/browser/autofill_type.cc \
H A Dautofill_core_browser.target.linux-mips64.mk53 components/autofill/core/browser/autofill_type.cc \
H A Dautofill_core_browser.target.linux-x86.mk53 components/autofill/core/browser/autofill_type.cc \
H A Dautofill_core_browser.target.linux-x86_64.mk53 components/autofill/core/browser/autofill_type.cc \

Completed in 6730 milliseconds