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

/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper.cc102 // AutofillProfileWrapper
104 AutofillProfileWrapper::AutofillProfileWrapper(const AutofillProfile* profile) function in class:autofill::AutofillProfileWrapper
109 AutofillProfileWrapper::AutofillProfileWrapper( function in class:autofill::AutofillProfileWrapper
117 AutofillProfileWrapper::~AutofillProfileWrapper() {}
119 base::string16 AutofillProfileWrapper::GetInfo(const AutofillType& type) const {
132 base::string16 AutofillProfileWrapper::GetInfoForDisplay(
159 const std::string& AutofillProfileWrapper
[all...]
H A Ddata_model_wrapper.h93 class AutofillProfileWrapper : public DataModelWrapper { class in namespace:autofill
95 explicit AutofillProfileWrapper(const AutofillProfile* profile);
96 AutofillProfileWrapper(const AutofillProfile* profile,
99 virtual ~AutofillProfileWrapper();
119 DISALLOW_COPY_AND_ASSIGN(AutofillProfileWrapper);
123 class AutofillShippingAddressWrapper : public AutofillProfileWrapper {
H A Dnew_credit_card_bubble_controller.cc104 AutofillProfileWrapper wrapper(billing_profile_.get());
H A Ddata_model_wrapper_unittest.cc100 AutofillProfileWrapper(&profile).GetDisplayText(&horizontal, &vertical));
141 EXPECT_TRUE(AutofillProfileWrapper(&foreign_profile).GetDisplayText(
194 AutofillProfileWrapper profile_wrapper(&profile);
H A Dautofill_dialog_controller_browsertest.cc695 AutofillProfileWrapper wrapper(&full_profile);
786 AutofillProfileWrapper wrapper(
H A Dautofill_dialog_controller_impl.cc1801 new AutofillProfileWrapper(profile));
2422 wrapper.reset(new AutofillProfileWrapper(
3275 AutofillProfileWrapper profile_wrapper(&profile);

Completed in 2484 milliseconds