Searched refs:inactiveFontDataCount (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebFontCache.cpp47 size_t WebFontCache::inactiveFontDataCount() function in class:WebKit::WebFontCache
49 return fontCache()->inactiveFontDataCount();
/external/webkit/Source/WebKit/chromium/public/
H A DWebFontCache.h45 WEBKIT_API static size_t inactiveFontDataCount();
/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.h93 size_t inactiveFontDataCount();
H A DFontCache.cpp360 size_t FontCache::inactiveFontDataCount() function in class:WebCore::FontCache
/external/webkit/Source/WebKit/win/
H A DWebCoreStatistics.cpp205 *count = (UINT) fontCache()->inactiveFontDataCount();
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCoreStatistics.mm150 return fontCache()->inactiveFontDataCount();

Completed in 133 milliseconds