Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dref_counted.h126 void AddRefImpl() const { ++ref_count_; } in AddRefImpl() function
189 ALWAYS_INLINE void AddRefImpl() const { in AddRefImpl() function
Dref_counted.cc32 void RefCountedBase::AddRefImpl() const { in AddRefImpl() function in base::subtle::RefCountedBase