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

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebCoreStatistics.idl52 HRESULT purgeInactiveFontData();
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebCoreStatistics.h59 + (void)purgeInactiveFontData; variable
H A DWebCoreStatistics.mm158 + (void)purgeInactiveFontData
160 fontCache()->purgeInactiveFontData();
/macosx-10.9.5/WebKit-7537.78.2/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();
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DMemoryPressureHandlerMac.mm160 fontCache()->purgeInactiveFontData();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontCache.h141 void purgeInactiveFontData(int count = INT_MAX);
H A DFontCache.cpp364 purgeInactiveFontData(gInactiveFontData->size() - cTargetInactiveFontData);
367 void FontCache::purgeInactiveFontData(int count) function in class:WebCore::FontCache
549 purgeInactiveFontData();

Completed in 158 milliseconds