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

  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.h 155 class WalletAddressWrapper : public DataModelWrapper {
157 explicit WalletAddressWrapper(const wallet::Address* address);
158 virtual ~WalletAddressWrapper();
169 DISALLOW_COPY_AND_ASSIGN(WalletAddressWrapper);
data_model_wrapper.cc 223 // WalletAddressWrapper
225 WalletAddressWrapper::WalletAddressWrapper(
228 WalletAddressWrapper::~WalletAddressWrapper() {}
230 base::string16 WalletAddressWrapper::GetInfo(const AutofillType& type) const {
238 base::string16 WalletAddressWrapper::GetInfoForDisplay(const AutofillType& type)
246 bool WalletAddressWrapper::GetDisplayText(

Completed in 28 milliseconds