Searched refs:AutofillProfileWrapper (Results 1 – 6 of 6) sorted by relevance
114 AutofillProfileWrapper::AutofillProfileWrapper(const AutofillProfile* profile) in AutofillProfileWrapper() function in autofill::AutofillProfileWrapper119 AutofillProfileWrapper::AutofillProfileWrapper( in AutofillProfileWrapper() function in autofill::AutofillProfileWrapper127 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()
97 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 {
109 AutofillProfileWrapper wrapper(billing_profile_.get()); in SetupAndShow()
129 AutofillProfileWrapper profile_wrapper(&profile); in TEST()
571 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()
1539 new AutofillProfileWrapper(profile)); in CreateWrapper()2158 wrapper.reset(new AutofillProfileWrapper( in DidAcceptSuggestion()2911 AutofillProfileWrapper profile_wrapper(&profile); in FillOutputForSectionWithComparator()