OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weak_unref
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkWeakRefCnt.h
27
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/
SkWeakRefCnt.h
27
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/chromium_org/third_party/skia/src/core/
SkTypefaceCache.cpp
25
curr->fFace->
weak_unref
();
91
face->
weak_unref
();
/external/skia/src/core/
SkTypefaceCache.cpp
25
curr->fFace->
weak_unref
();
91
face->
weak_unref
();
/external/chromium_org/third_party/skia/include/ports/
SkFontMgr_indirect.h
83
fTypeface->
weak_unref
();
/external/skia/include/ports/
SkFontMgr_indirect.h
83
fTypeface->
weak_unref
();
/external/chromium_org/third_party/skia/tests/
RefCntTest.cpp
111
ref->
weak_unref
();
/external/skia/tests/
RefCntTest.cpp
111
ref->
weak_unref
();
Completed in 248 milliseconds