Home
last modified time | relevance | path

Searched refs:_toCleanup (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/canvaskit/htmlcanvas/
Dhtmlcanvas.js12 this._toCleanup = []; property in HTMLCanvas
20 this._toCleanup.push(img);
30 this._toCleanup.push(newFont);
36 this._toCleanup.push(p2d._getPath());
75 this._toCleanup.forEach(function(i) {
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dhtmlcanvas.js12 this._toCleanup = []; property in HTMLCanvas
21 this._toCleanup.push(img);
31 this._toCleanup.push(newFont);
37 this._toCleanup.push(p2d._getPath());
76 this._toCleanup.forEach(function(i) {