Home
last modified time | relevance | path

Searched refs:IsFixedTableLayout (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/layout/ng/table/
H A Dlayout_ng_table_interface.h27 virtual bool IsFixedTableLayout() const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/table/
H A Dlayout_ng_table_interface.h28 virtual bool IsFixedTableLayout() const = 0;
H A Dlayout_ng_table.h147 bool IsFixedTableLayout() const final { in IsFixedTableLayout() function
H A Dng_table_layout_algorithm.cc413 const bool is_fixed_layout = table.Style().IsFixedTableLayout(); in ComputeTableInlineSize()
463 const bool is_fixed_layout = Style().IsFixedTableLayout(); in Layout()
564 const bool is_fixed_layout = Style().IsFixedTableLayout(); in ComputeMinMaxSizes()
H A Dng_table_layout_algorithm_utils.cc426 bool is_fixed_layout = table.Style().IsFixedTableLayout(); in ComputeColumnConstraints()
H A Dng_table_borders.cc226 table.Style().IsFixedTableLayout())); in ComputeTableBorders()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_table.h477 bool IsFixedTableLayout() const final { in IsFixedTableLayout() function
479 return StyleRef().IsFixedTableLayout(); in IsFixedTableLayout()
H A Dlayout_table.cc93 old_style ? old_style->IsFixedTableLayout() : false; in StyleDidChange()
103 StyleRef().IsFixedTableLayout() != old_fixed_table_layout) { in StyleDidChange()
110 if (StyleRef().IsFixedTableLayout()) in StyleDidChange()
H A Dtext_autosizer.cc376 .IsFixedTableLayout(); in BeginLayout()
384 DCHECK(!table->StyleRef().IsFixedTableLayout()); in InflateAutoTable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_table.h439 bool IsFixedTableLayout() const final { in IsFixedTableLayout() function
440 return StyleRef().IsFixedTableLayout(); in IsFixedTableLayout()
H A Dlayout_table.cc92 old_style ? old_style->IsFixedTableLayout() : false; in StyleDidChange()
102 StyleRef().IsFixedTableLayout() != old_fixed_table_layout) { in StyleDidChange()
109 if (StyleRef().IsFixedTableLayout()) in StyleDidChange()
H A Dtext_autosizer.cc376 .IsFixedTableLayout(); in BeginLayout()
384 DCHECK(!table->StyleRef().IsFixedTableLayout()); in InflateAutoTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.h2235 bool IsFixedTableLayout() const { in IsFixedTableLayout() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcomputed_style.h2274 bool IsFixedTableLayout() const { in IsFixedTableLayout() function