Searched defs:weak_unref (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkWeakRefCnt.h27 call to weak_unref(). To obtain a strong reference from a weak reference,
30 affect the original weak reference, weak_unref() must still be called. When
50 myRef.weak_unref();
101 weak_unref().
114 void weak_unref() const { function in class:SkWeakRefCnt
152 weak_unref();
/external/skia/include/core/
H A DSkWeakRefCnt.h27 call to weak_unref(). To obtain a strong reference from a weak reference,
30 affect the original weak reference, weak_unref() must still be called. When
50 myRef.weak_unref();
101 weak_unref().
114 void weak_unref() const { function in class:SkWeakRefCnt
152 weak_unref();

Completed in 75 milliseconds