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

  /external/chromium_org/third_party/skia/include/core/
SkWeakRefCnt.h 28 call try_ref(). If try_ref() returns true, the owner's pointer is now also
37 result, it is allowable for the owner of a strong ref to call try_ref().
44 if (myRef.try_ref()) {
84 caller must already be an owner. If try_ref() returns true the owner
86 reference and new reference must be properly unreferenced. If try_ref()
90 bool SK_WARN_UNUSED_RESULT try_ref() const { function in class:SkWeakRefCnt
130 is the case all future calls to try_ref() will return false.
  /external/skia/include/core/
SkWeakRefCnt.h 28 call try_ref(). If try_ref() returns true, the owner's pointer is now also
37 result, it is allowable for the owner of a strong ref to call try_ref().
44 if (myRef.try_ref()) {
84 caller must already be an owner. If try_ref() returns true the owner
86 reference and new reference must be properly unreferenced. If try_ref()
90 bool SK_WARN_UNUSED_RESULT try_ref() const { function in class:SkWeakRefCnt
130 is the case all future calls to try_ref() will return false.
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_indirect.cpp 196 !entry.fTypeface->weak_expired() && entry.fTypeface->try_ref())
201 !entry.fTypeface->weak_expired() && entry.fTypeface->try_ref())
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 196 !entry.fTypeface->weak_expired() && entry.fTypeface->try_ref())
201 !entry.fTypeface->weak_expired() && entry.fTypeface->try_ref())
  /external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.cpp 70 } else if (currFace->try_ref()) {
  /external/chromium_org/third_party/skia/tests/
RefCntTest.cpp 101 if (ref->try_ref()) {
  /external/skia/src/core/
SkTypefaceCache.cpp 70 } else if (currFace->try_ref()) {
  /external/skia/tests/
RefCntTest.cpp 101 if (ref->try_ref()) {

Completed in 54 milliseconds