/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 | 138 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE { }
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPluginContainerImpl.h | 194 // The associated scrollbar group object, created lazily. Used for Pepper
|
WebLocalFrameImpl.h | 308 // Invalidates vertical scrollbar only. 311 // Invalidates both content area and the scrollbar.
|
/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. */ 154 /** The current scrollbar position. */ 187 /** Whether the scrollbar and decorations should always be shown. */ 200 /** Current scrollbar style, including inset and overlay properties. */ 540 * Measures and layouts the scrollbar and decorations. 720 // In inset mode, we need to adjust for padded scrollbar width. 733 * Lays out the thumb according to the current scrollbar position. [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_context.cc | 820 scoped_refptr<PaintedScrollbarLayer> scrollbar = variable 822 scoped_ptr<Scrollbar>(new FakeScrollbar).Pass(), content->id()); 823 scrollbar->SetBounds(gfx::Size(10, 10)); 824 scrollbar->SetIsDrawable(true); 825 root->AddChild(scrollbar); [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 | 251 // 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/chrome/browser/resources/pdf/ |
viewport.js | 300 // Check if adding a scrollbar will result in needing the other scrollbar.
|
/external/chromium_org/chrome/browser/ui/pdf/ |
pdf_browsertest.cc | 41 // Include things like browser frame and scrollbar and make sure we're bigger 154 // Also note that the images we saved are cut off before the scrollbar, as
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
ElementRuleCollector.cpp | 267 context.scrollbar = m_pseudoStyleRequest.scrollbar;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
responsiveDesignView.css | 404 .media-inspector-view::-webkit-scrollbar { 408 .media-inspector-view::-webkit-scrollbar-thumb {
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollAnimatorNone.cpp | 470 void ScrollAnimatorNone::didAddVerticalScrollbar(Scrollbar*) 475 void ScrollAnimatorNone::didAddHorizontalScrollbar(Scrollbar*)
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
ScrollingCoordinatorChromiumTest.cpp | 305 // Now verify we've attached impl-side scrollbars onto the scrollbar layers 404 // 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.
|