Home
last modified time | relevance | path

Searched refs:FragmentationContext (Results 1 – 19 of 19) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dfragmentation_context.h30 class CORE_EXPORT FragmentationContext {
32 virtual ~FragmentationContext() = default;
H A Dlayout_multi_column_flow_thread.h145 public FragmentationContext {
269 FragmentationContext* EnclosingFragmentationContext(
H A Dview_fragmentation_context.h14 class ViewFragmentationContext final : public FragmentationContext {
H A Dlayout_multi_column_flow_thread.cc529 if (FragmentationContext* enclosing_fragmentation_context = in LayoutColumns()
632 FragmentationContext*
644 return View()->FragmentationContext(); in EnclosingFragmentationContext()
1431 View()->FragmentationContext(); in ContentWasLaidOut()
H A Dmulti_column_fragmentainer_group.cc79 FragmentationContext* enclosing_fragmentation_context = in ResetColumnHeight()
347 if (FragmentationContext* enclosing_fragmentation_context = in CalculateMaxColumnHeight()
H A Dlayout_view.h186 ViewFragmentationContext* FragmentationContext() const { in FragmentationContext() function
H A Dlayout_multi_column_set.cc100 FragmentationContext* enclosing_fragmentation_context = in PageLogicalHeightForOffset()
H A Dlayout_box.cc2877 bool view_is_paginated = layout_view->FragmentationContext(); in IsBreakBetweenControllable()
2917 if (View()->FragmentationContext()) in IsBreakInsideControllable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dfragmentation_context.h30 class CORE_EXPORT FragmentationContext {
32 virtual ~FragmentationContext() = default;
H A Dlayout_multi_column_flow_thread.h145 public FragmentationContext {
292 FragmentationContext* EnclosingFragmentationContext(
H A Dview_fragmentation_context.h14 class ViewFragmentationContext final : public FragmentationContext {
H A Dlayout_multi_column_flow_thread.cc550 if (FragmentationContext* enclosing_fragmentation_context = in LayoutColumns()
656 FragmentationContext*
670 return View()->FragmentationContext(); in EnclosingFragmentationContext()
1553 View()->FragmentationContext(); in ContentWasLaidOut()
H A Dmulti_column_fragmentainer_group.cc79 FragmentationContext* enclosing_fragmentation_context = in ResetColumnHeight()
349 if (FragmentationContext* enclosing_fragmentation_context = in CalculateMaxColumnHeight()
H A Dlayout_view.h211 ViewFragmentationContext* FragmentationContext() const { in FragmentationContext() function
H A Dlayout_multi_column_set.cc103 FragmentationContext* enclosing_fragmentation_context = in PageLogicalHeightForOffset()
H A Dlayout_box.cc3674 bool view_is_paginated = layout_view->FragmentationContext(); in IsBreakBetweenControllable()
3715 if (View()->FragmentationContext()) in IsBreakInsideControllable()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/
H A Dmulticol.rs16 use flow::{Flow, FlowClass, OpaqueFlow, FragmentationContext, GetBaseFlow};
143 let fragmentation_context = Some(FragmentationContext { in assign_block_size()
270 fragmentation_context: Option<FragmentationContext>) in fragment()
H A Dflow.rs256 _fragmentation_context: Option<FragmentationContext>) in fragment()
830 pub struct FragmentationContext { struct
H A Dblock.rs38 use flow::{ImmutableFlowUtils, LateAbsolutePositionInfo, OpaqueFlow, FragmentationContext, FlowFlag…
779 mut fragmentation_context: Option<FragmentationContext>, in assign_block_size_block_base() argument
844 let child_ctx = FragmentationContext { in assign_block_size_block_base()
1926 fragmentation_context: Option<FragmentationContext>) in fragment()