Searched defs:HasOneRef (Results 1 – 8 of 8) sorted by relevance
11 bool RefCountedThreadSafeBase::HasOneRef() const { in HasOneRef() function in base::subtle::RefCountedThreadSafeBase
23 bool HasOneRef() const { return ref_count_ == 1; } in HasOneRef() function
29 bool HasOneRef() const { in HasOneRef() function
111 bool HasOneRef() const { return ref_count_.IsOne(); } in HasOneRef() function
21 bool RefCountedThreadSafeBase::HasOneRef() const { in HasOneRef() function in base::cef_subtle::RefCountedThreadSafeBase
38 bool HasOneRef() const { return UnderlyingHasOneRef(); } in HasOneRef() function
61 bool HasOneRef() const { return ref_count_ == 1; } in HasOneRef() function
92 bool HasOneRef() const { return UnderlyingHasOneRef(); } in HasOneRef() function