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

  /external/chromium/base/
ref_counted.cc 88 bool RefCountedThreadSafeBase::HasOneRef() const {
ref_counted.h 19 bool HasOneRef() const { return ref_count_ == 1; }
45 bool HasOneRef() const;

Completed in 407 milliseconds