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

/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper_unittest.cc188 instrument_wrapper.GetInfoForDisplay(
192 address_wrapper.GetInfoForDisplay(
199 instrument_wrapper.GetInfoForDisplay(
202 address_wrapper.GetInfoForDisplay(
208 instrument_wrapper.GetInfoForDisplay(
211 address_wrapper.GetInfoForDisplay(
217 instrument_wrapper.GetInfoForDisplay(
221 address_wrapper.GetInfoForDisplay(AutofillType(PHONE_HOME_WHOLE_NUMBER)));
228 profile_wrapper.GetInfoForDisplay(
234 profile_wrapper.GetInfoForDisplay(AutofillTyp
[all...]
H A Ddata_model_wrapper.cc38 GetInfoForDisplay(AutofillType((*inputs)[i].type));
42 base::string16 DataModelWrapper::GetInfoForDisplay(const AutofillType& type) function in class:autofill::DataModelWrapper
55 GetInfoForDisplay(AutofillType(PHONE_HOME_WHOLE_NUMBER));
75 base::string16 email = GetInfoForDisplay(AutofillType(EMAIL_ADDRESS));
132 base::string16 AutofillProfileWrapper::GetInfoForDisplay( function in class:autofill::AutofillProfileWrapper
156 return DataModelWrapper::GetInfoForDisplay(type);
241 base::string16 WalletAddressWrapper::GetInfoForDisplay(const AutofillType& type) function in class:autofill::WalletAddressWrapper
246 return DataModelWrapper::GetInfoForDisplay(type);
283 base::string16 WalletInstrumentWrapper::GetInfoForDisplay( function in class:autofill::WalletInstrumentWrapper
288 return DataModelWrapper::GetInfoForDisplay(typ
[all...]
H A Ddata_model_wrapper.h57 virtual base::string16 GetInfoForDisplay(const AutofillType& type) const;
102 virtual base::string16 GetInfoForDisplay(const AutofillType& type) const
159 virtual base::string16 GetInfoForDisplay(const AutofillType& type) const
179 virtual base::string16 GetInfoForDisplay(const AutofillType& type) const
H A Dautofill_dialog_controller_browsertest.cc697 EXPECT_EQ(wrapper.GetInfoForDisplay(AutofillType(inputs[i].type)),
733 wrapper.GetInfoForDisplay(AutofillType(inputs[i].type)) :
789 EXPECT_EQ(wrapper.GetInfoForDisplay(AutofillType(inputs[i].type)),

Completed in 112 milliseconds