HomeSort by relevance Sort by last modified time
    Searched defs:purgeInactiveFontData (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/win/
WebCoreStatistics.cpp 209 HRESULT STDMETHODCALLTYPE WebCoreStatistics::purgeInactiveFontData(void)
211 fontCache()->purgeInactiveFontData();
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.h 58 + (void)purgeInactiveFontData;
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.cpp 300 purgeInactiveFontData(gInactiveFontData->size() - cTargetInactiveFontData);
304 void FontCache::purgeInactiveFontData(int count)
466 purgeInactiveFontData();

Completed in 2399 milliseconds