Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_layout_utils.cc353 if (new_space.AreSizeConstraintsEqual(old_space)) { in CalculateSizeBasedLayoutCacheStatus()
387 if (!new_space.AreSizeConstraintsEqual(old_space)) in MaySkipLegacyLayout()
H A Dng_constraint_space.h592 bool AreSizeConstraintsEqual(const NGConstraintSpace& other) const { in AreSizeConstraintsEqual() function
593 return bitfields_.AreSizeConstraintsEqual(other.bitfields_); in AreSizeConstraintsEqual()
1101 bool AreSizeConstraintsEqual(const Bitfields& other) const { in AreSizeConstraintsEqual() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_layout_utils.cc424 if (new_space.AreSizeConstraintsEqual(old_space)) { in CalculateSizeBasedLayoutCacheStatus()
460 if (!new_space.AreSizeConstraintsEqual(old_space)) in MaySkipLegacyLayout()
H A Dng_constraint_space.h641 bool AreSizeConstraintsEqual(const NGConstraintSpace& other) const { in AreSizeConstraintsEqual() function
642 return bitfields_.AreSizeConstraintsEqual(other.bitfields_); in AreSizeConstraintsEqual()
1318 bool AreSizeConstraintsEqual(const Bitfields& other) const { in AreSizeConstraintsEqual() function