Home
last modified time | relevance | path

Searched refs:_dispose (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dpattern.js54 this._dispose = function() { method in CanvasPattern
63 this._dispose();
Dlineargradient.js44 this._dispose = function() { method in LinearCanvasGradient
61 this._dispose();
Dradialgradient.js47 this._dispose = function() { method in RadialCanvasGradient
71 this._dispose();
Dhtmlcanvas.js75 this._context._dispose();
Dcanvas2dcontext.js41 this._dispose = function() { method in CanvasRenderingContext2D
46 c._dispose();
/third_party/skia/modules/canvaskit/htmlcanvas/
Dpattern.js54 this._dispose = function() { method in CanvasPattern
63 this._dispose();
Dlineargradient.js44 this._dispose = function() { method in LinearCanvasGradient
61 this._dispose();
Dradialgradient.js47 this._dispose = function() { method in RadialCanvasGradient
71 this._dispose();
Dhtmlcanvas.js74 this._context._dispose();
Dcanvas2dcontext.js39 this._dispose = function() { method in CanvasRenderingContext2D
44 c._dispose();
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DEJDB2.java60 _dispose(); in close()
385 private native void _dispose() throws EJDB2Exception; in _dispose() method in EJDB2
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DEJDB2.java57 _dispose(); in close()
496 private native void _dispose() throws EJDB2Exception; in _dispose() method in EJDB2
/third_party/flutter/flutter/packages/flutter/test/services/
Dfake_platform_views.dart82 return _dispose(call);
125 Future<dynamic> _dispose(MethodCall call) {
240 return _dispose(call);
291 Future<dynamic> _dispose(MethodCall call) {
/third_party/flutter/engine/flutter/lib/snapshot/
Dfuchsia_compilation_trace.txt1590 dart:io,_HttpClientConnection,get:_dispose
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt84 dart:_http,_HttpClientConnection,get:_dispose
/third_party/gstreamer/gstplugins_bad/
DChangeLog116746 mpegtsmux: guard against _dispose being called mutiple times
116747 _dispose calls _reset, so we need to make sure _reset handles
141317 We gst_bin_add it to ourself so no need to unref in _dispose.
/third_party/gstreamer/gstplugins_good/
DChangeLog122985 * Get rid of _dispose() methods since we don't need them.
/third_party/gstreamer/gstplugins_base/
DChangeLog144043 lock member at the right class level. Free list itself in _dispose()