Home
last modified time | relevance | path

Searched refs:NGBoxType (Results 1 – 17 of 17) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_physical_fragment.h57 enum NGBoxType { enum
89 NGBoxType BoxType() const { in BoxType()
91 return static_cast<NGBoxType>(sub_type_); in BoxType()
96 return IsBox() && BoxType() == NGBoxType::kInlineBox; in IsInlineBox()
99 return IsBox() && BoxType() == NGBoxType::kColumnBox; in IsColumnBox()
104 return IsBox() && BoxType() == NGBoxType::kAtomicInline; in IsAtomicInline()
111 return IsBox() && BoxType() == NGBoxType::kFloating; in IsFloating()
114 return IsBox() && BoxType() == NGBoxType::kOutOfFlowPositioned; in IsOutOfFlowPositioned()
122 return IsBox() && BoxType() == NGBoxType::kRenderedLegend; in IsRenderedLegend()
161 return (IsBox() && BoxType() >= NGBoxType::kMinimumFormattingContextRoot) || in IsFormattingContextRoot()
H A Dng_box_fragment_builder.cc211 NGPhysicalFragment::NGBoxType NGBoxFragmentBuilder::BoxType() const { in BoxType()
212 if (box_type_ != NGPhysicalFragment::NGBoxType::kNormalBox) in BoxType()
218 return NGPhysicalFragment::NGBoxType::kFloating; in BoxType()
220 return NGPhysicalFragment::NGBoxType::kOutOfFlowPositioned; in BoxType()
222 return NGPhysicalFragment::NGBoxType::kRenderedLegend; in BoxType()
227 return NGPhysicalFragment::NGBoxType::kAtomicInline; in BoxType()
228 return NGPhysicalFragment::NGBoxType::kInlineBox; in BoxType()
234 return NGPhysicalFragment::NGBoxType::kBlockFlowRoot; in BoxType()
235 return NGPhysicalFragment::NGBoxType::kNormalBox; in BoxType()
H A Dng_physical_fragment.cc63 case NGPhysicalFragment::NGBoxType::kNormalBox: in StringForBoxType()
65 case NGPhysicalFragment::NGBoxType::kInlineBox: in StringForBoxType()
68 case NGPhysicalFragment::NGBoxType::kColumnBox: in StringForBoxType()
71 case NGPhysicalFragment::NGBoxType::kAtomicInline: in StringForBoxType()
74 case NGPhysicalFragment::NGBoxType::kFloating: in StringForBoxType()
77 case NGPhysicalFragment::NGBoxType::kOutOfFlowPositioned: in StringForBoxType()
80 case NGPhysicalFragment::NGBoxType::kBlockFlowRoot: in StringForBoxType()
83 case NGPhysicalFragment::NGBoxType::kRenderedLegend: in StringForBoxType()
H A Dng_box_fragment_builder.h39 box_type_(NGPhysicalFragment::NGBoxType::kNormalBox), in NGBoxFragmentBuilder()
54 box_type_(NGPhysicalFragment::NGBoxType::kNormalBox), in NGBoxFragmentBuilder()
244 NGPhysicalFragment::NGBoxType BoxType() const;
245 void SetBoxType(NGPhysicalFragment::NGBoxType box_type) { in SetBoxType()
339 NGPhysicalFragment::NGBoxType box_type_;
H A Dng_block_layout_algorithm.h60 void SetBoxType(NGPhysicalFragment::NGBoxType type);
H A Dng_block_layout_algorithm.cc197 void NGBlockLayoutAlgorithm::SetBoxType(NGPhysicalFragment::NGBoxType type) { in SetBoxType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_physical_fragment.h57 enum NGBoxType { enum
89 NGBoxType BoxType() const { in BoxType()
91 return static_cast<NGBoxType>(sub_type_); in BoxType()
96 return IsBox() && BoxType() == NGBoxType::kInlineBox; in IsInlineBox()
99 return IsBox() && BoxType() == NGBoxType::kColumnBox; in IsColumnBox()
110 return IsBox() && BoxType() == NGBoxType::kAtomicInline; in IsAtomicInline()
117 return IsBox() && BoxType() == NGBoxType::kFloating; in IsFloating()
120 return IsBox() && BoxType() == NGBoxType::kOutOfFlowPositioned; in IsOutOfFlowPositioned()
128 return IsBox() && BoxType() == NGBoxType::kRenderedLegend; in IsRenderedLegend()
198 return (IsBox() && BoxType() >= NGBoxType::kMinimumFormattingContextRoot) || in IsFormattingContextRoot()
H A Dng_box_fragment_builder.cc215 if (box_type_ != NGPhysicalBoxFragment::NGBoxType::kInlineBox) { in AddChild()
344 NGPhysicalFragment::NGBoxType NGBoxFragmentBuilder::BoxType() const { in BoxType()
345 if (box_type_ != NGPhysicalFragment::NGBoxType::kNormalBox) in BoxType()
351 return NGPhysicalFragment::NGBoxType::kFloating; in BoxType()
353 return NGPhysicalFragment::NGBoxType::kOutOfFlowPositioned; in BoxType()
355 return NGPhysicalFragment::NGBoxType::kRenderedLegend; in BoxType()
360 return NGPhysicalFragment::NGBoxType::kAtomicInline; in BoxType()
361 return NGPhysicalFragment::NGBoxType::kInlineBox; in BoxType()
367 return NGPhysicalFragment::NGBoxType::kBlockFlowRoot; in BoxType()
368 return NGPhysicalFragment::NGBoxType::kNormalBox; in BoxType()
H A Dng_physical_fragment.cc43 case NGPhysicalFragment::NGBoxType::kNormalBox: in StringForBoxType()
45 case NGPhysicalFragment::NGBoxType::kInlineBox: in StringForBoxType()
48 case NGPhysicalFragment::NGBoxType::kColumnBox: in StringForBoxType()
51 case NGPhysicalFragment::NGBoxType::kAtomicInline: in StringForBoxType()
54 case NGPhysicalFragment::NGBoxType::kFloating: in StringForBoxType()
57 case NGPhysicalFragment::NGBoxType::kOutOfFlowPositioned: in StringForBoxType()
60 case NGPhysicalFragment::NGBoxType::kBlockFlowRoot: in StringForBoxType()
63 case NGPhysicalFragment::NGBoxType::kRenderedLegend: in StringForBoxType()
H A Dng_box_fragment_builder.h43 box_type_(NGPhysicalFragment::NGBoxType::kNormalBox), in NGBoxFragmentBuilder()
55 box_type_(NGPhysicalFragment::NGBoxType::kNormalBox), in NGBoxFragmentBuilder()
401 NGPhysicalFragment::NGBoxType BoxType() const;
402 void SetBoxType(NGPhysicalFragment::NGBoxType box_type) { in SetBoxType()
580 NGPhysicalFragment::NGBoxType box_type_;
H A Dng_block_layout_algorithm.h63 void SetBoxType(NGPhysicalFragment::NGBoxType type);
H A Dng_physical_box_fragment.cc79 /* is_css_box */ builder->box_type_ != NGBoxType::kColumnBox, borders, in Create()
H A Dng_block_layout_algorithm.cc228 void NGBlockLayoutAlgorithm::SetBoxType(NGPhysicalFragment::NGBoxType type) { in SetBoxType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/ng/
H A Dng_inline_box_fragment_painter.h145 NGPhysicalFragment::NGBoxType::kInlineBox); in NGInlineBoxFragmentPainter()
H A Dng_inline_box_fragment_painter.cc389 NGPhysicalFragment::NGBoxType::kInlineBox); in CheckValid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/ng/
H A Dng_inline_box_fragment_painter.h146 NGPhysicalFragment::NGBoxType::kInlineBox); in NGInlineBoxFragmentPainter()
H A Dng_inline_box_fragment_painter.cc413 NGPhysicalFragment::NGBoxType::kInlineBox); in CheckValid()