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

  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.h 172 class WalletInstrumentWrapper : public DataModelWrapper {
174 explicit WalletInstrumentWrapper(
176 virtual ~WalletInstrumentWrapper();
189 DISALLOW_COPY_AND_ASSIGN(WalletInstrumentWrapper);
data_model_wrapper.cc 260 // WalletInstrumentWrapper
262 WalletInstrumentWrapper::WalletInstrumentWrapper(
266 WalletInstrumentWrapper::~WalletInstrumentWrapper() {}
268 base::string16 WalletInstrumentWrapper::GetInfo(const AutofillType& type)
280 base::string16 WalletInstrumentWrapper::GetInfoForDisplay(
288 gfx::Image WalletInstrumentWrapper::GetIcon() {
292 bool WalletInstrumentWrapper::GetDisplayText(
315 const std::string& WalletInstrumentWrapper::GetLanguageCode() const
    [all...]

Completed in 173 milliseconds