Home | History | Annotate | Download | only in fonts

Lines Matching defs:FontCache

70 class PLATFORM_EXPORT FontCache {
73 WTF_MAKE_NONCOPYABLE(FontCache); WTF_MAKE_FAST_ALLOCATED;
75 static FontCache* fontCache();
132 FontCache();
133 ~FontCache();
176 FontCachePurgePreventer() { FontCache::fontCache()->disablePurging(); }
177 ~FontCachePurgePreventer() { FontCache::fontCache()->enablePurging(); }