Home
last modified time | relevance | path

Searched refs:HasResize (Results 1 – 14 of 14) sorted by relevance

/dports/math/dune-functions/dune-functions-1882b3ec0a14b211dd077f0d5e6455495e28c35d/dune/functions/functionspacebases/
H A Dhierarchicvectorwrapper.hh103 typename std::enable_if< not models<Concept::HasResize, C>(), int>::type = 0,
123 typename std::enable_if< not models<Concept::HasResize, C>(), int>::type = 0,
142 typename std::enable_if< models<Concept::HasResize, C>(), int>::type = 0>
H A Dconcepts.hh21 struct HasResize struct
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_iframe.cc45 if (StyleRef().HasResize()) in LayerTypeRequired()
H A Dlayout_box.cc1147 return (HasOverflowClip() || IsLayoutIFrame()) && StyleRef().HasResize(); in CanResize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_iframe.cc48 if (StyleRef().HasResize()) in LayerTypeRequired()
H A Dlayout_box.cc1489 return (IsScrollContainer() || IsLayoutIFrame()) && StyleRef().HasResize(); in CanResize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dscrollable_area_painter.cc29 if (!GetScrollableArea().GetLayoutBox()->StyleRef().HasResize()) in PaintResizer()
H A Dpaint_layer_scrollable_area.cc406 bool has_resizer = GetLayoutBox()->StyleRef().HasResize(); in ScrollCornerRect()
1917 if (GetLayoutBox()->StyleRef().HasResize()) { in HitTestOverflowControls()
1968 if (!GetLayoutBox()->StyleRef().HasResize()) in ResizerCornerRect()
H A Dpaint_layer.cc1561 GetLayoutObject().StyleRef().HasResize()); in HasOverflowControls()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dscrollable_area_painter.cc30 if (!GetScrollableArea().GetLayoutBox()->StyleRef().HasResize()) in PaintResizer()
H A Dpaint_layer_scrollable_area.cc419 bool has_resizer = GetLayoutBox()->StyleRef().HasResize(); in ScrollCornerRect()
1972 if (GetLayoutBox()->StyleRef().HasResize()) { in HitTestOverflowControls()
2023 if (!GetLayoutBox()->StyleRef().HasResize()) in ResizerCornerRect()
H A Dpaint_layer.cc1601 GetLayoutObject().StyleRef().HasResize()); in HasOverflowControls()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.h2128 bool HasResize() const { return ResizeInternal() != EResize::kNone; } in HasResize() function
2513 HasResize(); in HasBoxDecorations()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcomputed_style.h2180 bool HasResize() const { return ResizeInternal() != EResize::kNone; } in HasResize() function
2503 HasFilterInducingProperty() || HasBackdropFilter() || HasResize(); in HasBoxDecorations()