Home
last modified time | relevance | path

Searched refs:PreCacheFont (Results 1 – 16 of 16) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/
H A Dfont_cache_dispatcher_win.cc28 void PreCacheFont(const LOGFONT& font, FontCacheDispatcher* dispatcher) { in PreCacheFont() function in content::__anonae5445b30111::FontCache
146 void FontCacheDispatcher::PreCacheFont(const LOGFONT& log_font, in PreCacheFont() function in content::FontCacheDispatcher
161 FontCache::GetInstance()->PreCacheFont(log_font, this); in PreCacheFont()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/
H A Dfont_cache_dispatcher_win.cc29 void PreCacheFont(const LOGFONT& font, FontCacheDispatcher* dispatcher) { in PreCacheFont() function in content::__anone8b7f2b80111::FontCache
150 void FontCacheDispatcher::PreCacheFont(const LOGFONT& log_font, in PreCacheFont() function in content::FontCacheDispatcher
165 FontCache::GetInstance()->PreCacheFont(log_font, this); in PreCacheFont()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/common/
H A Dfont_cache_win.mojom14 // cached. See ChildProcessHost::PreCacheFont() for details.
16 PreCacheFont(mojo_base.mojom.LOGFONT log_font) => ();
H A Dfont_cache_dispatcher_win.h30 void PreCacheFont(const LOGFONT& log_font,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/common/
H A Dfont_cache_win.mojom14 // cached. See ChildProcessHost::PreCacheFont() for details.
16 PreCacheFont(mojo_base.mojom.LOGFONT log_font) => ();
H A Dfont_cache_dispatcher_win.h30 void PreCacheFont(const LOGFONT& log_font,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/child/
H A Dchild_thread.h82 virtual void PreCacheFont(const LOGFONT& log_font) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/child/
H A Dchild_thread.h82 virtual void PreCacheFont(const LOGFONT& log_font) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/child/
H A Dpdf_child_init.cc40 content::ChildThread::Get()->PreCacheFont(logfont); in GetFontDataPatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dmock_render_thread.h86 void PreCacheFont(const LOGFONT& log_font) override;
H A Dmock_render_thread.cc226 void MockRenderThread::PreCacheFont(const LOGFONT& log_font) { in PreCacheFont() function in content::MockRenderThread
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/
H A Dchild_thread_impl.h93 void PreCacheFont(const LOGFONT& log_font) override;
H A Dchild_thread_impl.cc739 void ChildThreadImpl::PreCacheFont(const LOGFONT& log_font) { in PreCacheFont() function in content::ChildThreadImpl
740 GetFontCacheWin()->PreCacheFont(log_font); in PreCacheFont()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/
H A Dchild_thread_impl.h96 void PreCacheFont(const LOGFONT& log_font) override;
H A Dchild_thread_impl.cc725 void ChildThreadImpl::PreCacheFont(const LOGFONT& log_font) { in PreCacheFont() function in content::ChildThreadImpl
726 GetFontCacheWin()->PreCacheFont(log_font); in PreCacheFont()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/ppapi_plugin/
H A Dppapi_thread.cc226 ChildThreadImpl::PreCacheFont(*static_cast<const LOGFONTW*>(logfontw)); in PreCacheFontForFlash()