Home
last modified time | relevance | path

Searched refs:ReleaseCachedFonts (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/
H A Dfont_cache_dispatcher_win.cc67 void ReleaseCachedFonts(FontCacheDispatcher* dispatcher) { in ReleaseCachedFonts() function in content::__anonae5445b30111::FontCache
167 void FontCacheDispatcher::ReleaseCachedFonts() { in ReleaseCachedFonts() function in content::FontCacheDispatcher
170 FontCache::GetInstance()->ReleaseCachedFonts(this); in ReleaseCachedFonts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/
H A Dfont_cache_dispatcher_win.cc71 void ReleaseCachedFonts(FontCacheDispatcher* dispatcher) { in ReleaseCachedFonts() function in content::__anone8b7f2b80111::FontCache
171 void FontCacheDispatcher::ReleaseCachedFonts() { in ReleaseCachedFonts() function in content::FontCacheDispatcher
174 FontCache::GetInstance()->ReleaseCachedFonts(this); in ReleaseCachedFonts()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/common/
H A Dfont_cache_dispatcher_win.h32 void ReleaseCachedFonts() override;
H A Dfont_cache_win.mojom19 ReleaseCachedFonts();
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/common/
H A Dfont_cache_dispatcher_win.h32 void ReleaseCachedFonts() override;
H A Dfont_cache_win.mojom19 ReleaseCachedFonts();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/child/
H A Dchild_thread.h85 virtual void ReleaseCachedFonts() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/child/
H A Dchild_thread.h85 virtual void ReleaseCachedFonts() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/child/
H A Dpdf_child_init.cc43 content::ChildThread::Get()->ReleaseCachedFonts(); in GetFontDataPatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dmock_render_thread.h87 void ReleaseCachedFonts() override;
H A Dmock_render_thread.cc229 void MockRenderThread::ReleaseCachedFonts() { in ReleaseCachedFonts() function in content::MockRenderThread
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/
H A Dchild_thread_impl.h94 void ReleaseCachedFonts() override;
H A Dchild_thread_impl.cc743 void ChildThreadImpl::ReleaseCachedFonts() { in ReleaseCachedFonts() function in content::ChildThreadImpl
744 GetFontCacheWin()->ReleaseCachedFonts(); in ReleaseCachedFonts()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/
H A Dchild_thread_impl.h97 void ReleaseCachedFonts() override;
H A Dchild_thread_impl.cc729 void ChildThreadImpl::ReleaseCachedFonts() { in ReleaseCachedFonts() function in content::ChildThreadImpl
730 GetFontCacheWin()->ReleaseCachedFonts(); in ReleaseCachedFonts()