HomeSort by relevance Sort by last modified time
    Searched full:scrollbar (Results 26 - 50 of 376) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.h 38 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect&);
43 virtual bool hasButtons(Scrollbar*) { return true; }
44 virtual bool hasThumb(Scrollbar*);
46 virtual IntSize buttonSize(Scrollbar*);
48 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
49 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
50 virtual IntRect trackRect(Scrollbar*, bool painting = false);
52 virtual void splitTrack(Scrollbar*, const IntRect& track, IntRect& startTrack, IntRect& thumb, IntRect& endTrack);
54 virtual int minimumThumbLength(Scrollbar*);
  /external/webkit/Source/WebCore/manual-tests/
scrollbar-hover-active.html 3 div::-webkit-scrollbar {
8 div::-webkit-scrollbar-button {
14 div::-webkit-scrollbar-button:-webkit-decrement:-webkit-start {
19 div::-webkit-scrollbar-button:-webkit-increment:-webkit-start {
24 div::-webkit-scrollbar-button:-webkit-decrement:-webkit-end {
29 div::-webkit-scrollbar-button:-webkit-increment:-webkit-end {
34 div::-webkit-scrollbar-button:hover {
38 div::-webkit-scrollbar-thumb {
45 div::-webkit-scrollbar-track {
49 div::-webkit-scrollbar-thumb:hover
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.h 39 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect);
51 virtual void registerScrollbar(Scrollbar*);
52 virtual void unregisterScrollbar(Scrollbar*);
55 void setNewPainterForScrollbar(Scrollbar*, WKScrollbarPainterRef);
56 WKScrollbarPainterRef painterForScrollbar(Scrollbar*);
60 virtual bool hasButtons(Scrollbar*);
61 virtual bool hasThumb(Scrollbar*);
63 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
64 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
65 virtual IntRect trackRect(Scrollbar*, bool painting = false)
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.h 43 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect& damageRect);
46 virtual ScrollbarPart hitTest(Scrollbar*, const PlatformMouseEvent&);
48 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&);
50 virtual void invalidatePart(Scrollbar*, ScrollbarPart);
52 virtual int thumbPosition(Scrollbar*);
53 virtual int thumbLength(Scrollbar*);
54 virtual int trackPosition(Scrollbar*);
55 virtual int trackLength(Scrollbar*);
  /external/webkit/Source/WebCore/inspector/front-end/
popover.css 91 .popover ::-webkit-scrollbar {
96 .popover ::-webkit-scrollbar-corner {
104 /* Horizontal Scrollbar Styles */
106 .popover ::-webkit-scrollbar:horizontal:corner-present {
110 .popover ::-webkit-scrollbar-thumb:horizontal {
117 .popover ::-webkit-scrollbar-thumb:horizontal:hover {
121 .popover ::-webkit-scrollbar-thumb:horizontal:active {
125 .popover ::-webkit-scrollbar-track-piece:horizontal:start {
129 .popover ::-webkit-scrollbar-track-piece:horizontal:end {
133 .popover ::-webkit-scrollbar-track-piece:horizontal:end:corner-present
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollableArea.h 30 #include "Scrollbar.h"
74 void didAddVerticalScrollbar(Scrollbar*);
75 void willRemoveVerticalScrollbar(Scrollbar*);
76 void didAddHorizontalScrollbar(Scrollbar*);
77 void willRemoveHorizontalScrollbar(Scrollbar*);
86 virtual int scrollPosition(Scrollbar*) const = 0;
87 void invalidateScrollbar(Scrollbar*, const IntRect&);
97 // Convert points and rects between the scrollbar and its containing view.
100 virtual IntRect convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) cons
    [all...]
Scrollbar.cpp 27 #include "Scrollbar.h"
44 // The position of the scrollbar thumb affects the appearance of the steppers, so
52 PassRefPtr<Scrollbar> Scrollbar::createNativeScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize size)
54 return adoptRef(new Scrollbar(scrollableArea, orientation, size));
58 int Scrollbar::maxOverlapBetweenPages()
64 Scrollbar::Scrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize,
81 , m_scrollTimer(this, &Scrollbar::autoscrollTimerFired)
91 // scrollbar thickness and use it when sizing scrollbars (rather than leaving one dimension of the scrollba
    [all...]
ScrollAnimator.h 42 class Scrollbar;
83 virtual void didAddVerticalScrollbar(Scrollbar*) { }
84 virtual void willRemoveVerticalScrollbar(Scrollbar*) { }
85 virtual void didAddHorizontalScrollbar(Scrollbar*) { }
86 virtual void willRemoveHorizontalScrollbar(Scrollbar*) { }
Scrollbar.h 43 class Scrollbar : public Widget {
45 // Must be implemented by platforms that can't simply use the Scrollbar base class. Right now the only platform that is not using the base class is GTK.
46 static PassRefPtr<Scrollbar> createNativeScrollbar(ScrollableArea*, ScrollbarOrientation orientation, ScrollbarControlSize size);
48 virtual ~Scrollbar();
94 // when the mouse went down in a scrollbar, since it is assumed the scrollbar will start
107 // context menu. There's no reason why the scrollbar should have to do it.
130 Scrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize, ScrollbarTheme* = 0);
136 void autoscrollTimerFired(Timer<Scrollbar>*);
164 Timer<Scrollbar> m_scrollTimer
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.h 42 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect);
53 virtual void registerScrollbar(Scrollbar*);
54 virtual void unregisterScrollbar(Scrollbar*);
57 virtual bool hasButtons(Scrollbar*);
58 virtual bool hasThumb(Scrollbar*);
60 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
61 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
62 virtual IntRect trackRect(Scrollbar*, bool painting = false);
64 virtual int minimumThumbLength(Scrollbar*);
66 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&)
    [all...]
ScrollbarThemeChromiumLinux.h 42 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
43 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
44 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
45 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&);
46 virtual IntSize buttonSize(Scrollbar*);
47 virtual int minimumThumbLength(Scrollbar*);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PointTestCases.java 23 import org.eclipse.swt.widgets.ScrollBar;
70 ScrollBar scrollBar = new List(this, SWT.V_SCROLL|SWT.H_SCROLL).getHorizontalBar();
71 return new TestCanvasTransform(scrollBar, mScaleX, mTranslateX);
76 ScrollBar scrollBar = new List(this, SWT.V_SCROLL|SWT.H_SCROLL).getVerticalBar();
77 return new TestCanvasTransform(scrollBar, mScaleY, mTranslateY);
86 public TestCanvasTransform(ScrollBar scrollBar, float scale, float translate) {
87 super(null, scrollBar);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderScrollbar.h 30 #include "Scrollbar.h"
40 class RenderScrollbar : public Scrollbar {
45 friend class Scrollbar;
46 static PassRefPtr<Scrollbar> createCustomScrollbar(ScrollableArea*, ScrollbarOrientation, RenderBox*, Frame* owningFrame = 0);
88 inline RenderScrollbar* toRenderScrollbar(Scrollbar* scrollbar)
90 ASSERT(!scrollbar || scrollbar->isCustomScrollbar());
91 return static_cast<RenderScrollbar*>(scrollbar);
RenderDataGrid.h 72 virtual void valueChanged(Scrollbar*);
73 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&);
76 virtual IntRect convertFromScrollbarToContainingView(const Scrollbar*, const IntRect&) const;
77 virtual IntRect convertFromContainingViewToScrollbar(const Scrollbar*, const IntRect&) const;
78 virtual IntPoint convertFromScrollbarToContainingView(const Scrollbar*, const IntPoint&) const;
79 virtual IntPoint convertFromContainingViewToScrollbar(const Scrollbar*, const IntPoint&) const;
84 RefPtr<Scrollbar> m_vBar;
RenderDataGrid.cpp 38 #include "Scrollbar.h"
187 m_vBar->setValue(offset.y(), Scrollbar::FromScrollAnimator);
190 void RenderDataGrid::valueChanged(Scrollbar*)
195 void RenderDataGrid::invalidateScrollbarRect(Scrollbar*, const IntRect&)
207 IntRect RenderDataGrid::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
215 int scrollbarLeft = width() - borderRight() - scrollbar->width();
222 IntRect RenderDataGrid::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntRect& parentRect) const
230 int scrollbarLeft = width() - borderRight() - scrollbar->width()
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityScrollbar.cpp 35 #include "Scrollbar.h"
39 AccessibilityScrollbar::AccessibilityScrollbar(Scrollbar* scrollbar)
40 : m_scrollbar(scrollbar)
43 ASSERT(scrollbar);
46 PassRefPtr<AccessibilityScrollbar> AccessibilityScrollbar::create(Scrollbar* scrollbar)
48 return adoptRef(new AccessibilityScrollbar(scrollbar));
AccessibilityScrollbar.h 36 class Scrollbar;
40 static PassRefPtr<AccessibilityScrollbar> create(Scrollbar*);
42 Scrollbar* scrollbar() const { return m_scrollbar.get(); } function in class:WebCore::AccessibilityScrollbar
46 AccessibilityScrollbar(Scrollbar*);
65 RefPtr<Scrollbar> m_scrollbar;
  /external/webkit/Source/WebCore/accessibility/chromium/
AXObjectCacheChromium.cpp 34 #include "Scrollbar.h"
53 // Send document value changed on scrollbar value changed notification.
54 Scrollbar* scrollBar = static_cast<AccessibilityScrollbar*>(obj)->scrollbar();
55 if (!scrollBar || !scrollBar->parent() || !scrollBar->parent()->isFrameView())
57 Document* document = static_cast<FrameView*>(scrollBar->parent())->frame()->document();
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 28 #include "Scrollbar.h"
40 class Scrollbar;
57 Scrollbar* scrollbar() const { return m_scrollbar.get(); } function in class:WebCore::PopupMenuWin
95 virtual int scrollPosition(Scrollbar*) const;
97 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&);
102 virtual Scrollbar* verticalScrollbar() const { return m_scrollbar.get(); }
115 RefPtr<Scrollbar> m_scrollbar;
  /external/webkit/Source/WebCore/platform/efl/
ScrollbarThemeEfl.cpp 52 void ScrollbarThemeEfl::registerScrollbar(Scrollbar* scrollbar)
56 void ScrollbarThemeEfl::unregisterScrollbar(Scrollbar* scrollbar)
ScrollbarThemeEfl.h 42 virtual void registerScrollbar(Scrollbar* scrollbar);
43 virtual void unregisterScrollbar(Scrollbar* scrollbar);
  /external/webkit/Source/WebCore/page/
MouseEventWithHitTestResults.cpp 41 Scrollbar* MouseEventWithHitTestResults::scrollbar() const function in class:WebCore::MouseEventWithHitTestResults
43 return m_hitTestResult.scrollbar();
MouseEventWithHitTestResults.h 29 class Scrollbar;
38 Scrollbar* scrollbar() const;
  /external/chromium/chrome/browser/ui/gtk/
chrome_gtk_frame.cc 117 // Scrollbar color properties:
121 "scrollbar-slider-prelight-color",
122 "Scrollbar Slider Prelight Color",
129 "scrollbar-slider-normal-color",
130 "Scrollbar Slider Normal Color",
137 "scrollbar-trough-color",
138 "Scrollbar Trough Color",
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 35 #include <WebCore/Scrollbar.h>
39 class Scrollbar;
115 virtual int scrollPosition(WebCore::Scrollbar*) const;
117 virtual void invalidateScrollbarRect(WebCore::Scrollbar*, const WebCore::IntRect&);
126 virtual WebCore::Scrollbar* horizontalScrollbar() const;
127 virtual WebCore::Scrollbar* verticalScrollbar() const;
132 RefPtr<WebCore::Scrollbar> m_scrollBar;

Completed in 2698 milliseconds

12 3 4 5 6 7 8 91011>>