HomeSort by relevance Sort by last modified time
    Searched refs:postAddInstall (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkResourceCache.h 91 // the cache will callback into the rec with postAddInstall, passing in whatever payload
97 // will have postAddInstall() called on it instead, so that either way an "install" will
99 virtual void postAddInstall(void*) {}
SkResourceCache.cpp 146 prev->postAddInstall(payload);
154 rec->postAddInstall(payload);
SkBitmapCache.cpp 169 void postAddInstall(void* payload) override {
  /external/skia/tests/
SkResourceCacheTest.cpp 234 void postAddInstall(void*) override {

Completed in 71 milliseconds