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 153 class WalletAddressWrapper : public DataModelWrapper {
155 explicit WalletAddressWrapper(const wallet::Address* address);
156 virtual ~WalletAddressWrapper();
168 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(
256 const std::string& WalletAddressWrapper::GetLanguageCode() const {

Completed in 795 milliseconds