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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/webkit/child/
webthemeengine_impl_mac.cc 44 trackInfo.trackInfo.scrollbar.viewsize = scrollbarInfo.visibleSize;
53 trackInfo.trackInfo.scrollbar.pressState =
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.cpp 38 RenderScrollbarPart::RenderScrollbarPart(RenderScrollbar* scrollbar, ScrollbarPart part)
40 , m_scrollbar(scrollbar)
49 RenderScrollbarPart* RenderScrollbarPart::createAnonymous(Document* document, RenderScrollbar* scrollbar, ScrollbarPart part)
51 RenderScrollbarPart* renderer = new RenderScrollbarPart(scrollbar, part);
110 // Buttons and track pieces can all have margins along the axis of the scrollbar.
128 // Buttons and track pieces can all have margins along the axis of the scrollbar.
HitTestResult.h 45 class Scrollbar;
64 Scrollbar* scrollbar() const { return m_scrollbar.get(); } function in class:WebCore::HitTestResult
91 void setScrollbar(Scrollbar*);
135 RefPtr<Scrollbar> m_scrollbar;
RenderListBox.cpp 51 #include "core/platform/Scrollbar.h"
733 void RenderListBox::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
736 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop());
740 IntRect RenderListBox::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
748 int scrollbarLeft = width() - borderRight() - scrollbar->width();
755 IntRect RenderListBox::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntRect& parentRect) const
763 int scrollbarLeft = width() - borderRight() - scrollbar->width()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PinchViewports.cpp 74 m_overlayScrollbarHorizontal->setName("overlay scrollbar horizontal");
75 m_overlayScrollbarVertical->setName("overlay scrollbar vertical");
134 if (GraphicsLayer* scrollbar = m_owner->compositor()->layerForHorizontalScrollbar())
135 scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars());
136 if (GraphicsLayer* scrollbar = m_owner->compositor()->layerForVerticalScrollbar())
137 scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars());
  /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 {
footer_menu.css 55 /* TODO(dubroy): Unify this with tile page scrollbar. */
56 .footer-menu::-webkit-scrollbar-button {
60 .footer-menu::-webkit-scrollbar {
64 .footer-menu::-webkit-scrollbar-thumb {
  /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/chrome/browser/resources/net_internals/
timeline_view.css 87 #timeline-view-scrollbar-div {
92 #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/core/platform/
PopupMenuClient.h 35 class Scrollbar;
76 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 72 WebScrollbar* scrollbar,
75 return new WebScrollbarLayerImpl(scrollbar, painter, geometry);
  /external/chromium_org/ui/views/
views.gyp 179 'controls/scrollbar/base_scroll_bar.cc',
180 'controls/scrollbar/base_scroll_bar.h',
181 'controls/scrollbar/base_scroll_bar_button.cc',
182 'controls/scrollbar/base_scroll_bar_button.h',
183 'controls/scrollbar/base_scroll_bar_thumb.cc',
184 'controls/scrollbar/base_scroll_bar_thumb.h',
185 'controls/scrollbar/bitmap_scroll_bar.cc',
186 'controls/scrollbar/bitmap_scroll_bar.h',
187 'controls/scrollbar/kennedy_scroll_bar.cc',
188 '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_scrollbar.cc 53 // Fill the scrollbar with a different color each time.
fake_scrollbar_layer.cc 17 scoped_ptr<Scrollbar>(
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate.h 33 // If the main frame has a horizontal scrollbar.
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host_win.cc 14 #include "ui/views/controls/scrollbar/native_scroll_bar.h"
  /external/chromium_org/third_party/WebKit/ManualTests/
scrollbar-hittest2.html 6 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=6149">http://bugs.webkit.org/show_bug.cgi?id=6149</a> REGRESSION (WebCore-417.5): horizontal scrollbar in overflow with top border doesn't receive mouse events</p>
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
results_unittests.js 48 "scrollbars/custom-scrollbar-with-incomplete-style.html": {
93 "scrollbars/custom-scrollbar-with-incomplete-style.html": {
142 equals(view.currentTestName(), 'scrollbars/custom-scrollbar-with-incomplete-style.html');
161 equals(view.currentTestName(), 'scrollbars/custom-scrollbar-with-incomplete-style.html');

Completed in 422 milliseconds

1 2 3 45 6 7 8 91011>>