Home
last modified time | relevance | path

Searched refs:has_inflow_bounds_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_physical_box_fragment.h138 if (!has_inflow_bounds_) in InflowBounds()
304 has_padding_ || has_inflow_bounds_ || has_rare_data_); in ComputeItemsAddress()
311 has_inflow_bounds_ || has_rare_data_); in ComputeLayoutOverflowAddress()
320 DCHECK(has_borders_ || has_padding_ || has_inflow_bounds_ || in ComputeBordersAddress()
329 DCHECK(has_padding_ || has_inflow_bounds_ || has_rare_data_); in ComputePaddingAddress()
335 DCHECK(has_inflow_bounds_ || has_rare_data_); in ComputeInflowBoundsAddress()
346 return has_inflow_bounds_ ? reinterpret_cast<RareData*>(address + 1) in ComputeRareDataAddress()
H A Dng_physical_fragment.cc295 has_inflow_bounds_(false), in NGPhysicalFragment()
333 has_inflow_bounds_(other.has_inflow_bounds_), in NGPhysicalFragment()
H A Dng_physical_box_fragment.cc148 other.has_borders_, other.has_padding_, other.has_inflow_bounds_, in CloneWithPostLayoutFragments()
221 has_inflow_bounds_ = inflow_bounds.has_value(); in NGPhysicalBoxFragment()
222 if (has_inflow_bounds_) in NGPhysicalBoxFragment()
300 if (has_inflow_bounds_) { in NGPhysicalBoxFragment()
H A Dng_physical_fragment.h502 unsigned has_inflow_bounds_ : 1; variable