Home
last modified time | relevance | path

Searched refs:is_loading_fallback (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dlocal_font_face_source.cc169 bool is_loading_fallback) { in ReportFontLookup() argument
171 font_name_, font_description, font_data, is_loading_fallback); in ReportFontLookup()
H A Doffscreen_font_selector.cc143 bool is_loading_fallback) { in ReportFontLookupByUniqueNameOnly() argument
146 name, font_description, resulting_font_data, is_loading_fallback); in ReportFontLookupByUniqueNameOnly()
H A Dcss_font_selector.cc209 bool is_loading_fallback) { in ReportFontLookupByUniqueNameOnly() argument
212 name, font_description, resulting_font_data, is_loading_fallback); in ReportFontLookupByUniqueNameOnly()
H A Dlocal_font_face_source.h60 bool is_loading_fallback = false) override;
H A Dcss_font_face_source.h105 bool is_loading_fallback = false) {}
H A Doffscreen_font_selector.h51 bool is_loading_fallback = false) override;
H A Dcss_font_selector.h71 bool is_loading_fallback = false) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dfont_selector.h102 bool is_loading_fallback = false) = 0;
H A Dfont_matching_metrics.cc170 bool is_loading_fallback) { in ReportFontLookupByUniqueNameOnly() argument
173 if (is_loading_fallback || in ReportFontLookupByUniqueNameOnly()
H A Dfont_matching_metrics.h144 bool is_loading_fallback = false);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/testing/
H A Dfont_test_helpers.cc74 bool is_loading_fallback = false) override {} in ReportFontLookupByUniqueNameOnly() argument