Home | History | Annotate | Download | only in wallet

Lines Matching defs:MaskedInstrument

56   class MaskedInstrument {
80 ~MaskedInstrument();
84 static scoped_ptr<MaskedInstrument>
87 bool operator==(const MaskedInstrument& other) const;
88 bool operator!=(const MaskedInstrument& other) const;
116 friend scoped_ptr<MaskedInstrument> GetTestMaskedInstrumentWithDetails(
128 MaskedInstrument(const base::string16& descriptive_name,
162 DISALLOW_COPY_AND_ASSIGN(MaskedInstrument);
219 void AddInstrument(scoped_ptr<MaskedInstrument> instrument) {
233 const WalletItems::MaskedInstrument* GetInstrumentById(
253 const std::vector<MaskedInstrument*>& instruments() const {
309 ScopedVector<MaskedInstrument> instruments_;