Home
last modified time | relevance | path

Searched refs:ScrollbarThickness (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_text_control.cc73 int LayoutTextControl::ScrollbarThickness() const { in ScrollbarThickness() function in blink::LayoutTextControl
76 return GetDocument().GetPage()->GetScrollbarTheme().ScrollbarThickness(); in ScrollbarThickness()
99 logical_height += ScrollbarThickness(); in ComputeLogicalHeight()
H A Dlayout_text_control.h55 int ScrollbarThickness() const;
H A Dlayout_text_control_multi_line.cc63 ScrollbarThickness(); in PreferredContentLogicalWidth()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dcustom_scrollbar_theme.h41 int ScrollbarThickness(float scale_from_dip) override { in ScrollbarThickness() function
42 return GetTheme().ScrollbarThickness(scale_from_dip); in ScrollbarThickness()
H A Dpaint_layer_scrollable_area.cc391 GetPageScrollbarTheme().ScrollbarThickness(ScaleFromDIP()); in CornerRect()
394 horizontal_thickness = VerticalScrollbar()->ScrollbarThickness(); in CornerRect()
397 vertical_thickness = HorizontalScrollbar()->ScrollbarThickness(); in CornerRect()
1397 HorizontalScrollbar()->ScrollbarThickness(), in RectForHorizontalScrollbar()
1402 HorizontalScrollbar()->ScrollbarThickness()); in RectForHorizontalScrollbar()
1412 VerticalScrollbar()->ScrollbarThickness(), in RectForVerticalScrollbar()
1424 VerticalScrollbar()->ScrollbarThickness(); in VerticalScrollbarStart()
1494 return scrollbar->ScrollbarThickness(); in HypotheticalScrollbarThickness()
1507 return theme.ScrollbarThickness(ScaleFromDIP()); in HypotheticalScrollbarThickness()
1769 return VerticalScrollbar()->ScrollbarThickness(); in VerticalScrollbarWidth()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dcustom_scrollbar_theme.h43 int ScrollbarThickness(ScrollbarControlSize control_size) override { in ScrollbarThickness() function
44 return GetTheme().ScrollbarThickness(control_size); in ScrollbarThickness()
H A Dpaint_layer_scrollable_area.cc378 GetPageScrollbarTheme().ScrollbarThickness()); in CornerRect()
729 ? HorizontalScrollbar()->ScrollbarThickness() in LayoutContentRect()
733 ? VerticalScrollbar()->ScrollbarThickness() in LayoutContentRect()
1373 HorizontalScrollbar()->ScrollbarThickness(), in RectForHorizontalScrollbar()
1378 HorizontalScrollbar()->ScrollbarThickness()); in RectForHorizontalScrollbar()
1388 VerticalScrollbar()->ScrollbarThickness(), in RectForVerticalScrollbar()
1400 VerticalScrollbar()->ScrollbarThickness(); in VerticalScrollbarStart()
1467 return scrollbar->ScrollbarThickness(); in HypotheticalScrollbarThickness()
1485 int thickness = theme.ScrollbarThickness(scrollbar_size); in HypotheticalScrollbarThickness()
1754 return VerticalScrollbar()->ScrollbarThickness(); in VerticalScrollbarWidth()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dvisual_viewport.cc620 int VisualViewport::ScrollbarThickness() const { in ScrollbarThickness() function in blink::VisualViewport
622 int thickness = theme.ScrollbarThickness(kRegularScrollbar); in ScrollbarThickness()
652 ? gfx::Size(size_.Width() - ScrollbarThickness(), in UpdateScrollbarLayer()
653 ScrollbarThickness()) in UpdateScrollbarLayer()
654 : gfx::Size(ScrollbarThickness(), in UpdateScrollbarLayer()
655 size_.Height() - ScrollbarThickness())); in UpdateScrollbarLayer()
1101 FloatPoint(0, size_.Height() - ScrollbarThickness()), &state); in Paint()
1112 FloatPoint(size_.Width() - ScrollbarThickness(), 0), &state); in Paint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dvisual_viewport.cc621 int VisualViewport::ScrollbarThickness() const { in ScrollbarThickness() function in blink::VisualViewport
622 return ScrollbarThemeOverlayMobile::GetInstance().ScrollbarThickness( in ScrollbarThickness()
649 ? gfx::Size(size_.Width() - ScrollbarThickness(), in UpdateScrollbarLayer()
650 ScrollbarThickness()) in UpdateScrollbarLayer()
651 : gfx::Size(ScrollbarThickness(), in UpdateScrollbarLayer()
652 size_.Height() - ScrollbarThickness())); in UpdateScrollbarLayer()
1097 IntPoint(0, size_.Height() - ScrollbarThickness()), &state); in Paint()
1108 IntPoint(size_.Width() - ScrollbarThickness(), 0), &state); in Paint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_text_control.cc92 int LayoutTextControl::ScrollbarThickness(const LayoutBox& box) { in ScrollbarThickness() function in blink::LayoutTextControl
94 return page.GetScrollbarTheme().ScrollbarThickness( in ScrollbarThickness()
H A Dlayout_text_control.h55 static int ScrollbarThickness(const LayoutBox& box);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/scroll/
H A Dscrollbar_theme_aura.h41 int ScrollbarThickness(float scale_from_dip) override;
H A Dscrollbar_theme_overlay.h48 int ScrollbarThickness(float scale_from_dip) override;
H A Dscrollbar_theme_mac.h76 int ScrollbarThickness(float scale_from_dip) override;
H A Dscrollbar.cc74 int thickness = theme_.ScrollbarThickness(ScaleFromDIP()); in Scrollbar()
701 int Scrollbar::ScrollbarThickness() const { in ScrollbarThickness() function in blink::Scrollbar
705 return theme_.ScrollbarThickness(ScaleFromDIP()); in ScrollbarThickness()
H A Dscrollbar.h101 int ScrollbarThickness() const;
H A Dscrollbar_theme.h64 virtual int ScrollbarThickness(float scale_from_dip) { return 0; } in ScrollbarThickness() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/scroll/
H A Dscrollbar_theme_aura.h41 int ScrollbarThickness(ScrollbarControlSize) override;
H A Dscrollbar_theme_overlay.h48 int ScrollbarThickness(ScrollbarControlSize) override;
H A Dscrollbar_theme_mac.h75 int ScrollbarThickness(ScrollbarControlSize = kRegularScrollbar) override;
H A Dscrollbar_theme.h67 virtual int ScrollbarThickness(ScrollbarControlSize = kRegularScrollbar) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/scrollbar/
H A Dcocoa_scroll_bar.h60 int ScrollbarThickness() const;
H A Dcocoa_scroll_bar.mm96 int thickness = cocoa_scroll_bar_->ScrollbarThickness();
173 return ScrollbarThickness();
391 int CocoaScrollBar::ScrollbarThickness() const {
465 int thickness = ScrollbarThickness();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/scrollbar/
H A Dcocoa_scroll_bar.h59 int ScrollbarThickness() const;
H A Dcocoa_scroll_bar.mm95 int thickness = cocoa_scroll_bar_->ScrollbarThickness();
177 return ScrollbarThickness();
400 int CocoaScrollBar::ScrollbarThickness() const {
478 int thickness = ScrollbarThickness();

12