HomeSort by relevance Sort by last modified time
    Searched refs:RefCountedVector (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/
ref_counted_util.h 12 // RefCountedVector is just a vector wrapped up with
15 class RefCountedVector
16 : public base::RefCountedThreadSafe<RefCountedVector<T> > {
18 RefCountedVector() {}
19 explicit RefCountedVector(const std::vector<T>& initializer)
24 DISALLOW_COPY_AND_ASSIGN(RefCountedVector<T>);
  /external/chromium/chrome/browser/history/
history_types.h 35 typedef std::map<GURL, scoped_refptr<RefCountedVector<GURL> > > RedirectMap;
history_backend.cc     [all...]

Completed in 105 milliseconds