OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefCountedVector
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/
ref_counted_util.h
11
//
RefCountedVector
is just a vector wrapped up with
14
class
RefCountedVector
15
: public base::RefCountedThreadSafe<
RefCountedVector
<T> > {
17
RefCountedVector
() {}
18
explicit
RefCountedVector
(const std::vector<T>& initializer)
23
DISALLOW_COPY_AND_ASSIGN(
RefCountedVector
<T>);
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider.h
15
typedef
RefCountedVector
<linked_ptr
Completed in 488 milliseconds