Home
last modified time | relevance | path

Searched refs:PaddingBefore (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_space_utils.cc81 if (!parent_style.PaddingBefore().IsFixed() || in SetOrthogonalFallbackInlineSizeIfNeeded()
89 parent_style.PaddingBefore().GetFloatValue() + in SetOrthogonalFallbackInlineSizeIfNeeded()
H A Dng_block_node.cc1289 box_->PaddingBefore(), box_->PaddingAfter()}; in RunLegacyLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_space_utils.cc86 if (!parent_style.PaddingBefore().IsFixed() || in SetOrthogonalFallbackInlineSizeIfNeeded()
94 parent_style.PaddingBefore().GetFloatValue() + in SetOrthogonalFallbackInlineSizeIfNeeded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/api/
H A Dline_layout_box_model.h82 LayoutUnit PaddingBefore() const { return ToBoxModel()->PaddingBefore(); } in PaddingBefore() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/api/
H A Dline_layout_box_model.h82 LayoutUnit PaddingBefore() const { return ToBoxModel()->PaddingBefore(); } in PaddingBefore() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_box_model_object.h211 return ComputedCSSPadding(StyleRef().PaddingBefore()); in ComputedCSSPaddingBefore()
240 LayoutUnit PaddingBefore() const { in PaddingBefore() function
292 return BorderBefore() + PaddingBefore(); in BorderAndPaddingBefore()
336 return PaddingBefore() + PaddingAfter(); in PaddingLogicalHeight()
H A Dlayout_fieldset.cc132 SetLogicalHeight(PaddingBefore() + collapsed_legend_extent); in LayoutSpecialExcludedChild()
H A Dlayout_table_test.cc262 EXPECT_EQ(0, table->PaddingBefore()); in TEST_F()
H A Dlayout_table_cell.cc235 if (baseline > BorderBefore() + PaddingBefore()) { in ComputeIntrinsicPadding()
432 return BorderBefore() + PaddingBefore() + ContentLogicalHeight(); in CellBaselinePosition()
H A Dlayout_table_section.cc797 (cell->PaddingBefore() - cell->IntrinsicPaddingBefore())) { in UpdateBaselineForCell()
1501 cell->PaddingBefore() + in FirstLineBoxBaseline()
1941 if (baseline > cell.BorderBefore() + cell.PaddingBefore()) in RelayoutCellIfFlexed()
H A Dlayout_table.cc467 (ShouldCollapseBorders() ? LayoutUnit() : PaddingBefore()); in ConvertStyleLogicalHeightToComputedHeight()
715 BorderBefore() + (collapsing ? LayoutUnit() : PaddingBefore()); in UpdateLayout()
H A Dlayout_block_flow.cc303 SetLogicalTopForChild(*flow_thread, BorderBefore() + PaddingBefore()); in LayoutSpecialExcludedChild()
608 LayoutUnit before_edge = BorderBefore() + PaddingBefore(); in LayoutChildren()
2087 child_block_flow->BorderBefore() + child_block_flow->PaddingBefore(), in MarginBeforeEstimateForChild()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_box_model_object.h218 return ComputedCSSPadding(StyleRef().PaddingBefore()); in ComputedCSSPaddingBefore()
262 LayoutUnit PaddingBefore() const { in PaddingBefore() function
363 return BorderBefore() + PaddingBefore(); in BorderAndPaddingBefore()
419 return PaddingBefore() + PaddingAfter(); in PaddingLogicalHeight()
H A Dlayout_fieldset.cc134 SetLogicalHeight(PaddingBefore() + collapsed_legend_extent); in LayoutSpecialExcludedChild()
H A Dlayout_table_test.cc262 EXPECT_EQ(0, table->PaddingBefore()); in TEST_F()
H A Dlayout_table_cell.cc247 if (baseline > BorderBefore() + PaddingBefore()) { in ComputeIntrinsicPadding()
459 return BorderBefore() + PaddingBefore() + ContentLogicalHeight(); in CellBaselinePosition()
H A Dlayout_table_section.cc822 (cell->PaddingBefore() - cell->IntrinsicPaddingBefore())) { in UpdateBaselineForCell()
1546 cell->PaddingBefore() + in FirstLineBoxBaseline()
1996 if (baseline > cell.BorderBefore() + cell.PaddingBefore()) in RelayoutCellIfFlexed()
H A Dlayout_table.cc487 (ShouldCollapseBorders() ? LayoutUnit() : PaddingBefore()); in ConvertStyleLogicalHeightToComputedHeight()
749 BorderBefore() + (collapsing ? LayoutUnit() : PaddingBefore()); in UpdateLayout()
H A Dlayout_block_flow.cc297 SetLogicalTopForChild(*flow_thread, BorderBefore() + PaddingBefore()); in LayoutSpecialExcludedChild()
606 LayoutUnit before_edge = BorderBefore() + PaddingBefore(); in LayoutChildren()
2138 child_block_flow->BorderBefore() + child_block_flow->PaddingBefore(), in MarginBeforeEstimateForChild()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_text.cc241 LayoutUnit before_edge = BorderBefore() + PaddingBefore(); in UpdateLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_text.cc263 BorderBefore() + PaddingBefore() + ComputeLogicalScrollbars().block_start; in UpdateLayout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/shapes/
H A Dshape_outside_info.cc171 layout_box.PaddingBefore()); in GetShapeImageMarginRect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/shapes/
H A Dshape_outside_info.cc175 layout_box.PaddingBefore()); in GetShapeImageMarginRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dstyle_adjuster.cc488 if (style.PaddingBefore().IsPercentOrCalc() || in AdjustStyleForDisplay()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_adjuster.cc530 if (style.PaddingBefore().IsPercentOrCalc() || in AdjustStyleForDisplay()

12