Home
last modified time | relevance | path

Searched refs:ScrollMarginBottom (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/scrolling/
H A Dsnap_coordinator.cc371 area_style->ScrollMarginBottom(), area_style->ScrollMarginLeft()); in CalculateSnapAreaData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/scrolling/
H A Dsnap_coordinator.cc371 area_style->ScrollMarginBottom(), area_style->ScrollMarginLeft()); in CalculateSnapAreaData()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/csstype/
H A Dindex.d.ts3896 scrollMarginBottom?: Property.ScrollMarginBottom<TLength>;
4176 scrollSnapMarginBottom?: Property.ScrollMarginBottom<TLength>;
12530 "scroll-margin-bottom"?: Property.ScrollMarginBottom<TLength>;
12810 "scroll-snap-margin-bottom"?: Property.ScrollMarginBottom<TLength>;
18777 export type ScrollMarginBottom<TLength = (string & {}) | 0> = Globals | TLength; alias
H A Dindex.js.flow267 scrollMarginBottom?: Property$ScrollMarginBottom<TLength>,
287 scrollSnapMarginBottom?: Property$ScrollMarginBottom<TLength>,
1094 "scroll-margin-bottom"?: Property$ScrollMarginBottom<TLength>,
1114 "scroll-snap-margin-bottom"?: Property$ScrollMarginBottom<TLength>,
1927 …scrollMarginBottom?: Property$ScrollMarginBottom<TLength> | Array<Property$ScrollMarginBottom<TLen…
1947 …scrollSnapMarginBottom?: Property$ScrollMarginBottom<TLength> | Array<Property$ScrollMarginBottom<…
2760 …"scroll-margin-bottom"?: Property$ScrollMarginBottom<TLength> | Array<Property$ScrollMarginBottom<…
2780 …"scroll-snap-margin-bottom"?: Property$ScrollMarginBottom<TLength> | Array<Property$ScrollMarginBo…
4750 export type Property$ScrollMarginBottom<TLength = string | 0> = Globals | TLength;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/csstype/
H A Dindex.d.ts3970 scrollMarginBottom?: Property.ScrollMarginBottom<TLength>;
4250 scrollSnapMarginBottom?: Property.ScrollMarginBottom<TLength>;
12792 "scroll-margin-bottom"?: Property.ScrollMarginBottom<TLength>;
13072 "scroll-snap-margin-bottom"?: Property.ScrollMarginBottom<TLength>;
19288 export type ScrollMarginBottom<TLength = (string & {}) | 0> = Globals | TLength; alias
H A Dindex.js.flow272 scrollMarginBottom?: Property$ScrollMarginBottom<TLength>,
292 scrollSnapMarginBottom?: Property$ScrollMarginBottom<TLength>,
1115 "scroll-margin-bottom"?: Property$ScrollMarginBottom<TLength>,
1135 "scroll-snap-margin-bottom"?: Property$ScrollMarginBottom<TLength>,
1964 …scrollMarginBottom?: Property$ScrollMarginBottom<TLength> | Array<Property$ScrollMarginBottom<TLen…
1984 …scrollSnapMarginBottom?: Property$ScrollMarginBottom<TLength> | Array<Property$ScrollMarginBottom<…
2813 …"scroll-margin-bottom"?: Property$ScrollMarginBottom<TLength> | Array<Property$ScrollMarginBottom<…
2833 …"scroll-snap-margin-bottom"?: Property$ScrollMarginBottom<TLength> | Array<Property$ScrollMarginBo…
4949 export type Property$ScrollMarginBottom<TLength = string | 0> = Globals | TLength;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.h795 return IsHorizontalWritingMode() ? ScrollMarginBottom() in ScrollMarginBlockEnd()
819 : ScrollMarginBottom(); in ScrollMarginInlineEnd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcomputed_style.h829 return IsHorizontalWritingMode() ? ScrollMarginBottom() in ScrollMarginBlockEnd()
853 : ScrollMarginBottom(); in ScrollMarginInlineEnd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_box.cc602 old_style.ScrollMarginBottom() != StyleRef().ScrollMarginBottom() || in UpdateScrollSnapMappingAfterStyleChange()
H A Dlayout_object.cc1398 LayoutUnit(style.ScrollMarginBottom()), in AbsoluteBoundingBoxRectForScrollIntoView()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/longhands/
H A Dlonghands_custom.cc5293 const CSSValue* ScrollMarginBottom::ParseSingleValue( in ParseSingleValue()
5301 const CSSValue* ScrollMarginBottom::CSSValueFromComputedStyleInternal( in CSSValueFromComputedStyleInternal()
5306 return ZoomAdjustedPixelValue(style.ScrollMarginBottom(), style); in CSSValueFromComputedStyleInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/longhands/
H A Dlonghands_custom.cc5539 const CSSValue* ScrollMarginBottom::ParseSingleValue( in ParseSingleValue()
5547 const CSSValue* ScrollMarginBottom::CSSValueFromComputedStyleInternal( in CSSValueFromComputedStyleInternal()
5552 return ZoomAdjustedPixelValue(style.ScrollMarginBottom(), style); in CSSValueFromComputedStyleInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_box.cc772 old_style.ScrollMarginBottom() != StyleRef().ScrollMarginBottom() || in UpdateScrollSnapMappingAfterStyleChange()
H A Dlayout_object.cc1558 LayoutUnit(style.ScrollMarginBottom()), in AbsoluteBoundingBoxRectForScrollIntoView()