Searched defs:hasRef (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ | ||
D | GrGpuResourceCacheAccess.h | 63 bool hasRef() const { return fResource->hasRef(); } in hasRef() function |
D | GrGpuResource.cpp | 116 bool GrGpuResource::hasRef() const { return this->internalHasRef(); } in hasRef() function in GrGpuResource |
/third_party/node/lib/internal/ | ||
D | timers.js | 239 hasRef() { method in Timeout |
/third_party/node/lib/internal/worker/ | ||
D | io.js | 118 MessagePort.prototype.hasRef = function() { method in MessagePort |