Home | History | Annotate | Download | only in wallet

Lines Matching defs:WalletItems

47 // WalletItems is a collection of cards and addresses that a user picks from to
52 class WalletItems {
207 ~WalletItems();
212 static scoped_ptr<WalletItems>
215 bool operator==(const WalletItems& other) const;
216 bool operator!=(const WalletItems& other) const;
233 const WalletItems::MaskedInstrument* GetInstrumentById(
271 friend scoped_ptr<WalletItems> GetTestWalletItemsWithDetails(
276 friend scoped_ptr<WalletItems> GetTestWalletItemsWithDefaultIds(
282 WalletItems(const std::vector<RequiredAction>& required_actions,
320 DISALLOW_COPY_AND_ASSIGN(WalletItems);