HomeSort by relevance Sort by last modified time
    Searched defs:AutofillProfileWrapper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.h 93 class AutofillProfileWrapper : public DataModelWrapper {
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 {
data_model_wrapper.cc 99 // AutofillProfileWrapper
101 AutofillProfileWrapper::AutofillProfileWrapper(const AutofillProfile* profile)
106 AutofillProfileWrapper::AutofillProfileWrapper(
114 AutofillProfileWrapper::~AutofillProfileWrapper() {}
116 base::string16 AutofillProfileWrapper::GetInfo(const AutofillType& type) const {
129 base::string16 AutofillProfileWrapper::GetInfoForDisplay(
156 const std::string& AutofillProfileWrapper::GetLanguageCode() const
    [all...]

Completed in 255 milliseconds