Home
last modified time | relevance | path

Searched refs:effective_logical_width (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/
H A Dtable_layout_algorithm_auto.cc312 if (layout_struct_[i].effective_logical_width.IsPercentOrCalc()) { in ComputeIntrinsicLogicalWidths()
455 if (!column_layout.effective_logical_width.IsPercentOrCalc()) { in CalcEffectiveLogicalWidth()
456 column_layout.effective_logical_width = Length(); in CalcEffectiveLogicalWidth()
506 layout_struct_[pos].effective_logical_width = in CalcEffectiveLogicalWidth()
540 : layout_struct_[pos].effective_logical_width.Percent(); in CalcEffectiveLogicalWidth()
715 Length& logical_width = layout_struct_[i].effective_logical_width; in UpdateLayout()
744 Length& logical_width = layout_struct_[i].effective_logical_width; in UpdateLayout()
761 if (layout_struct_[i].effective_logical_width.IsPercentOrCalc()) { in UpdateLayout()
780 Length& logical_width = layout_struct_[i].effective_logical_width; in UpdateLayout()
909 Length& logical_width = layout_struct_[i].effective_logical_width; in ShrinkColumnWidth()
[all …]
H A Dtable_layout_algorithm_auto.h81 Length effective_logical_width; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dtable_layout_algorithm_auto.cc312 if (layout_struct_[i].effective_logical_width.IsPercentOrCalc()) { in ComputeIntrinsicLogicalWidths()
455 if (!column_layout.effective_logical_width.IsPercentOrCalc()) { in CalcEffectiveLogicalWidth()
456 column_layout.effective_logical_width = Length(); in CalcEffectiveLogicalWidth()
506 layout_struct_[pos].effective_logical_width = in CalcEffectiveLogicalWidth()
540 : layout_struct_[pos].effective_logical_width.Percent(); in CalcEffectiveLogicalWidth()
715 Length& logical_width = layout_struct_[i].effective_logical_width; in UpdateLayout()
744 Length& logical_width = layout_struct_[i].effective_logical_width; in UpdateLayout()
761 if (layout_struct_[i].effective_logical_width.IsPercentOrCalc()) { in UpdateLayout()
780 Length& logical_width = layout_struct_[i].effective_logical_width; in UpdateLayout()
909 Length& logical_width = layout_struct_[i].effective_logical_width; in ShrinkColumnWidth()
[all …]
H A Dtable_layout_algorithm_auto.h79 Length effective_logical_width; member