HomeSort by relevance Sort by last modified time
    Searched full:scrollbar (Results 101 - 125 of 443) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/cc/layers/
painted_scrollbar_layer.cc 30 scoped_ptr<Scrollbar> scrollbar,
33 new PaintedScrollbarLayer(scrollbar.Pass(), scroll_layer_id));
37 scoped_ptr<Scrollbar> scrollbar,
39 : scrollbar_(scrollbar.Pass()),
painted_scrollbar_layer_impl.h 9 #include "cc/input/scrollbar.h"
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.cpp 39 RenderScrollbarPart::RenderScrollbarPart(RenderScrollbar* scrollbar, ScrollbarPart part)
41 , m_scrollbar(scrollbar)
50 RenderScrollbarPart* RenderScrollbarPart::createAnonymous(Document* document, RenderScrollbar* scrollbar, ScrollbarPart part)
52 RenderScrollbarPart* renderer = new RenderScrollbarPart(scrollbar, part);
111 // Buttons and track pieces can all have margins along the axis of the scrollbar.
129 // Buttons and track pieces can all have margins along the axis of the scrollbar.
HitTestResult.h 46 class Scrollbar;
66 Scrollbar* scrollbar() const { return m_scrollbar.get(); } function in class:WebCore::HitTestResult
95 void setScrollbar(Scrollbar*);
142 RefPtr<Scrollbar> m_scrollbar;
RenderListBox.cpp 59 #include "platform/scroll/Scrollbar.h"
274 // For RTL, items start after the left-side vertical scrollbar.
741 void RenderListBox::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
747 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop());
751 IntRect RenderListBox::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
765 IntRect RenderListBox::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntRect& parentRect) const
778 IntPoint RenderListBox::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntPoint& scrollbarPoint) cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 102 PassRefPtr<Scrollbar> ScrollView::createScrollbar(ScrollbarOrientation orientation)
104 return Scrollbar::create(this, orientation, RegularScrollbar);
197 if (Scrollbar* verticalBar = verticalScrollbar())
199 if (Scrollbar* horizontalBar = horizontalScrollbar())
252 Scrollbar* scrollbar = ((orientation == HorizontalScrollbar) ? m_horizontalScrollbar : m_verticalScrollbar).get(); local
255 if (!scrollbar) {
261 return scrollbar->totalSize() - scrollbar->visibleSize();
389 // If we ever turn one scrollbar off, always turn the other one off too. Never eve
    [all...]
ScrollbarThemeOverlay.h 33 // This scrollbar theme is used to get overlay scrollbar for platforms other
  /external/chromium_org/third_party/WebKit/Source/web/
PinchViewports.cpp 42 #include "platform/scroll/Scrollbar.h"
131 if (GraphicsLayer* scrollbar = m_owner->compositor()->layerForHorizontalScrollbar())
132 scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars());
133 if (GraphicsLayer* scrollbar = m_owner->compositor()->layerForVerticalScrollbar())
134 scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars());
206 name = "Overlay Scrollbar Horizontal Layer";
208 name = "Overlay Scrollbar Vertical Layer";
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 21 android:scrollbarStyle : Controls the scrollbar style and position. [enum]
24 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade out. [integer]
25 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integer]
27 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]
28 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
29 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference]
30 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
31 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean]
32 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 13 .tile-page-scrollbar {
33 * the scrollbar. */
36 /* Scrollbar width(13px) + balance right padding. */
187 .tile-page-content::-webkit-scrollbar {
191 .tile-page-content::-webkit-scrollbar-button {
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbar.h 37 class Scrollbar;
42 // A const accessor interface for a WebKit scrollbar
89 // Return true if this is an overlay scrollbar.
  /external/chromium_org/ui/native_theme/
native_theme_base.h 38 // Draw the arrow. Used by scrollbar and inner spin button.
44 // Paint the scrollbar track. Done before the thumb so that it can contain
52 // Draw the scrollbar thumb over the track.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
12 self.vbar = vbar = Scrollbar(frame, name="vbar")
19 # Tie listbox and scrollbar together
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
12 self.vbar = vbar = Scrollbar(frame, name="vbar")
19 # Tie listbox and scrollbar together
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_thinning.h 15 // Scrollbar animation that partially fades and thins after an idle delay.
85 // How close should the mouse be to the scrollbar before we thicken it.
scrollbar_animation_controller_thinning_unittest.cc 46 // Check initialization of scrollbar.
53 // Scroll content. Confirm the scrollbar gets dark and then becomes light
62 // Scrollbar doesn't change size if triggered by scroll.
105 // Initiate a scroll when the pointer is already near the scrollbar. It should
121 // Scrollbar should still be thick.
131 // Move the pointer near the scrollbar. Confirm it gets thick and narrow when
191 // Move the pointer over the scrollbar. Make sure it gets thick and dark
251 // First move the pointer near the scrollbar, then over it, then back near
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_view.css 92 #timeline-view-scrollbar-div {
97 #timeline-view-scrollbar-inner-div {
timeline_view.html 41 <div id=timeline-view-scrollbar-div>
42 <div id=timeline-view-scrollbar-inner-div>
  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h 36 class Scrollbar;
77 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize) = 0;
  /external/chromium_org/ui/views/controls/scrollbar/
kennedy_scroll_bar.cc 5 #include "ui/views/controls/scrollbar/kennedy_scroll_bar.h"
12 #include "ui/views/controls/scrollbar/base_scroll_bar_thumb.h"
  /external/chromium_org/webkit/renderer/compositor_bindings/
scrollbar_impl.cc 16 scoped_ptr<WebScrollbar> scrollbar,
19 : scrollbar_(scrollbar.Pass()),
web_compositor_support_impl.cc 80 WebScrollbar* scrollbar,
83 return new WebScrollbarLayerImpl(scrollbar, painter, geometry);
  /external/chromium_org/ui/views/
views.gyp 176 'controls/scrollbar/base_scroll_bar.cc',
177 'controls/scrollbar/base_scroll_bar.h',
178 'controls/scrollbar/base_scroll_bar_button.cc',
179 'controls/scrollbar/base_scroll_bar_button.h',
180 'controls/scrollbar/base_scroll_bar_thumb.cc',
181 'controls/scrollbar/base_scroll_bar_thumb.h',
182 'controls/scrollbar/bitmap_scroll_bar.cc',
183 'controls/scrollbar/bitmap_scroll_bar.h',
184 'controls/scrollbar/kennedy_scroll_bar.cc',
185 'controls/scrollbar/kennedy_scroll_bar.h'
    [all...]
  /external/chromium/chrome/browser/ui/views/
find_bar_host_win.cc 13 #include "views/controls/scrollbar/native_scroll_bar.h"
  /external/chromium_org/cc/test/
fake_painted_scrollbar_layer.cc 26 : PaintedScrollbarLayer(scoped_ptr<Scrollbar>(fake_scrollbar).Pass(),

Completed in 400 milliseconds

1 2 3 45 6 7 8 91011>>