HomeSort by relevance Sort by last modified time
    Searched full:scrollbar (Results 251 - 275 of 451) sorted by null

<<111213141516171819

  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.h 45 // (2) Scrollbars (Scrollbar)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp 137 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE { }
  /external/chromium_org/ui/webui/resources/js/cr/ui/table/
table_list.js 111 // scrollbar calculate with this height.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 70 "Automatically enable/disable scroll lock based on the scrollbar position",
  /frameworks/base/core/java/android/widget/
FastScroller.java 73 /** Scroll thumb visible and moving along with the scrollbar. */
157 /** The current scrollbar position. */
190 /** Whether the scrollbar and decorations should always be shown. */
203 /** Current scrollbar style, including inset and overlay properties. */
546 * Measures and layouts the scrollbar and decorations.
726 // In inset mode, we need to adjust for padded scrollbar width.
739 * Lays out the thumb according to the current scrollbar position.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aria_util.js 63 'scrollbar' : 'aria_role_scrollbar',
415 // Scrollbar and progressbar should speak the percentage.
416 // http://www.w3.org/TR/wai-aria/roles#scrollbar
419 if ((role == 'scrollbar') || (role == 'progressbar')) {
694 case 'scrollbar':
  /external/chromium_org/ui/native_theme/
native_theme_base.cc 252 // Invoked by views scrollbar code, don't care about for non-win
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 274 * Indicates whether to use pixels-based or position-based scrollbar
512 * When smooth scrollbar is enabled, the position and size of the scrollbar thumb
515 * which items have different heights, the scrollbar will change appearance as the
519 * When smooth scrollbar is disabled, the position and size of the scrollbar thumb
521 * visible items inside the adapter. This provides a stable scrollbar as the user
524 * @param enabled Whether or not to enable smooth scrollbar.
536 * @return True if smooth scrollbar is enabled is enabled, false otherwise.
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.css 137 /* Leave room for the scrollbar. */
239 /* Leave room for the scrollbar. */
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp 264 context.scrollbar = m_pseudoStyleRequest.scrollbar;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.cpp 468 void ScrollAnimatorNone::didAddVerticalScrollbar(Scrollbar*)
473 void ScrollAnimatorNone::didAddHorizontalScrollbar(Scrollbar*)
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 308 // Invalidates vertical scrollbar only.
311 // Invalidates both content area and the scrollbar.
WebPluginContainerImpl.h 225 // The associated scrollbar group object, created lazily. Used for Pepper
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 322 // Now verify we've attached impl-side scrollbars onto the scrollbar layers
421 // Now verify we've attached impl-side scrollbars onto the scrollbar layers
  /external/chromium_org/tools/perf/page_sets/tough_scrolling_cases/
cust_scrollbar.html 4 ::-webkit-scrollbar {
7 ::-webkit-scrollbar-thumb {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 420 self.vbar = Scrollbar(self.frame, name="vbar")
422 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 420 self.vbar = Scrollbar(self.frame, name="vbar")
422 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 80 /** Vertical scaling & scrollbar information. */
83 /** Horizontal scaling & scrollbar information. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 397 // recompute the correct size and adjust the scrollbar as needed.
419 * This will recompute the correct size and adjust the scrollbar as needed.
  /external/chromium_org/cc/trees/
tree_synchronizer.cc 14 #include "cc/input/scrollbar.h"
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_tab_helper.cc 90 // Clip the pixels that will commonly hold a scrollbar, which looks bad in
  /external/chromium_org/third_party/skia/src/views/animated/
SkWidgetViews.cpp 35 "common/default/default/skins/scrollBar.xml",
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl 31 scrollbar .ls -command {.l yview}

Completed in 1948 milliseconds

<<111213141516171819