OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weak_dispose
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkWeakRefCnt.h
20
the result of an unref() call, its (virtual)
weak_dispose
method is called.
142
virtual void
weak_dispose
() const {
function in class:SkWeakRefCnt
146
/** Called when the strong reference count goes to zero. Calls
weak_dispose
151
weak_dispose
();
/external/skia/include/core/
SkWeakRefCnt.h
20
the result of an unref() call, its (virtual)
weak_dispose
method is called.
142
virtual void
weak_dispose
() const {
function in class:SkWeakRefCnt
146
/** Called when the strong reference count goes to zero. Calls
weak_dispose
151
weak_dispose
();
/external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.h
85
virtual void
weak_dispose
() const SK_OVERRIDE {
94
INHERITED::
weak_dispose
();
SkFontHost_win.cpp
297
virtual void
weak_dispose
() const SK_OVERRIDE {
300
INHERITED::
weak_dispose
();
[
all
...]
/external/skia/src/ports/
SkTypeface_win_dw.h
85
virtual void
weak_dispose
() const SK_OVERRIDE {
94
INHERITED::
weak_dispose
();
SkFontHost_win.cpp
297
virtual void
weak_dispose
() const SK_OVERRIDE {
300
INHERITED::
weak_dispose
();
[
all
...]
Completed in 145 milliseconds