Searched defs:FontCachePurgePreventer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCache.h71 friend class FontCachePurgePreventer;
179 class PLATFORM_EXPORT FontCachePurgePreventer { class in namespace:blink
181 FontCachePurgePreventer() { FontCache::fontCache()->disablePurging(); } function in class:blink::FontCachePurgePreventer
182 ~FontCachePurgePreventer() { FontCache::fontCache()->enablePurging(); }

Completed in 113 milliseconds