Searched refs:WalletAddressWrapper (Results 1 – 4 of 4) sorted by relevance
225 WalletAddressWrapper::WalletAddressWrapper( in WalletAddressWrapper() function in autofill::WalletAddressWrapper228 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()
155 class WalletAddressWrapper : public DataModelWrapper {157 explicit WalletAddressWrapper(const wallet::Address* address);158 virtual ~WalletAddressWrapper();169 DISALLOW_COPY_AND_ASSIGN(WalletAddressWrapper);
90 WalletAddressWrapper address_wrapper(&instrument->address()); in TEST()125 WalletAddressWrapper address_wrapper(&instrument->address()); in TEST()
1519 new WalletAddressWrapper(ActiveShippingAddress())); in CreateWrapper()