HomeSort by relevance Sort by last modified time
    Searched full:scrollbar (Results 226 - 250 of 453) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
helpScreen.css 51 .help-window-main .help-container-wrapper::-webkit-scrollbar {
55 .help-window-main .help-container-wrapper::-webkit-scrollbar-corner,
60 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical {
66 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical:hover,
67 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical:active {
71 .help-window-main .help-container-wrapper::-webkit-scrollbar-track:vertical {
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 34 * Defines the width of the horizontal scrollbar and the height of the vertical scrollbar in
372 * @return The width of the horizontal scrollbar and the height of the vertical
373 * scrollbar in dips
383 * @return The width of the horizontal scrollbar and the height of the vertical
384 * scrollbar in pixels
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.js 407 // Div that acts as a custom scrollbar. The scrollbar has to live
414 this.scrollbar_.className = 'tile-page-scrollbar';
418 // This contains everything but the scrollbar.
494 * Returns the width of the scrollbar, in pixels, if it is active, or 0
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt 223 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean]
224 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
225 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integer]
226 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade out. [integer]
228 android:scrollbarStyle : Controls the scrollbar style and position. [enum]
229 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]
230 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
231 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference]
232 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_graph_view.js 98 // Initialize the scrollbar.
166 * Update the range of the scrollbar. If |resetPosition| is true, also
189 * scale factor, and moves the scrollbar all the way to the right.
205 * Specifically, updates the scrollbar's range, and if the scrollbar is
timeline_view.js 68 TimelineView.SCROLLBAR_DIV_ID = 'timeline-view-scrollbar-div';
69 TimelineView.SCROLLBAR_INNER_DIV_ID = 'timeline-view-scrollbar-inner-div';
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_damage.cc 444 // scrolling) won't damage the scrollbar.
494 // The second frame has scrolled, so the scrollbar should be damaged.
519 // Scroll on the thread. This should damage the scrollbar for the
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.css 63 .below-marketing::-webkit-scrollbar {
67 .below-marketing::-webkit-scrollbar-track-piece {
71 .below-marketing::-webkit-scrollbar-thumb {
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
file_manager.css 8 * - 500: scrollbar
71 ::-webkit-scrollbar {
77 .scrollbar-vertical {
86 .scrollbar-button {
99 :hover > .scrollbar-vertical > .scrollbar-button,
100 .scrollbar-vertical > .scrollbar-button.scrolling {
104 .scrollbar-vertical > .scrollbar-button:hover
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 308 // Scrollbar components on Windows Classic theme (on all Windows versions)
310 // indirectly. In addition, scrollbar thumbs and grippers for the Windows XP
318 if (!GetThemeHandle(SCROLLBAR))
325 if (!GetThemeHandle(SCROLLBAR) ||
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 41 import org.eclipse.swt.widgets.ScrollBar;
252 ScrollBar verticalBar = scrolledComposite.getVerticalBar();
277 ScrollBar vBar = scrolledComposite.getVerticalBar();
  /external/chromium_org/pdf/
pdf_engine.h 89 // Updates the tick marks in the vertical scrollbar.
236 // Gets the offset of the vertical scrollbar from the top in document
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
CompositingReasons.h 290 "Secondary layer, the horizontal scrollbar layer" },
293 "Secondary layer, the vertical scrollbar layer" },
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 182 // Determines whether to invalidate the content area and scrollbar.
237 // Keeps track of when the scoping effort should next invalidate the scrollbar
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 69 self.filesbar = Scrollbar(self.midframe)
80 self.dirsbar = Scrollbar(self.midframe)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 69 self.filesbar = Scrollbar(self.midframe)
80 self.dirsbar = Scrollbar(self.midframe)
  /external/chromium_org/cc/input/
input_handler.h 12 #include "cc/input/scrollbar.h"
  /external/chromium_org/chrome/browser/resources/sync_internals/
about.js 77 // the scrollbar alone.
  /external/chromium_org/chrome/browser/resources/uber/
uber_shared.css 11 /* Enable vertical scrollbar at all times in RTL to avoid visual glitches when
  /external/chromium_org/chrome/browser/
test_presubmit.py 573 ::-webkit-scrollbar-thumb,
578 :-WebKit-ScrollBar {
585 :-WebKit-ScrollBar (should be ::-WebKit-ScrollBar)
  /external/chromium_org/chrome/common/extensions/api/
automation.idl 140 scrollBar,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
uber_shared.css 11 /* Enable vertical scrollbar at all times in RTL to avoid visual glitches when
  /external/chromium_org/content/test/ppapi/
ppapi_test.cc 50 // Smooth scrolling confuses the scrollbar test.
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 129 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
FontView.js 127 // Subtract some padding. This should match the paddings in the CSS plus room for the scrollbar.

Completed in 3583 milliseconds

1 2 3 4 5 6 7 8 91011>>