Home
last modified time | relevance | path

Searched refs:IsForcedColorsModeEnabled (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver.h258 bool IsForcedColorsModeEnabled() const;
259 bool IsForcedColorsModeEnabled(const StyleResolverState&) const;
H A Dstyle_resolver.cc669 if (IsForcedColorsModeEnabled()) in MatchUARules()
1559 if (!IsForcedColorsModeEnabled() || is_inherited_cache_hit) { in ApplyMatchedCache()
1820 bool StyleResolver::IsForcedColorsModeEnabled() const { in IsForcedColorsModeEnabled() function in blink::StyleResolver
1824 bool StyleResolver::IsForcedColorsModeEnabled( in IsForcedColorsModeEnabled() function in blink::StyleResolver
1826 return IsForcedColorsModeEnabled() && in IsForcedColorsModeEnabled()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver.h323 bool IsForcedColorsModeEnabled() const;
324 bool IsForcedColorsModeEnabled(const StyleResolverState&) const;
H A Dstyle_resolver.cc634 if (IsForcedColorsModeEnabled()) in MatchUARules()
1391 if (IsForcedColorsModeEnabled(state)) in ApplyAnimatedStandardProperties()
1633 if (IsForcedColorsModeEnabled() && in ApplyProperties()
1703 if (!IsForcedColorsModeEnabled()) in ApplyForcedColors()
1838 if (!IsForcedColorsModeEnabled() || is_inherited_cache_hit) { in ApplyMatchedCache()
1959 if (IsForcedColorsModeEnabled() && in ApplyMatchedHighPriorityProperties()
2031 if (IsForcedColorsModeEnabled() && in ApplyMatchedLowPriorityProperties()
2147 if (!IsForcedColorsModeEnabled()) in CascadeAndApplyForcedColors()
2292 bool StyleResolver::IsForcedColorsModeEnabled() const { in IsForcedColorsModeEnabled() function in blink::StyleResolver
2296 bool StyleResolver::IsForcedColorsModeEnabled( in IsForcedColorsModeEnabled() function in blink::StyleResolver
[all …]