Home
last modified time | relevance | path

Searched refs:AutofillProfileWrapper (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Ddata_model_wrapper.cc114 AutofillProfileWrapper::AutofillProfileWrapper(const AutofillProfile* profile) in AutofillProfileWrapper() function in autofill::AutofillProfileWrapper
119 AutofillProfileWrapper::AutofillProfileWrapper( in AutofillProfileWrapper() function in autofill::AutofillProfileWrapper
127 AutofillProfileWrapper::~AutofillProfileWrapper() {} in ~AutofillProfileWrapper()
129 base::string16 AutofillProfileWrapper::GetInfo(const AutofillType& type) const { in GetInfo()
142 base::string16 AutofillProfileWrapper::GetInfoForDisplay( in GetInfoForDisplay()
165 size_t AutofillProfileWrapper::GetVariantForType(const AutofillType& type) in GetVariantForType()
177 : AutofillProfileWrapper(profile) {} in AutofillShippingAddressWrapper()
187 return AutofillProfileWrapper::GetInfo(type); in GetInfo()
Ddata_model_wrapper.h97 class AutofillProfileWrapper : public DataModelWrapper {
99 explicit AutofillProfileWrapper(const AutofillProfile* profile);
100 AutofillProfileWrapper(const AutofillProfile* profile,
103 virtual ~AutofillProfileWrapper();
122 DISALLOW_COPY_AND_ASSIGN(AutofillProfileWrapper);
126 class AutofillShippingAddressWrapper : public AutofillProfileWrapper {
Dnew_credit_card_bubble_controller.cc109 AutofillProfileWrapper wrapper(billing_profile_.get()); in SetupAndShow()
Ddata_model_wrapper_unittest.cc129 AutofillProfileWrapper profile_wrapper(&profile); in TEST()
Dautofill_dialog_controller_browsertest.cc571 AutofillProfileWrapper wrapper(&full_profile); in IN_PROC_BROWSER_TEST_F()
624 AutofillProfileWrapper wrapper(&full_profile); in IN_PROC_BROWSER_TEST_F()
691 AutofillProfileWrapper wrapper( in IN_PROC_BROWSER_TEST_F()
Dautofill_dialog_controller_impl.cc1539 new AutofillProfileWrapper(profile)); in CreateWrapper()
2158 wrapper.reset(new AutofillProfileWrapper( in DidAcceptSuggestion()
2911 AutofillProfileWrapper profile_wrapper(&profile); in FillOutputForSectionWithComparator()