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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h 90 bool purgeLeastRecentlyUsed(int count);
FontDataCache.cpp 112 return purgeLeastRecentlyUsed(INT_MAX);
115 return purgeLeastRecentlyUsed(m_inactiveFontData.size() - cTargetInactiveFontData);
120 bool FontDataCache::purgeLeastRecentlyUsed(int count)

Completed in 40 milliseconds