Searched defs:WalletInstrumentWrapper (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper.cc263 // WalletInstrumentWrapper
265 WalletInstrumentWrapper::WalletInstrumentWrapper( function in class:autofill::WalletInstrumentWrapper
269 WalletInstrumentWrapper::~WalletInstrumentWrapper() {}
271 base::string16 WalletInstrumentWrapper::GetInfo(const AutofillType& type)
283 base::string16 WalletInstrumentWrapper::GetInfoForDisplay(
291 gfx::Image WalletInstrumentWrapper::GetIcon() {
295 bool WalletInstrumentWrapper::GetDisplayText(
318 const std::string& WalletInstrumentWrapper
[all...]
H A Ddata_model_wrapper.h172 class WalletInstrumentWrapper : public DataModelWrapper { class in namespace:autofill
174 explicit WalletInstrumentWrapper(
176 virtual ~WalletInstrumentWrapper();
189 DISALLOW_COPY_AND_ASSIGN(WalletInstrumentWrapper);

Completed in 623 milliseconds