Home
last modified time | relevance | path

Searched defs:ref_counted (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dcancelable_callback_unittest.cc30 void RefCountedParam(const scoped_refptr<TestRefCounted>& ref_counted) {} in RefCountedParam()
105 scoped_refptr<TestRefCounted> ref_counted = new TestRefCounted; in TEST() local