Searched refs:purgeInactiveFontData (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebCoreStatistics.idl52 HRESULT purgeInactiveFontData();
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCoreStatistics.h58 + (void)purgeInactiveFontData; variable
H A DWebCoreStatistics.mm153 + (void)purgeInactiveFontData
155 fontCache()->purgeInactiveFontData();
/external/webkit/Source/WebKit/win/
H A DWebCoreStatistics.h67 virtual HRESULT STDMETHODCALLTYPE purgeInactiveFontData(void);
H A DWebCoreStatistics.cpp209 HRESULT STDMETHODCALLTYPE WebCoreStatistics::purgeInactiveFontData(void) function in class:WebCoreStatistics
211 fontCache()->purgeInactiveFontData();
/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.h94 void purgeInactiveFontData(int count = INT_MAX);
H A DFontCache.cpp300 purgeInactiveFontData(gInactiveFontData->size() - cTargetInactiveFontData);
304 void FontCache::purgeInactiveFontData(int count) function in class:WebCore::FontCache
466 purgeInactiveFontData();

Completed in 313 milliseconds