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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
table_header.js 38 * vertical scrollbar.
41 // Header should not span over the vertical scrollbar of the list.
  /external/chromium_org/chrome/browser/resources/file_manager/css/
photo_import.css 90 .photo-import grid::-webkit-scrollbar {
95 .photo-import grid::-webkit-scrollbar-thumb {
  /external/chromium_org/remoting/webapp/
main.css 140 ::-webkit-scrollbar {
145 ::-webkit-scrollbar-button {
150 ::-webkit-scrollbar-thumb {
159 ::-webkit-scrollbar-thumb:hover {
164 ::-webkit-scrollbar-thumb:active {
169 ::-webkit-scrollbar-track:hover {
174 ::-webkit-scrollbar-track:active {
180 ::-webkit-scrollbar-track-piece {
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 66 , scrollbar(0)
80 RenderScrollbar* scrollbar; member in struct:WebCore::SelectorChecker::SelectorCheckingContext
CSSSelector.cpp 170 return SCROLLBAR;
309 DEFINE_STATIC_LOCAL(AtomicString, scrollbar, ("-webkit-scrollbar", AtomicString::ConstructFromLiteral));
310 DEFINE_STATIC_LOCAL(AtomicString, scrollbarButton, ("-webkit-scrollbar-button", AtomicString::ConstructFromLiteral));
311 DEFINE_STATIC_LOCAL(AtomicString, scrollbarCorner, ("-webkit-scrollbar-corner", AtomicString::ConstructFromLiteral));
312 DEFINE_STATIC_LOCAL(AtomicString, scrollbarThumb, ("-webkit-scrollbar-thumb", AtomicString::ConstructFromLiteral));
313 DEFINE_STATIC_LOCAL(AtomicString, scrollbarTrack, ("-webkit-scrollbar-track", AtomicString::ConstructFromLiteral));
314 DEFINE_STATIC_LOCAL(AtomicString, scrollbarTrackPiece, ("-webkit-scrollbar-track-piece", AtomicString::ConstructFromLiteral));
406 nameToPseudoType->set(scrollbar.impl(), CSSSelector::PseudoScrollbar);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.css 290 .scrollable-content::-webkit-scrollbar {
294 .scrollable-content::-webkit-scrollbar-corner,
299 .scrollable-content::-webkit-scrollbar-thumb:vertical {
305 .scrollable-content::-webkit-scrollbar-thumb:vertical:hover,
306 .scrollable-content::-webkit-scrollbar-thumb:vertical:active {
310 .scrollable-content::-webkit-scrollbar-track:vertical {
    [all...]
helpScreen.css 41 scrollbar-width: 11px;
52 .help-window-main ::-webkit-scrollbar {
56 .help-window-main ::-webkit-scrollbar-corner,
61 .help-window-main ::-webkit-scrollbar-thumb:vertical {
67 .help-window-main ::-webkit-scrollbar-thumb:vertical:hover,
68 .help-window-main ::-webkit-scrollbar-thumb:vertical:active {
72 .help-window-main ::-webkit-scrollbar-track:vertical {
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineMac.mm 140 trackInfo.trackInfo.scrollbar.viewsize = scrollbarInfo.visibleSize;
147 trackInfo.trackInfo.scrollbar.pressState =
  /external/chromium_org/ui/webui/resources/js/cr/ui/table/
table_header.js 40 * vertical scrollbar.
43 // Header should not span over the vertical scrollbar of the list.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
HoverOverlay.java 48 /** Vertical scaling & scrollbar information. */
51 /** Horizontal scaling & scrollbar information. */
  /external/chromium_org/content/browser/resources/media/
timeline_graph_view.js 53 // Initialize the scrollbar.
74 * Update the range of the scrollbar. If |resetPosition| is true, also
97 * scale factor, and moves the scrollbar all the way to the right.
112 * Specifically, updates the scrollbar's range, and if the scrollbar is
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 43 #include "core/platform/Scrollbar.h"
84 , m_scrollbar(other.scrollbar())
103 m_scrollbar = other.scrollbar();
161 void HitTestResult::setScrollbar(Scrollbar* s)
448 m_scrollbar = other.scrollbar();
RenderLayer.h 72 class Scrollbar;
414 virtual Scrollbar* horizontalScrollbar() const { return m_hBar.get(); }
415 virtual Scrollbar* verticalScrollbar() const { return m_vBar.get(); }
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
grid.js 118 * Measure and cache client width and height with and without scrollbar.
139 // Column number may depend on whether scrollbar is present or not.
141 // At first make sure there is no scrollbar and calculate clientWidth
147 // If clientWidth changed then previously scrollbar was shown.
150 // Show scrollbar and recalculate clientWidth (triggers reflow).
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 480 "scrollbar-slider-prelight-color", &theme_thumb_active,
481 "scrollbar-slider-normal-color", &theme_thumb_inactive,
482 "scrollbar-trough-color", &theme_trough_color,
485 // Ask the theme if the theme specifies all the scrollbar colors and short
497 // Create window containing scrollbar elements
500 GtkWidget* scrollbar = gtk_hscrollbar_new(NULL); local
502 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); local
504 gtk_widget_realize(scrollbar);
506 // Draw scrollbar thumb part and track into offscreen image
509 GtkStyle* style = gtk_rc_get_style(scrollbar);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 43 import org.eclipse.swt.widgets.ScrollBar;
101 private ScrollBar mHorizontalBar;
102 private ScrollBar mVerticalBar;
224 ScrollBar bar = (ScrollBar) event.widget;
239 ScrollBar bar = (ScrollBar) event.widget;
  /external/chromium_org/cc/layers/
scrollbar_layer_impl.cc 231 // horizontal scrollbar - inputs are above the scrollbar, computed values
285 // horizontal scrollbar down by the vertical_adjust_ factor and lay the
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 176 ::-webkit-scrollbar {
180 ::-webkit-scrollbar-thumb {
184 ::-webkit-scrollbar-thumb:hover {
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 36 #include "core/platform/Scrollbar.h"
69 m_scrollbar = Scrollbar::createNativeScrollbar(
363 // Will return false if scroll direction wasn't compatible with this scrollbar.
  /external/chromium_org/ui/native_theme/
native_theme_win.h 44 SCROLLBAR,
208 // Paints a scrollbar arrow. |classic_state| should have the appropriate
223 // Paints a scrollbar track section. |align_rect| is only used in classic
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtons/src/main/res/layout/
activity_main.xml 41 you should set the android:scrollbarStyle such that the scrollbar
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab_theme.css 57 .tile-page-scrollbar {
  /external/chromium_org/content/public/common/
renderer_preferences.h 82 // The color of different parts of the scrollbar. Currently only used on
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
FramelessScrollView.h 69 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;

Completed in 997 milliseconds

1 2 3 4 5 6 78 91011>>