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

  /external/webkit/Source/WebKit/win/Interfaces/
IWebCoreStatistics.idl 52 HRESULT purgeInactiveFontData();
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.h 94 void purgeInactiveFontData(int count = INT_MAX);
FontCache.cpp 300 purgeInactiveFontData(gInactiveFontData->size() - cTargetInactiveFontData);
304 void FontCache::purgeInactiveFontData(int count)
466 purgeInactiveFontData();
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.h 58 + (void)purgeInactiveFontData;
WebCoreStatistics.mm 153 + (void)purgeInactiveFontData
155 fontCache()->purgeInactiveFontData();
  /external/webkit/Source/WebKit/win/
WebCoreStatistics.h 67 virtual HRESULT STDMETHODCALLTYPE purgeInactiveFontData(void);
WebCoreStatistics.cpp 209 HRESULT STDMETHODCALLTYPE WebCoreStatistics::purgeInactiveFontData(void)
211 fontCache()->purgeInactiveFontData();

Completed in 149 milliseconds