Home
last modified time | relevance | path

Searched refs:font_matching_metrics_ (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/workers/
H A Dworker_global_scope.cc152 if (font_matching_metrics_) in ~WorkerGlobalScope()
153 font_matching_metrics_->PublishAllMetrics(); in ~WorkerGlobalScope()
673 if (!font_matching_metrics_) { in GetFontMatchingMetrics()
674 font_matching_metrics_ = std::make_unique<FontMatchingMetrics>( in GetFontMatchingMetrics()
678 return font_matching_metrics_.get(); in GetFontMatchingMetrics()
H A Dworker_global_scope.h292 std::unique_ptr<FontMatchingMetrics> font_matching_metrics_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Ddocument.h2105 std::unique_ptr<FontMatchingMetrics> font_matching_metrics_; variable
H A Ddocument.cc7270 if (font_matching_metrics_) in GetFontMatchingMetrics()
7271 return font_matching_metrics_.get(); in GetFontMatchingMetrics()
7272 font_matching_metrics_ = std::make_unique<FontMatchingMetrics>( in GetFontMatchingMetrics()
7275 return font_matching_metrics_.get(); in GetFontMatchingMetrics()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Ddocument.h2230 std::unique_ptr<FontMatchingMetrics> font_matching_metrics_; variable
H A Ddocument.cc7025 if (font_matching_metrics_) in GetFontMatchingMetrics()
7026 return font_matching_metrics_.get(); in GetFontMatchingMetrics()
7027 font_matching_metrics_ = std::make_unique<FontMatchingMetrics>( in GetFontMatchingMetrics()
7029 return font_matching_metrics_.get(); in GetFontMatchingMetrics()