OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weak_dispose
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/ports/
SkTypeface_win_dw.h
86
void
weak_dispose
() const override {
95
INHERITED::
weak_dispose
();
SkFontHost_win.cpp
285
void
weak_dispose
() const override {
288
INHERITED::
weak_dispose
();
[
all
...]
/external/skia/include/private/
SkWeakRefCnt.h
20
the result of an unref() call, its (virtual)
weak_dispose
method is called.
140
virtual void
weak_dispose
() const {
function in class:SkWeakRefCnt
144
/** Called when the strong reference count goes to zero. Calls
weak_dispose
149
weak_dispose
();
Completed in 144 milliseconds