Searched refs:DataModelWrapper (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper.cc33 DataModelWrapper::~DataModelWrapper() {}
35 void DataModelWrapper::FillInputs(DetailInputs* inputs) {
42 base::string16 DataModelWrapper::GetInfoForDisplay(const AutofillType& type)
47 gfx::Image DataModelWrapper::GetIcon() {
51 bool DataModelWrapper::GetDisplayText(
62 base::Bind(&DataModelWrapper::GetInfo, base::Unretained(this)));
88 bool DataModelWrapper::FillFormStructure(
95 base::Bind(&DataModelWrapper::GetInfo, base::Unretained(this)),
100 DataModelWrapper function in class:autofill::DataModelWrapper
[all...]
H A Ddata_model_wrapper.h43 class DataModelWrapper { class in namespace:autofill
45 virtual ~DataModelWrapper();
86 DataModelWrapper();
89 DISALLOW_COPY_AND_ASSIGN(DataModelWrapper);
92 // A DataModelWrapper for Autofill profiles.
93 class AutofillProfileWrapper : public DataModelWrapper {
122 // A DataModelWrapper specifically for shipping address profiles.
134 // A DataModelWrapper specifically for Autofill CreditCard data.
135 class AutofillCreditCardWrapper : public DataModelWrapper {
152 // A DataModelWrapper fo
[all...]
H A Dautofill_dialog_controller_impl.cc1353 scoped_ptr<DataModelWrapper> wrapper = CreateWrapper(section);
1680 scoped_ptr<DataModelWrapper> wrapper = CreateWrapper(section);
1754 scoped_ptr<DataModelWrapper> AutofillDialogControllerImpl::CreateWrapper(
1759 return scoped_ptr<DataModelWrapper>(
1763 return scoped_ptr<DataModelWrapper>(
1771 return scoped_ptr<DataModelWrapper>();
1775 return scoped_ptr<DataModelWrapper>(
1780 return scoped_ptr<DataModelWrapper>(
1784 return scoped_ptr<DataModelWrapper>();
1790 return scoped_ptr<DataModelWrapper>(ne
[all...]
H A Dautofill_dialog_controller_impl.h63 class DataModelWrapper;
401 // Creates a DataModelWrapper item for the item that's checked in the
404 scoped_ptr<DataModelWrapper> CreateWrapper(DialogSection section);

Completed in 504 milliseconds