HomeSort by relevance Sort by last modified time
    Searched defs:FontCache (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontCache.h 57 class FontCache {
60 WTF_MAKE_NONCOPYABLE(FontCache); WTF_MAKE_FAST_ALLOCATED;
62 friend FontCache* fontCache();
113 FontCache();
114 ~FontCache();
146 // Get the global fontCache.
147 FontCache* fontCache();
151 FontCachePurgePreventer() { fontCache()->disablePurging();
    [all...]
FontCache.cpp 31 #include "core/platform/graphics/FontCache.h"
50 FontCache* fontCache()
52 DEFINE_STATIC_LOCAL(FontCache, globalFontCache, ());
56 FontCache::FontCache()
179 FontPlatformData* FontCache::getFontResourcePlatformData(const FontDescription& fontDescription,
226 typedef HashMap<FontCache::FontFileKey, RefPtr<OpenTypeVerticalData>, WTF::IntHash<FontCache::FontFileKey>, WTF::UnsignedWithZeroKeyHashTraits<FontCache::FontFileKey> > FontVerticalDataCache
    [all...]
  /external/chromium_org/content/common/
font_cache_dispatcher_win.cc 19 class FontCache {
21 static FontCache* GetInstance() {
22 return Singleton<FontCache>::get();
26 typedef std::map<string16, FontCache::CacheElement> FontNameToElement;
71 typedef std::map<string16, FontCache::CacheElement> FontNameToElement;
123 friend struct DefaultSingletonTraits<FontCache>;
125 FontCache() {
132 DISALLOW_COPY_AND_ASSIGN(FontCache);
185 FontCache::GetInstance()->PreCacheFont(font, this);
191 FontCache::GetInstance()->ReleaseCachedFonts(this)
    [all...]

Completed in 306 milliseconds