Home
last modified time | relevance | path

Searched refs:EnsureAtLeast (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dstyle_recalc.h48 StyleRecalcChange EnsureAtLeast(Propagate propagate) const { in EnsureAtLeast() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dstyle_recalc.h49 StyleRecalcChange EnsureAtLeast(Propagate propagate) const { in EnsureAtLeast() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DBaseMargin.h108 void EnsureAtLeast(const BaseMargin& aMargin) { in EnsureAtLeast() function
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DBaseMargin.h108 void EnsureAtLeast(const BaseMargin& aMargin) { in EnsureAtLeast() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DBaseMargin.h108 void EnsureAtLeast(const BaseMargin& aMargin) { in EnsureAtLeast() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/display_lock/
H A Ddisplay_lock_context.cc553 change = change.EnsureAtLeast(StyleRecalcChange::kRecalcChildren); in AdjustStyleRecalcChangeForChildren()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsPageSequenceFrame.cpp303 edgeTwips.EnsureAtLeast(unwriteableTwips); in Reflow()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsPageSequenceFrame.cpp303 edgeTwips.EnsureAtLeast(unwriteableTwips); in Reflow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/display_lock/
H A Ddisplay_lock_context.cc590 change = change.EnsureAtLeast(StyleRecalcChange::kRecalcChildren); in AdjustStyleRecalcChangeForChildren()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsPageSequenceFrame.cpp317 edgeTwips.EnsureAtLeast(unwriteableTwips); in Reflow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dstyle_cascade_test.cc91 EnsureAtLeast(origin); in Add()
96 EnsureAtLeast(CascadeOrigin::kAuthor); in Apply()
173 void EnsureAtLeast(CascadeOrigin origin) { in EnsureAtLeast() function in blink::TestCascade
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_cascade_test.cc123 EnsureAtLeast(origin); in Add()
128 EnsureAtLeast(CascadeOrigin::kAnimation); in Apply()
133 EnsureAtLeast(CascadeOrigin::kAnimation); in ApplySingle()
249 void EnsureAtLeast(CascadeOrigin origin) { in EnsureAtLeast() function in blink::TestCascade
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Delement.cc3165 return change.EnsureAtLeast(StyleRecalcChange::kRecalcChildren); in ApplyComputedStyleDiff()
3167 return change.EnsureAtLeast(StyleRecalcChange::kIndependentInherit); in ApplyComputedStyleDiff()
3169 return change.EnsureAtLeast(StyleRecalcChange::kUpdatePseudoElements); in ApplyComputedStyleDiff()
3227 child_change.EnsureAtLeast(StyleRecalcChange::kRecalcChildren); in RecalcOwnStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Delement.cc2998 return change.EnsureAtLeast(StyleRecalcChange::kRecalcChildren); in ApplyComputedStyleDiff()
3000 return change.EnsureAtLeast(StyleRecalcChange::kIndependentInherit); in ApplyComputedStyleDiff()
3002 return change.EnsureAtLeast(StyleRecalcChange::kUpdatePseudoElements); in ApplyComputedStyleDiff()
3055 child_change.EnsureAtLeast(StyleRecalcChange::kRecalcChildren); in RecalcOwnStyle()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsPresContext.cpp1708 marginTwips.EnsureAtLeast(unwriteableTwips); in SetPrintSettings()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsPresContext.cpp1870 marginTwips.EnsureAtLeast(unwriteableTwips); in SetPrintSettings()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsPresContext.cpp1708 marginTwips.EnsureAtLeast(unwriteableTwips); in SetPrintSettings()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp10516 windowSafeAreaInsets.EnsureAtLeast(ScreenIntMargin());