/external/chromium_org/cc/layers/ |
scrollbar_layer_unittest.cc | 37 scoped_ptr<Scrollbar> scrollbar, 47 child2 = SolidColorScrollbarLayer::Create(scrollbar->Orientation(), 53 child2 = PaintedScrollbarLayer::Create(scrollbar.Pass(), child1->id()); 64 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar); 66 host.get(), scrollbar.Pass(), false, false, 0, 0); 79 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar); 81 host.get(), scrollbar.Pass(), true, false, 0, 0) [all...] |
scrollbar_layer_interface.h | 9 #include "cc/input/scrollbar.h"
|
/external/chromium_org/content/renderer/pepper/ |
ppb_scrollbar_impl.h | 54 virtual void valueChanged(blink::WebPluginScrollbar* scrollbar) OVERRIDE; 55 virtual void overlayChanged(blink::WebPluginScrollbar* scrollbar) OVERRIDE; 56 virtual void invalidateScrollbarRect(blink::WebPluginScrollbar* scrollbar, 58 virtual void getTickmarks(blink::WebPluginScrollbar* scrollbar,
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
pinch-viewport-input-field.html | 6 ::-webkit-scrollbar {
|
/external/chromium_org/ui/gfx/ |
scrollbar_size.h | 12 // This should return the thickness, in pixels, of a scrollbar in web content.
|
/external/chromium_org/cc/animation/ |
scrollbar_animation_controller_linear_fade.cc | 55 ScrollbarLayerImplBase* scrollbar = *it; local 56 if (scrollbar->is_overlay_scrollbar()) 57 scrollbar->SetOpacity(opacity);
|
scrollbar_animation_controller_thinning.cc | 137 ScrollbarLayerImplBase* scrollbar = *it; local 138 if (scrollbar->is_overlay_scrollbar()) { 139 scrollbar->SetOpacity( 140 AdjustScale(opacity, scrollbar->opacity(), opacity_change_)); 141 scrollbar->SetThumbThicknessScaleFactor( 143 scrollbar->thumb_thickness_scale_factor(),
|
/external/chromium_org/cc/test/ |
fake_scrollbar.h | 9 #include "cc/input/scrollbar.h" 14 class FakeScrollbar : public Scrollbar { 20 // Scrollbar implementation.
|
fake_scrollbar.cc | 64 // Fill the scrollbar with a different color each time. 71 // Emulate the how the real scrollbar works by using scrollbar's rect for
|
/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:
|
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...] |
scrollbar_unittest.cc | 5 #include "ui/views/controls/scrollbar/native_scroll_bar.h" 6 #include "ui/views/controls/scrollbar/native_scroll_bar_views.h" 7 #include "ui/views/controls/scrollbar/scroll_bar.h" 13 // The Scrollbar controller. This is the widget that should do the real 19 virtual void ScrollToPosition(views::ScrollBar* source, 25 virtual int GetScrollIncrement(views::ScrollBar* source, 39 views::ScrollBar* last_source; 86 // This is the native scrollbar the Views one wraps around. 89 // This is the Views scrollbar. 99 // TODO(dnicoara) Can't run the test on Windows since the scrollbar |Part [all...] |
/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/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());
|
Scrollbar.h | 46 class PLATFORM_EXPORT Scrollbar : public Widget, 50 static PassRefPtr<Scrollbar> create(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize); 52 virtual ~Scrollbar(); 125 // when the mouse went down in a scrollbar, since it is assumed the scrollbar will start 154 Scrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize, ScrollbarTheme* = 0); 160 void autoscrollTimerFired(Timer<Scrollbar>*); 186 Timer<Scrollbar> m_scrollTimer; 199 DEFINE_TYPE_CASTS(Scrollbar, Widget, widget, widget->isScrollbar(), widget.isScrollbar());
|
/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/content/renderer/compositor_bindings/ |
web_scrollbar_layer_impl.cc | 30 blink::WebScrollbar* scrollbar, 34 scoped_ptr<cc::Scrollbar>( 35 new ScrollbarImpl(make_scoped_ptr(scrollbar),
|
/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/core/rendering/ |
RenderScrollbar.cpp | 39 PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, LocalFrame* owningFrame) 45 : Scrollbar(scrollableArea, orientation, RegularScrollbar, RenderScrollbarTheme::renderScrollbarTheme()) 51 // FIXME: We need to do this because RenderScrollbar::styleChanged is called as soon as the scrollbar is created. 53 // Update the scrollbar size. 72 // When a scrollbar is detached from its parent (causing all parts removal) and 76 // scrollbar part. So, we need to destroy these parts since we don't want them 77 // to call on a destroyed scrollbar. See webkit bug 68009. 93 Scrollbar::setParent(parent); 95 // Destroy all of the scrollbar's RenderBoxes. 103 Scrollbar::setEnabled(e) [all...] |
/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.
|