Home
last modified time | relevance | path

Searched refs:fromCache (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/core/
H A DSkCachedData.cpp63 void SkCachedData::internalRef(bool fromCache) const { in internalRef()
64 AutoMutexWritable(this)->inMutexRef(fromCache); in internalRef()
67 void SkCachedData::internalUnref(bool fromCache) const { in internalUnref()
68 if (AutoMutexWritable(this)->inMutexUnref(fromCache)) { in internalUnref()
76 void SkCachedData::inMutexRef(bool fromCache) { in inMutexRef() argument
82 if (fromCache) { in inMutexRef()
88 bool SkCachedData::inMutexUnref(bool fromCache) { in inMutexUnref() argument
97 if (fInCache && !fromCache) { in inMutexUnref()
108 if (fromCache) { in inMutexUnref()
H A DSkCachedData.h62 void internalRef(bool fromCache) const;
63 void internalUnref(bool fromCache) const;
65 void inMutexRef(bool fromCache);
66 bool inMutexUnref(bool fromCache); // returns true if we should delete "this"
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 185 milliseconds