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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp 237 PassRefPtr<Scrollbar> AutofillPopupMenuClient::createScrollbar(
242 return Scrollbar::createNativeScrollbar(scrollableArea, orientation, size);
AutofillPopupMenuClient.h 99 virtual PassRefPtr<WebCore::Scrollbar> createScrollbar(
WebFrameImpl.h 326 InvalidateScrollbar, // Vertical scrollbar only.
327 InvalidateAll // Both content area and the scrollbar.
404 // Determines whether to invalidate the content area and scrollbar.
467 // Keeps track of when the scoping effort should next invalidate the scrollbar
WebPluginContainerImpl.h 191 // The associated scrollbar group object, created lazily. Used for Pepper
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 305 // Now verify we've attached impl-side scrollbars onto the scrollbar layers
348 // Now verify we've attached impl-side scrollbars onto the scrollbar layers
GraphicsLayerTest.cpp 129 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE { }
  /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/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 312 // Scrollbar layers use this layer for relative positioning, so don't clip.
691 // FIXME: We should make RenderBox::clientBoxRect consider scrollbar placement.
    [all...]
HitTestLocation.cpp 40 #include "core/platform/Scrollbar.h"
RenderMenuList.h 107 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize) OVERRIDE;
  /external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css 156 /* The extra 2% hides the scrollbar in the screenshot. */
  /external/chromium/chrome/browser/resources/
print_preview.html 16 <div class="scrollbar-inside">
  /external/chromium_org/cc/input/
input_handler.h 11 #include "cc/input/scrollbar.h"
  /external/chromium_org/cc/trees/
tree_synchronizer.cc 11 #include "cc/input/scrollbar.h"
  /external/chromium_org/chrome/browser/resources/
test_presubmit.py 540 ::-webkit-scrollbar-thumb,
545 :-WebKit-ScrollBar {
552 :-WebKit-ScrollBar (should be ::-WebKit-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/third_party/WebKit/Source/core/platform/
PlatformWheelEvent.h 41 // up and down (you get the same behavior as if the user was clicking in a scrollbar track to page up or page down).
Widget.h 45 // (2) Scrollbars (Scrollbar)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FontView.js 124 // Subtract some padding. This should match the paddings in the CSS plus room for 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 72 /** Scroll thumb visible and moving along with the scrollbar. */
158 /** The current scrollbar position. */
188 /** Whether the scrollbar and decorations should always be shown. */
200 /** Current scrollbar style, including inset and overlay properties. */
491 * Measures and layouts the scrollbar and decorations.
671 // In inset mode, we need to adjust for padded scrollbar width.
684 * Lays out the thumb according to the current scrollbar position.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/css/
file_manager.css 50 ::-webkit-scrollbar {
56 .scrollbar-vertical {
65 .scrollbar-button {
78 :hover > .scrollbar-vertical > .scrollbar-button {
82 .scrollbar-vertical > .scrollbar-button:hover {
86 .scrollbar-vertical > .scrollbar-button.pressed {
    [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...]

Completed in 1249 milliseconds

1 2 3 4 5 6 7 8 91011>>