HomeSort by relevance Sort by last modified time
    Searched refs:WalletAddressWrapper (Results 1 - 4 of 4) 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 226 // WalletAddressWrapper
228 WalletAddressWrapper::WalletAddressWrapper(
231 WalletAddressWrapper::~WalletAddressWrapper() {}
233 base::string16 WalletAddressWrapper::GetInfo(const AutofillType& type) const {
241 base::string16 WalletAddressWrapper::GetInfoForDisplay(const AutofillType& type)
249 bool WalletAddressWrapper::GetDisplayText(
259 const std::string& WalletAddressWrapper::GetLanguageCode() const {
data_model_wrapper_unittest.cc 81 WalletAddressWrapper address_wrapper(&instrument->address());
190 WalletAddressWrapper address_wrapper(&instrument->address());
autofill_dialog_controller_impl.cc     [all...]

Completed in 154 milliseconds