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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PlatformThemeChromiumDefault.cpp 65 // the scrollbar. We might be able to more closely approximate its
71 // the native scrollbar. We render our own version, but we make
74 // from the system scrollbar and use those colors to draw our
75 // scrollbar.
ScrollbarThemeChromium.h 40 // This class contains the scrollbar code which is shared between Chromium
  /external/chromium_org/third_party/WebKit/Source/core/platform/mock/
ScrollbarThemeMock.h 33 // Scrollbar theme used in image snapshots, to eliminate appearance differences between platforms.
  /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);
base_scroll_bar_thumb.h 10 #include "ui/views/controls/scrollbar/scroll_bar.h"
  /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/web/
PopupListBox.h 266 // Our suggested width, not including scrollbar.
278 // The scrollbar which has mouse capture. Mouse events go straight to this
280 RefPtr<Scrollbar> m_capturingScrollbar;
282 // The last scrollbar that the mouse was over. Used for mouseover highlights.
283 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/page/scrolling/
ScrollingCoordinator.cpp 201 static PassOwnPtr<WebScrollbarLayer> createScrollbarLayer(Scrollbar* scrollbar)
203 ScrollbarTheme* theme = scrollbar->theme();
204 WebKit::WebScrollbarThemePainter painter(theme, scrollbar);
207 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(WebKit::Platform::current()->compositorSupport()->createScrollbarLayer(new WebKit::WebScrollbarImpl(scrollbar), painter, geometry.leakPtr()));
268 Scrollbar* scrollbar = orientation == HorizontalScrollbar ? scrollableArea->horizontalScrollbar() : scrollableArea->verticalScrollbar(); local
269 if (scrollbar->isCustomScrollbar()) {
276 scrollbarLayer = addWebScrollbarLayer(scrollableArea, orientation, createScrollbarLayer(scrollbar));
280 bool isOpaqueScrollbar = !scrollbar->isOverlayScrollbar()
    [all...]
  /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 425 "scrollbar-slider-prelight-color", &theme_thumb_active,
426 "scrollbar-slider-normal-color", &theme_thumb_inactive,
427 "scrollbar-trough-color", &theme_trough_color,
430 // Ask the theme if the theme specifies all the scrollbar colors and short
439 // Create window containing scrollbar elements
442 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local
444 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local
446 gtk_widget_realize(scrollbar);
448 // Draw scrollbar thumb part and track into offscreen image
451 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/devtools/front_end/cm/
codemirror.css 22 .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
128 .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
143 .CodeMirror-scrollbar-filler {
  /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/samples/android/ui/lists/CustomChoiceList/CustomChoiceList/src/main/res/layout/
activity_main.xml 43 you should set the android:scrollbarStyle such that the scrollbar
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 316 newObj = AccessibilityScrollbar::create(static_cast<Scrollbar*>(widget));
933 // Send document value changed on scrollbar value changed notification.
934 Scrollbar* scrollBar = static_cast<AccessibilityScrollbar*>(obj)->scrollbar();
935 if (!scrollBar || !scrollBar->parent() || !scrollBar->parent()->isFrameView())
937 Document* document = toFrameView(scrollBar->parent())->frame()->document();
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 254 // We make an exception for scrollbar pseudo elements and allow a set of pseudo classes (but nothing else)
256 nextContext.hasScrollbarPseudo = dynamicPseudo != NOPSEUDO && (context.scrollbar || dynamicPseudo == SCROLLBAR_CORNER || dynamicPseudo == RESIZER);
857 RenderScrollbar* scrollbar = context.scrollbar; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginView.h 41 class Scrollbar;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.h 50 // Scrollbar parts needs to be rendered at device pixel boundaries.
  /sdk/eclipse/
dictionary.txt 263 scrollbar
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt 96 android:scrollbarStyle : Controls the scrollbar style and position. [enum]
99 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade out. [integer]
100 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integer]
102 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]
103 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
104 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference]
105 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
106 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean]
107 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
completion5-expected-completion40.txt 96 android:scrollbarStyle : Controls the scrollbar style and position. [enum]
99 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade out. [integer]
100 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integer]
102 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]
103 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
104 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference]
105 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
106 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean]
107 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 350 Scrollbar* horizontalBar = horizontalScrollbar();
354 Scrollbar* verticalBar = verticalScrollbar();
372 // and determine which scrollbar style to use based on a lightness
487 PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation)
494 // FIXME: We need to update the scrollbar dynamically as documents change (or as doc elements and bodies get discovered that have custom styles).
497 // Try the <body> element first as a scrollbar source.
499 if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(SCROLLBAR))
504 if (docElement && docElement->renderer() && docElement->renderer()->style()->hasPseudoStyle(SCROLLBAR))
507 // If we have an owning iframe/frame element, then it can set the custom scrollbar also.
509 if (frameRenderer && frameRenderer->style()->hasPseudoStyle(SCROLLBAR))
2776 Scrollbar* scrollbar = static_cast<Scrollbar*>(widget); local
    [all...]

Completed in 3566 milliseconds

1 2 3 4 5 67 8 91011>>