Home
last modified time | relevance | path

Searched refs:IsOverflowVisibleAlongBothAxes (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_adjuster.cc698 if (!fieldset->ComputedStyleRef().IsOverflowVisibleAlongBothAxes()) in AdjustComputedStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.cc958 IsOverflowVisibleAlongBothAxes() != in UpdatePropertySpecificDifferences()
959 other.IsOverflowVisibleAlongBothAxes() || in UpdatePropertySpecificDifferences()
H A Dcomputed_style.h2168 bool IsOverflowVisibleAlongBothAxes() const { in IsOverflowVisibleAlongBothAxes() function
2381 !IsOverflowVisibleAlongBothAxes(); in HasGroupingPropertyForUsedTransformStyle3D()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_block.cc254 bool should_clip_overflow = !StyleRef().IsOverflowVisibleAlongBothAxes() && in UpdateFromStyle()
1946 return (!StyleRef().IsOverflowVisibleAlongBothAxes() && in UseLogicalBottomMarginEdgeForInlineBlockBaseline()
H A Dlayout_box.h2273 return (StyleRef().IsOverflowVisibleAlongBothAxes() || in CanSkipComputeScrollbars()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Ddocument.cc3732 if (body_element && root_style->IsOverflowVisibleAlongBothAxes() && in ViewportDefiningElement()