Home
last modified time | relevance | path

Searched refs:HasAutoTopAndBottom (Results 1 – 5 of 5) 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_absolute_utils.cc357 dialog.Style()->HasAutoTopAndBottom(); in ComputeAbsoluteDialogYPosition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.h2038 bool HasAutoTopAndBottom() const { in HasAutoTopAndBottom() function
2042 return horizontal ? HasAutoLeftAndRight() : HasAutoTopAndBottom(); in HasStaticInlinePosition()
2045 return horizontal ? HasAutoTopAndBottom() : HasAutoLeftAndRight(); in HasStaticBlockPosition()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcomputed_style.h2098 bool HasAutoTopAndBottom() const { in HasAutoTopAndBottom() function
2102 return horizontal ? HasAutoLeftAndRight() : HasAutoTopAndBottom(); in HasStaticInlinePosition()
2105 return horizontal ? HasAutoTopAndBottom() : HasAutoLeftAndRight(); in HasStaticBlockPosition()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_object.cc908 (style->HasAutoLeftAndRight() || style->HasAutoTopAndBottom())) in ObjectIsRelayoutBoundary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_object.cc1013 (style->HasAutoLeftAndRight() || style->HasAutoTopAndBottom())) in ObjectIsRelayoutBoundary()