Home
last modified time | relevance | path

Searched refs:WalletAddressWrapper (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Ddata_model_wrapper.cc225 WalletAddressWrapper::WalletAddressWrapper( in WalletAddressWrapper() function in autofill::WalletAddressWrapper
228 WalletAddressWrapper::~WalletAddressWrapper() {} in ~WalletAddressWrapper()
230 base::string16 WalletAddressWrapper::GetInfo(const AutofillType& type) const { in GetInfo()
238 base::string16 WalletAddressWrapper::GetInfoForDisplay(const AutofillType& type) in GetInfoForDisplay()
246 bool WalletAddressWrapper::GetDisplayText( in GetDisplayText()
Ddata_model_wrapper.h155 class WalletAddressWrapper : public DataModelWrapper {
157 explicit WalletAddressWrapper(const wallet::Address* address);
158 virtual ~WalletAddressWrapper();
169 DISALLOW_COPY_AND_ASSIGN(WalletAddressWrapper);
Ddata_model_wrapper_unittest.cc90 WalletAddressWrapper address_wrapper(&instrument->address()); in TEST()
125 WalletAddressWrapper address_wrapper(&instrument->address()); in TEST()
Dautofill_dialog_controller_impl.cc1519 new WalletAddressWrapper(ActiveShippingAddress())); in CreateWrapper()