Home
last modified time | relevance | path

Searched refs:skipped_auto_height_containing_block (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_box.cc3950 bool skipped_auto_height_containing_block = false; in ContainingBlockLogicalHeightForPercentageResolution() local
3960 skipped_auto_height_containing_block = true; in ContainingBlockLogicalHeightForPercentageResolution()
3970 skipped_auto_height_containing_block; in ContainingBlockLogicalHeightForPercentageResolution()
3989 if (!skipped_auto_height_containing_block) { in ContainingBlockLogicalHeightForPercentageResolution()
4038 bool skipped_auto_height_containing_block = false; in ComputePercentageLogicalHeight() local
4042 &cb, &skipped_auto_height_containing_block); in ComputePercentageLogicalHeight()
4060 (cb->IsTableCell() && !skipped_auto_height_containing_block && in ComputePercentageLogicalHeight()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_box.cc4897 bool skipped_auto_height_containing_block = false; in ContainingBlockLogicalHeightForPercentageResolution() local
4907 skipped_auto_height_containing_block = true; in ContainingBlockLogicalHeightForPercentageResolution()
4917 skipped_auto_height_containing_block; in ContainingBlockLogicalHeightForPercentageResolution()
4936 if (!skipped_auto_height_containing_block) { in ContainingBlockLogicalHeightForPercentageResolution()
4986 bool skipped_auto_height_containing_block = false; in ComputePercentageLogicalHeight() local
4990 &cb, &skipped_auto_height_containing_block); in ComputePercentageLogicalHeight()
5009 cb->IsTableCell() && !skipped_auto_height_containing_block && in ComputePercentageLogicalHeight()