Searched refs:AddRefImpl (Results 1 – 2 of 2) sorted by relevance
65 AddRefImpl(); in AddRef()124 void AddRefImpl() const;126 void AddRefImpl() const { ++ref_count_; } in AddRefImpl() function171 void AddRef() const { AddRefImpl(); } in AddRef()189 ALWAYS_INLINE void AddRefImpl() const { in AddRefImpl() function
32 void RefCountedBase::AddRefImpl() const { in AddRefImpl() function in base::subtle::RefCountedBase45 AddRefImpl(); in AddRef()