Searched defs:RefCountedVector (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/
H A Dref_counted_util.h11 // RefCountedVector is just a vector wrapped up with
14 class RefCountedVector class in inherits:base::RefCountedThreadSafe
15 : public base::RefCountedThreadSafe<RefCountedVector<T> > {
17 RefCountedVector() {} function in class:RefCountedVector
18 explicit RefCountedVector(const std::vector<T>& initializer) function in class:RefCountedVector
23 DISALLOW_COPY_AND_ASSIGN(RefCountedVector<T>);

Completed in 90 milliseconds