/external/chromium-trace/trace-viewer/src/ui/ |
text_end_value_bar.js | 8 * @fileoverview A scrollbar-like control with constant text hi/lo values.
|
/external/chromium_org/cc/layers/ |
scrollbar_layer_impl_base.h | 9 #include "cc/input/scrollbar.h"
|
scrollbar_layer_impl_base.cc | 85 // horizontal scrollbar - inputs are above the scrollbar, computed values 139 // horizontal scrollbar down by the vertical_adjust_ factor and lay the
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollbarThemeMock.h | 33 // Scrollbar theme used in image snapshots, to eliminate appearance differences between platforms.
|
/external/chromium_org/third_party/WebKit/public/web/mac/ |
WebScrollbarTheme.h | 40 // Updates the scrollbar appearance and behavior.
|
/external/chromium_org/ui/views/controls/scrollbar/ |
bitmap_scroll_bar.cc | 5 #include "ui/views/controls/scrollbar/bitmap_scroll_bar.h" 22 #include "ui/views/controls/scrollbar/base_scroll_bar_thumb.h" 37 // dragging before the scrollbar will snap back to its regular position. 236 // In this case, we're returning the desired width of the scrollbar and its
|
base_scroll_bar.cc | 5 #include "ui/views/controls/scrollbar/base_scroll_bar.h" 23 #include "ui/views/controls/scrollbar/base_scroll_bar_thumb.h" 39 : ScrollBar(horizontal), 379 // BaseScrollBar, ScrollBar implementation: 383 ScrollBar::Update(viewport_size, content_size, contents_scroll_offset);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
overlay.css | 149 .overlay .page .content-area::-webkit-scrollbar { 154 .overlay .page .content-area::-webkit-scrollbar-thumb { 160 .overlay .page .content-area::-webkit-scrollbar-thumb:hover {
|
/external/chromium_org/ui/webui/resources/css/ |
overlay.css | 155 .overlay .page .content-area::-webkit-scrollbar { 160 .overlay .page .content-area::-webkit-scrollbar-thumb { 166 .overlay .page .content-area::-webkit-scrollbar-thumb:hover {
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.h | 74 class Scrollbar; 263 bool passMousePressEventToScrollbar(MouseEventWithHitTestResults&, Scrollbar*); 277 void updateLastScrollbarUnderMouse(Scrollbar*, bool); 334 RefPtr<Scrollbar> m_lastScrollbarUnderMouse; 369 RefPtr<Scrollbar> m_scrollbarHandlingScrollGesture;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
PopupListBox.h | 267 // Our suggested width, not including scrollbar. 279 // The scrollbar which has mouse capture. Mouse events go straight to this 281 RefPtr<Scrollbar> m_capturingScrollbar; 283 // The last scrollbar that the mouse was over. Used for mouseover highlights. 284 RefPtr<Scrollbar> m_lastScrollbarUnderMouse;
|
/external/chromium_org/ui/views/controls/ |
scroll_view.cc | 11 #include "ui/views/controls/scrollbar/native_scroll_bar.h" 173 void ScrollView::SetHorizontalScrollBar(ScrollBar* horiz_sb) { 181 void ScrollView::SetVerticalScrollBar(ScrollBar* vert_sb) { 194 // happy, assume a vertical scrollbar but no horizontal scrollbar. To override 214 // Assumes a vertical scrollbar since most of the current views are designed 297 // Give vertical scrollbar priority 309 // Give vertical scrollbar priority 356 void ScrollView::ScrollToPosition(ScrollBar* source, int position) { 380 int ScrollView::GetScrollIncrement(ScrollBar* source, bool is_page [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
FrameView.cpp | 352 Scrollbar* horizontalBar = horizontalScrollbar(); 356 Scrollbar* verticalBar = verticalScrollbar(); 374 // and determine which scrollbar style to use based on a lightness 502 // FIXME: We need to update the scrollbar dynamically as documents change (or as doc elements and bodies get discovered that have custom styles). 505 // Try the <body> element first as a scrollbar source. 507 if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(SCROLLBAR)) { 514 if (docElement && docElement->renderer() && docElement->renderer()->style()->hasPseudoStyle(SCROLLBAR)) { 519 // If we have an owning ipage/Frame element, then it can set the custom scrollbar also. 521 if (frameRenderer && frameRenderer->style()->hasPseudoStyle(SCROLLBAR)) { 529 PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation 2869 Scrollbar* scrollbar = static_cast<Scrollbar*>(widget); local [all...] |
FrameView.h | 87 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation); 226 virtual void paintScrollbar(GraphicsContext*, Scrollbar*, const IntRect&) OVERRIDE; 338 // Override scrollbar notifications to update the AXObject cache. 339 virtual void didAddScrollbar(Scrollbar*, ScrollbarOrientation) OVERRIDE; 340 virtual void willRemoveScrollbar(Scrollbar*, ScrollbarOrientation) OVERRIDE; 408 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_theme_service.cc | 437 "scrollbar-slider-prelight-color", &theme_thumb_active, 438 "scrollbar-slider-normal-color", &theme_thumb_inactive, 439 "scrollbar-trough-color", &theme_trough_color, 442 // Ask the theme if the theme specifies all the scrollbar colors and short 451 // Create window containing scrollbar elements 454 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local 456 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local 458 gtk_widget_realize(scrollbar); 460 // Draw scrollbar thumb part and track into offscreen image 463 GtkStyle* style = gtk_rc_get_style(scrollbar); [all...] |
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_ui.cc | 564 "scrollbar-slider-prelight-color", &theme_thumb_active, 565 "scrollbar-slider-normal-color", &theme_thumb_inactive, 566 "scrollbar-trough-color", &theme_trough_color, 569 // Ask the theme if the theme specifies all the scrollbar colors and short 578 // Create window containing scrollbar elements 581 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local 583 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local 585 gtk_widget_realize(scrollbar); 587 // Draw scrollbar thumb part and track into offscreen image 590 GtkStyle* style = gtk_rc_get_style(scrollbar); [all...] |
/external/chromium_org/chrome/browser/resources/web_dev_style/ |
css_checker.py | 192 'scrollbar', 193 'scrollbar-button', 194 'scrollbar-corner', 195 'scrollbar-thumb', 196 'scrollbar-track', 197 'scrollbar-track-piece',
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
HitTestResult.cpp | 45 #include "platform/scroll/Scrollbar.h" 89 , m_scrollbar(other.scrollbar()) 110 m_scrollbar = other.scrollbar(); 180 void HitTestResult::setScrollbar(Scrollbar* s) 456 if (!m_scrollbar && other.scrollbar()) { 457 setScrollbar(other.scrollbar());
|
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
ScrollingCoordinator.cpp | 226 static PassOwnPtr<WebScrollbarLayer> createScrollbarLayer(Scrollbar* scrollbar) 228 ScrollbarTheme* theme = scrollbar->theme(); 229 blink::WebScrollbarThemePainter painter(theme, scrollbar); 232 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createScrollbarLayer(new blink::WebScrollbarImpl(scrollbar), painter, geometry.leakPtr())); 301 Scrollbar* scrollbar = orientation == HorizontalScrollbar ? scrollableArea->horizontalScrollbar() : scrollableArea->verticalScrollbar(); local 302 if (scrollbar->isCustomScrollbar()) { 314 webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/ |
ImageCanvas.java | 39 import org.eclipse.swt.widgets.ScrollBar; 48 private ScrollBar mHorizontalScrollBar; 49 private ScrollBar mVerticalScrollBar;
|
/developers/build/prebuilts/gradle/CustomChoiceList/CustomChoiceListSample/src/main/res/layout/ |
sample_main.xml | 43 you should set the android:scrollbarStyle such that the scrollbar
|
/developers/samples/android/ui/lists/CustomChoiceList/CustomChoiceListSample/src/main/res/layout/ |
sample_main.xml | 43 you should set the android:scrollbarStyle such that the scrollbar
|
/development/samples/browseable/CustomChoiceList/res/layout/ |
sample_main.xml | 43 you should set the android:scrollbarStyle such that the scrollbar
|
/external/chromium_org/content/public/browser/ |
render_widget_host_view_mac_delegate.h | 36 // Notification of whether the view has a horizontal scrollbar.
|
/external/chromium_org/native_client_sdk/src/resources/ |
index.js | 77 // HACK: magic 4... without it, the scrollbar is always visible. :(
|