/external/chromium_org/cc/test/ |
fake_scrollbar.h | 9 #include "cc/input/scrollbar.h" 14 class FakeScrollbar : public Scrollbar { 20 // Scrollbar implementation.
|
/external/chromium_org/ui/views/controls/scrollbar/ |
overlay_scroll_bar.h | 9 #include "ui/views/controls/scrollbar/base_scroll_bar.h" 13 // The transparent scrollbar which overlays its contents. 24 // ScrollBar overrides:
|
bitmap_scroll_bar.h | 8 #include "ui/views/controls/scrollbar/base_scroll_bar.h" 20 // A ScrollBar subclass that implements a scroll bar rendered using images 40 // The top/left segment of the thumb on the scrollbar. 44 // The bottom/right segment of the thumb on the scrollbar. 67 // ScrollBar overrides:
|
base_scroll_bar.h | 13 #include "ui/views/controls/scrollbar/scroll_bar.h" 26 class VIEWS_EXPORT BaseScrollBar : public ScrollBar, 80 // ScrollBar overrides: 108 // scrollbars wrap around a different scrollbar. When calling the controller 109 // we need to pass in the appropriate scrollbar. For normal scrollbars it's 110 // the |this| scrollbar, for native scrollbars it's the native scrollbar used 132 // Returns the size (width or height) of the track area of the ScrollBar. 160 // The state of the scrollbar track. Typically, the track will highlight when 164 // The last amount of incremental scroll that this scrollbar performed. Thi [all...] |
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_scrollbar_layer_impl.cc | 29 blink::WebScrollbar* scrollbar, 33 scoped_ptr<cc::Scrollbar>(new ScrollbarImpl( 34 make_scoped_ptr(scrollbar),
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebScrollbarThemePainter.h | 33 class Scrollbar; 66 WebScrollbarThemePainter(WebCore::ScrollbarTheme*, WebCore::Scrollbar*); 77 // for the lifetime of this scrollbar. The painter has to use the real 78 // scrollbar (and not a WebScrollbar wrapper) due to static_casts for 80 WebCore::Scrollbar* m_scrollbar;
|
/external/chromium_org/cc/layers/ |
scrollbar_layer_unittest.cc | 37 scoped_ptr<Scrollbar> scrollbar, 47 scrollbar->Orientation(), thumb_thickness, 50 child2 = PaintedScrollbarLayer::Create(scrollbar.Pass(), child1->id()); 60 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar); 62 host.get(), scrollbar.Pass(), false, false, 0); 74 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar); 76 host.get(), scrollbar.Pass(), true, false, 0) [all...] |
scrollbar_layer_interface.h | 9 #include "cc/input/scrollbar.h"
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollbarTheme.h | 61 void invalidateParts(ScrollbarThemeClient* scrollbar, ScrollbarControlPartMask mask) 64 invalidatePart(scrollbar, BackButtonStartPart); 66 invalidatePart(scrollbar, ForwardButtonStartPart); 68 invalidatePart(scrollbar, BackTrackPart); 70 invalidatePart(scrollbar, ThumbPart); 72 invalidatePart(scrollbar, ForwardTrackPart); 74 invalidatePart(scrollbar, BackButtonEndPart); 76 invalidatePart(scrollbar, ForwardButtonEndPart); 93 // The length of the thumb along the axis of the scrollbar. 95 // The position of the track relative to the scrollbar [all...] |
FramelessScrollView.cpp | 45 void FramelessScrollView::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) 49 dirtyRect.move(scrollbar->x(), scrollbar->y());
|
/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/chromium_org/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/chromium_org/chrome/browser/ui/libgtk2ui/ |
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/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderScrollbarTheme.h | 34 class Scrollbar; 48 virtual bool shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE { return ScrollbarTheme::theme()->shouldCenterOnThumb(scrollbar, event); } 53 virtual void registerScrollbar(ScrollbarThemeClient* scrollbar) OVERRIDE { return ScrollbarTheme::theme()->registerScrollbar(scrollbar); } 54 virtual void unregisterScrollbar(ScrollbarThemeClient* scrollbar) OVERRIDE { return ScrollbarTheme::theme()->unregisterScrollbar(scrollbar); }
|
RenderScrollbar.cpp | 38 PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, Frame* owningFrame) 44 : Scrollbar(scrollableArea, orientation, RegularScrollbar, RenderScrollbarTheme::renderScrollbarTheme()) 50 // FIXME: We need to do this because RenderScrollbar::styleChanged is called as soon as the scrollbar is created. 52 // Update the scrollbar size. 71 // When a scrollbar is detached from its parent (causing all parts removal) and 75 // scrollbar part. So, we need to destroy these parts since we don't want them 76 // to call on a destroyed scrollbar. See webkit bug 68009. 92 Scrollbar::setParent(parent); 94 // Destroy all of the scrollbar's RenderBoxes. 102 Scrollbar::setEnabled(e) [all...] |
RenderLayerScrollableArea.h | 77 virtual Scrollbar* horizontalScrollbar() const OVERRIDE { return m_hBar.get(); } 78 virtual Scrollbar* verticalScrollbar() const OVERRIDE { return m_vBar.get(); } 86 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE; 91 virtual IntRect convertFromScrollbarToContainingView(const Scrollbar*, const IntRect&) const OVERRIDE; 92 virtual IntRect convertFromContainingViewToScrollbar(const Scrollbar*, const IntRect&) const OVERRIDE; 93 virtual IntPoint convertFromScrollbarToContainingView(const Scrollbar*, const IntPoint&) const OVERRIDE; 94 virtual IntPoint convertFromContainingViewToScrollbar(const Scrollbar*, const IntPoint&) const OVERRIDE; 197 IntSize scrollbarOffset(const Scrollbar*) const; 199 PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation); 250 RefPtr<Scrollbar> m_hBar [all...] |
RenderListBox.h | 108 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE; 113 virtual IntRect convertFromScrollbarToContainingView(const Scrollbar*, const IntRect&) const OVERRIDE; 114 virtual IntRect convertFromContainingViewToScrollbar(const Scrollbar*, const IntRect&) const OVERRIDE; 115 virtual IntPoint convertFromScrollbarToContainingView(const Scrollbar*, const IntPoint&) const OVERRIDE; 116 virtual IntPoint convertFromContainingViewToScrollbar(const Scrollbar*, const IntPoint&) const OVERRIDE; 117 virtual Scrollbar* verticalScrollbar() const OVERRIDE { return m_vBar.get(); } 140 PassRefPtr<Scrollbar> createScrollbar(); 160 RefPtr<Scrollbar> m_vBar;
|
RenderLayerScrollableArea.cpp | 171 void RenderLayerScrollableArea::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) 173 if (scrollbar == m_vBar.get()) { 190 if (scrollbar == m_vBar.get()) 193 scrollRect.move(horizontalScrollbarStart(0), m_box->height() - m_box->borderBottom() - scrollbar->height()); 228 static IntRect cornerRect(const RenderStyle* style, const Scrollbar* horizontalScrollbar, const Scrollbar* verticalScrollbar, const IntRect& bounds) 255 // We have a scrollbar corner when a scrollbar is visible and not filling the entire length of the box. 257 // (a) A resizer is present and at least one scrollbar is presen 784 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; local [all...] |
/external/chromium_org/tools/traceline/svgui/ |
traceline.css | 22 /* This needs to be at least 16px, the height of the scrollbar, to have the 23 scrollbar renderer in firefox */ 32 /* the div needs to have a height for the scrollbar to render in firefox */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ScrolledText.py | 9 the Scrollbar widget. 16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place 22 self.vbar = Scrollbar(self.frame)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ScrolledText.py | 9 the Scrollbar widget. 16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place 22 self.vbar = Scrollbar(self.frame)
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
autoscroll-over-scrollbar.html | 4 <p>Click down somewhere in this text, then move the pointer over the scrollbar at the bottom of the window, stop there, holding the mouse button down.</p>
|
user-drag-with-decorations.html | 1 This tests that we don't include overflow decorations from our ancestor nodes in the drag image for -webkit-user-drag: element. To perform this test drag the green square below. The drag image should not contain any parts of the scrollbar graphics visible on the page.
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebScrollbarThemeClientImpl.cpp | 36 WebScrollbarThemeClientImpl::WebScrollbarThemeClientImpl(WebScrollbar* scrollbar) 37 : m_scrollbar(scrollbar) 79 // Unused by Chromium scrollbar themes. 86 // Unused by Chromium scrollbar themes. 93 // Unused by Chromium scrollbar themes. 104 // Unused by Chromium scrollbar themes. 110 // Unused by Chromium scrollbar themes. 135 // Unused by Chromium scrollbar themes. 142 // Unused by Chromium scrollbar themes.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
scale_oscillate.html | 6 ::-webkit-scrollbar {
|