Home
last modified time | relevance | path

Searched refs:physical_fragment (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_simplified_layout_algorithm.cc34 const NGPhysicalBoxFragment& physical_fragment = in NGSimplifiedLayoutAlgorithm() local
70 if (physical_fragment.LastBaseline()) in NGSimplifiedLayoutAlgorithm()
106 DCHECK(!physical_fragment.LastBaseline()); in NGSimplifiedLayoutAlgorithm()
108 if (physical_fragment.IsFieldsetContainer()) in NGSimplifiedLayoutAlgorithm()
111 if (physical_fragment.IsMathMLFraction()) in NGSimplifiedLayoutAlgorithm()
119 DCHECK(!physical_fragment.IsTable()); in NGSimplifiedLayoutAlgorithm()
120 DCHECK(!physical_fragment.IsTableNGRow()); in NGSimplifiedLayoutAlgorithm()
121 DCHECK(!physical_fragment.IsTableNGSection()); in NGSimplifiedLayoutAlgorithm()
123 if (physical_fragment.IsHiddenForPaint()) in NGSimplifiedLayoutAlgorithm()
126 if (physical_fragment.Baseline()) in NGSimplifiedLayoutAlgorithm()
[all …]
H A Dng_outline_utils.cc25 const NGPhysicalBoxFragment& physical_fragment) { in ShouldPaintOutline() argument
26 if (!physical_fragment.IsInlineBox()) in ShouldPaintOutline()
28 const LayoutObject* layout_object = physical_fragment.GetLayoutObject(); in ShouldPaintOutline()
49 return cursor.Current().BoxFragment() == &physical_fragment; in ShouldPaintOutline()
H A Dng_layout_result.cc23 void* physical_fragment; member
54 scoped_refptr<const NGPhysicalContainerFragment> physical_fragment, in NGLayoutResult() argument
56 : NGLayoutResult(std::move(physical_fragment), in NGLayoutResult()
115 scoped_refptr<const NGPhysicalContainerFragment> physical_fragment, in NGLayoutResult() argument
117 : NGLayoutResult(std::move(physical_fragment), in NGLayoutResult()
177 scoped_refptr<const NGPhysicalContainerFragment> physical_fragment) in NGLayoutResult() argument
179 physical_fragment_(std::move(physical_fragment)), in NGLayoutResult()
199 scoped_refptr<const NGPhysicalContainerFragment> physical_fragment, in NGLayoutResult() argument
203 physical_fragment_(std::move(physical_fragment)), in NGLayoutResult()
H A Dng_layout_utils.cc174 const NGPhysicalBoxFragment& physical_fragment = in CalculateSizeBasedLayoutCacheStatusWithGeometry() local
176 NGBoxFragment fragment(style.GetWritingDirection(), physical_fragment); in CalculateSizeBasedLayoutCacheStatusWithGeometry()
224 if (physical_fragment.DependsOnPercentageBlockSize()) { in CalculateSizeBasedLayoutCacheStatusWithGeometry()
264 if (!physical_fragment.IsFormattingContextRoot() && in CalculateSizeBasedLayoutCacheStatusWithGeometry()
314 physical_fragment.DependsOnPercentageBlockSize()) { in CalculateSizeBasedLayoutCacheStatusWithGeometry()
361 if (*new_alignment_baseline != physical_fragment.Baseline()) in CalculateSizeBasedLayoutCacheStatusWithGeometry()
535 const auto& physical_fragment = in MaySkipLayoutWithinBlockFormattingContext() local
542 if (physical_fragment.MayHaveDescendantAboveBlockStart() && in MaySkipLayoutWithinBlockFormattingContext()
557 if (physical_fragment.HasAdjoiningObjectDescendants()) { in MaySkipLayoutWithinBlockFormattingContext()
H A Dng_block_node.cc674 const auto& physical_fragment = in FinishLayout() local
706 physical_fragment, physical_fragment.Size().width, in FinishLayout()
720 DCHECK(!physical_fragment.HasItems()); in FinishLayout()
1017 const auto& physical_fragment = in CopyFragmentDataToLayoutBox() local
1021 physical_fragment); in CopyFragmentDataToLayoutBox()
1027 bool is_last_fragment = !physical_fragment.BreakToken(); in CopyFragmentDataToLayoutBox()
1035 if (LIKELY(physical_fragment.IsFirstForNode())) { in CopyFragmentDataToLayoutBox()
1143 const NGPhysicalBoxFragment& physical_fragment, in PlaceChildrenInLayoutBox() argument
1165 const NGPhysicalBoxFragment& physical_fragment, in PlaceChildrenInFlowThread() argument
1240 physical_fragment); in PlaceChildrenInFlowThread()
[all …]
H A Dng_fragmentation_utils.cc144 const auto& physical_fragment = layout_result.PhysicalFragment(); in CalculateBreakAppealInside() local
149 DynamicTo<NGBlockBreakToken>(physical_fragment.BreakToken())) in CalculateBreakAppealInside()
500 const auto& physical_fragment = layout_result.PhysicalFragment(); in BreakBeforeChild() local
501 DCHECK(!physical_fragment.IsBox() || in BreakBeforeChild()
502 To<NGPhysicalBoxFragment>(physical_fragment).IsFirstForNode()); in BreakBeforeChild()
573 const auto& physical_fragment = layout_result.PhysicalFragment(); in MovePastBreakpoint() local
574 NGFragment fragment(space.GetWritingDirection(), physical_fragment); in MovePastBreakpoint()
594 DynamicTo<NGBlockBreakToken>(physical_fragment.BreakToken()); in MovePastBreakpoint()
H A Dng_fragment.h22 const NGPhysicalFragment& physical_fragment) in NGFragment() argument
23 : physical_fragment_(physical_fragment), in NGFragment()
H A Dlayout_ng_block_flow_mixin.cc93 const NGPhysicalBoxFragment* physical_fragment = CurrentFragment(); in AddScrollingOverflowFromChildren() local
94 DCHECK(physical_fragment); in AddScrollingOverflowFromChildren()
96 physical_fragment->ScrollableOverflowFromChildren( in AddScrollingOverflowFromChildren()
100 const ComputedStyle& style = physical_fragment->Style(); in AddScrollingOverflowFromChildren()
102 children_overflow.ToLayoutFlippedRect(style, physical_fragment->Size()); in AddScrollingOverflowFromChildren()
H A Dng_box_fragment.h20 const NGPhysicalBoxFragment& physical_fragment) in NGBoxFragment() argument
21 : NGFragment(writing_direction, physical_fragment) {} in NGBoxFragment()
H A Dng_layout_result.h343 scoped_refptr<const NGPhysicalContainerFragment> physical_fragment,
350 scoped_refptr<const NGPhysicalContainerFragment> physical_fragment,
364 scoped_refptr<const NGPhysicalContainerFragment> physical_fragment);
381 scoped_refptr<const NGPhysicalContainerFragment> physical_fragment,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_outline_utils.cc25 const NGPhysicalBoxFragment& physical_fragment) { in ShouldPaintOutline() argument
26 if (!physical_fragment.IsInlineBox()) in ShouldPaintOutline()
28 const LayoutObject* layout_object = physical_fragment.GetLayoutObject(); in ShouldPaintOutline()
49 return cursor.Current().BoxFragment() == &physical_fragment; in ShouldPaintOutline()
H A Dng_simplified_layout_algorithm.cc36 const NGPhysicalBoxFragment& physical_fragment = in NGSimplifiedLayoutAlgorithm() local
41 container_builder_.SetStyleVariant(physical_fragment.StyleVariant()); in NGSimplifiedLayoutAlgorithm()
43 physical_fragment.IsFormattingContextRoot()); in NGSimplifiedLayoutAlgorithm()
70 if (physical_fragment.Baseline()) in NGSimplifiedLayoutAlgorithm()
71 container_builder_.SetBaseline(*physical_fragment.Baseline()); in NGSimplifiedLayoutAlgorithm()
72 if (physical_fragment.LastBaseline()) in NGSimplifiedLayoutAlgorithm()
73 container_builder_.SetLastBaseline(*physical_fragment.LastBaseline()); in NGSimplifiedLayoutAlgorithm()
87 previous_physical_container_size_ = physical_fragment.Size(); in NGSimplifiedLayoutAlgorithm()
H A Dng_layout_result.cc22 void* physical_fragment; member
43 scoped_refptr<const NGPhysicalContainerFragment> physical_fragment, in NGLayoutResult() argument
45 : NGLayoutResult(std::move(physical_fragment), in NGLayoutResult()
91 scoped_refptr<const NGPhysicalContainerFragment> physical_fragment, in NGLayoutResult() argument
93 : NGLayoutResult(std::move(physical_fragment), in NGLayoutResult()
152 scoped_refptr<const NGPhysicalContainerFragment> physical_fragment, in NGLayoutResult() argument
156 physical_fragment_(std::move(physical_fragment)), in NGLayoutResult()
H A Dlayout_ng_block_flow_mixin.cc92 const NGPhysicalBoxFragment* physical_fragment = CurrentFragment(); in AddScrollingOverflowFromChildren() local
93 DCHECK(physical_fragment); in AddScrollingOverflowFromChildren()
95 physical_fragment->ScrollableOverflowFromChildren(); in AddScrollingOverflowFromChildren()
98 const ComputedStyle& style = physical_fragment->Style(); in AddScrollingOverflowFromChildren()
100 children_overflow.ToLayoutFlippedRect(style, physical_fragment->Size()); in AddScrollingOverflowFromChildren()
134 if (const NGPhysicalFragment* physical_fragment = CurrentFragment()) in FragmentBaseline() local
135 return To<NGPhysicalBoxFragment>(physical_fragment)->Baseline(); in FragmentBaseline()
H A Dng_fragmentation_utils.cc143 const auto& physical_fragment = layout_result.PhysicalFragment(); in CalculateBreakAppealInside() local
148 DynamicTo<NGBlockBreakToken>(physical_fragment.BreakToken())) in CalculateBreakAppealInside()
295 const auto& physical_fragment = layout_result.PhysicalFragment(); in BreakBeforeChild() local
296 DCHECK(!physical_fragment.IsBox() || in BreakBeforeChild()
297 To<NGPhysicalBoxFragment>(physical_fragment).IsFirstForNode()); in BreakBeforeChild()
368 const auto& physical_fragment = layout_result.PhysicalFragment(); in MovePastBreakpoint() local
369 NGFragment fragment(space.GetWritingMode(), physical_fragment); in MovePastBreakpoint()
404 if (IsA<NGBlockBreakToken>(physical_fragment.BreakToken())) { in MovePastBreakpoint()
H A Dng_block_node.cc597 const auto& physical_fragment = in FinishLayout() local
634 physical_fragment, physical_fragment.Size().width, in FinishLayout()
862 const auto& physical_fragment = in CopyFragmentDataToLayoutBox() local
875 if (LIKELY(physical_fragment.IsFirstForNode())) { in CopyFragmentDataToLayoutBox()
894 bool is_last_fragment = !physical_fragment.BreakToken(); in CopyFragmentDataToLayoutBox()
922 PlaceChildrenInFlowThread(physical_fragment); in CopyFragmentDataToLayoutBox()
940 physical_fragment); in CopyFragmentDataToLayoutBox()
980 const NGPhysicalBoxFragment& physical_fragment, in PlaceChildrenInLayoutBox() argument
1016 const NGPhysicalBoxFragment& physical_fragment) { in PlaceChildrenInFlowThread() argument
1018 for (const auto& child : physical_fragment.Children()) { in PlaceChildrenInFlowThread()
[all …]
H A Dng_layout_utils.cc174 const NGPhysicalBoxFragment& physical_fragment = in CalculateSizeBasedLayoutCacheStatusWithGeometry() local
177 physical_fragment); in CalculateSizeBasedLayoutCacheStatusWithGeometry()
245 if (!physical_fragment.IsFormattingContextRoot() && in CalculateSizeBasedLayoutCacheStatusWithGeometry()
462 const auto& physical_fragment = cached_layout_result.PhysicalFragment(); in MaySkipLayoutWithinBlockFormattingContext() local
468 if (physical_fragment.MayHaveDescendantAboveBlockStart() && in MaySkipLayoutWithinBlockFormattingContext()
483 if (physical_fragment.HasAdjoiningObjectDescendants()) { in MaySkipLayoutWithinBlockFormattingContext()
H A Dng_fragment.h23 const NGPhysicalFragment& physical_fragment) in NGFragment() argument
24 : physical_fragment_(physical_fragment), in NGFragment()
H A Dlayout_ng_table_caption.cc24 const NGPhysicalFragment& physical_fragment) { in CalculateAndSetMargins() argument
29 To<NGPhysicalBoxFragment>(physical_fragment)); in CalculateAndSetMargins()
H A Dng_box_fragment.h23 const NGPhysicalBoxFragment& physical_fragment) in NGBoxFragment() argument
24 : NGFragment(writing_mode, physical_fragment), direction_(direction) {} in NGBoxFragment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/table/
H A Dng_table_section_layout_algorithm.cc63 const NGPhysicalBoxFragment& physical_fragment = in Layout() local
65 DCHECK(physical_fragment.Baseline()); in Layout()
66 section_baseline = physical_fragment.Baseline(); in Layout()
H A Dlayout_ng_table_caption.cc26 const NGPhysicalFragment& physical_fragment) { in CalculateAndSetMargins() argument
31 To<NGPhysicalBoxFragment>(physical_fragment)); in CalculateAndSetMargins()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_line_box_fragment.h19 const NGPhysicalLineBoxFragment& physical_fragment) in NGLineBoxFragment() argument
20 : NGFragment(writing_mode, physical_fragment) {} in NGLineBoxFragment()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/mathml/
H A Dng_math_row_layout_algorithm.cc65 const NGPhysicalContainerFragment& physical_fragment = in LayoutRowItems() local
69 To<NGPhysicalBoxFragment>(physical_fragment)); in LayoutRowItems()
83 &physical_fragment); in LayoutRowItems()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/mathml/
H A Dng_math_row_layout_algorithm.cc80 const NGPhysicalContainerFragment& physical_fragment = in LayoutRowItems() local
83 To<NGPhysicalBoxFragment>(physical_fragment)); in LayoutRowItems()
98 std::move(&physical_fragment)); in LayoutRowItems()

123