FontCache          21 content/common/font_cache_dispatcher_win.cc   static FontCache* GetInstance() {
FontCache          22 content/common/font_cache_dispatcher_win.cc     return Singleton<FontCache>::get();
FontCache          26 content/common/font_cache_dispatcher_win.cc     typedef std::map<base::string16, FontCache::CacheElement> FontNameToElement;
FontCache          71 content/common/font_cache_dispatcher_win.cc     typedef std::map<base::string16, FontCache::CacheElement> FontNameToElement;
FontCache         123 content/common/font_cache_dispatcher_win.cc   friend struct DefaultSingletonTraits<FontCache>;
FontCache         132 content/common/font_cache_dispatcher_win.cc   DISALLOW_COPY_AND_ASSIGN(FontCache);
FontCache         185 content/common/font_cache_dispatcher_win.cc   FontCache::GetInstance()->PreCacheFont(font, this);
FontCache         191 content/common/font_cache_dispatcher_win.cc   FontCache::GetInstance()->ReleaseCachedFonts(this);