HomeSort by relevance Sort by last modified time
    Searched refs:scroll (Results 126 - 150 of 240) sorted by null

1 2 3 4 56 7 8 910

  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 45 #navbar-scroll-container {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 94 // Set an explicit width, correcting for any scroll bar present.
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 472 // Tries to scroll a frame or any parent of a frame. Returns true if the view
524 void computeScaleAndScrollForBlockRect(const WebPoint& hitPoint, const WebRect& blockRect, float padding, float& scale, WebPoint& scroll, bool& doubleTapShouldZoomOut);
527 void computeScaleAndScrollForFocusedNode(WebCore::Node* focusedNode, float& scale, WebCore::IntPoint& scroll, bool& needAnimation);
    [all...]
  /external/chromium_org/ui/aura/test/
event_generator.cc 391 ui::ScrollEvent scroll(ui::ET_SCROLL,
398 Dispatch(&scroll);
  /build/tools/droiddoc/templates-ds/assets/js/grid/
960.gridder.js 125 jQuery(window).scroll(function () {
  /external/chromium_org/chrome/common/extensions/docs/static/css/
site.css 270 #scroll-to-top,
277 #scroll-to-top {
407 /* scroll.js adds and removes the floating class depending on the scroll
  /external/chromium_org/chrome_frame/
html_window_impl.h 306 STDMETHOD(scroll)(long x, long y) { function in class:HTMLWindowImpl
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 133 virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE { }
  /packages/services/Telephony/src/com/android/phone/
ChangeIccPinScreen.java 121 mScrollView = (ScrollView) findViewById(R.id.scroll);
  /external/chromium_org/cc/layers/
layer_impl.cc 252 // Pending tree never has sent scroll deltas
261 gfx::Vector2dF LayerImpl::ScrollBy(gfx::Vector2dF scroll) {
266 // Clamp new_delta so that position + delta stays within scroll bounds.
267 gfx::Vector2dF new_delta = (ScrollDelta() + scroll);
270 gfx::Vector2dF unscrolled = ScrollDelta() + scroll - new_delta;
276 // Pending tree never has sent scroll deltas
279 // Apply sent scroll deltas to scroll position / scroll delta as if the
282 // This function should not change the total scroll offset; it just shift
    [all...]
layer_impl.h 328 // Returns the delta of the scroll that was outside of the bounds of the
329 // initial scroll
330 gfx::Vector2dF ScrollBy(gfx::Vector2dF scroll);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 608 bool RenderListBox::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier, Node**) function in class:WebCore::RenderListBox
610 return ScrollableArea::scroll(direction, granularity, multiplier);
615 return ScrollableArea::scroll(logicalToPhysical(direction, style()->isHorizontalWritingMode(), style()->isFlippedBlocksWritingMode()), granularity, multiplier);
689 // Determine an index and scroll to it.
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 48 * containing the entire contents to scroll; this child may itself be a layout
51 * array of top-level items that the user can scroll through.
94 * layout is dirty. This prevents the scroll from being wrong if the child has not been
112 * When set to true, the scroll view measure its child to make it fill the currently
181 * @return The maximum amount this scroll view will scroll in response to
330 * You can call this function yourself to have the scroll view perform
581 // Scroll to follow the motion event
593 // Break our velocity if we hit a scroll barrier.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 301 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
339 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
462 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
481 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
558 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
794 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
825 scroll top left;
836 scroll top left;
846 scroll top left;
856 scroll top left
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 486 // are then used to determine when we should auto-scroll.
501 // If we scroll the page directly from this method, it may be choppy and
502 // inconsistent. Instead, we loop using animation frames, and scroll at a
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 2240 LayerTreeHostCommon::ScrollUpdateInfo scroll; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollAnimatorMac.mm 660 bool ScrollAnimatorMac::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float multiplier)
665 return ScrollAnimator::scroll(orientation, granularity, step, multiplier);
668 return ScrollAnimator::scroll(orientation, granularity, step, multiplier);
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 40 /* keeps the resize handle below the h-scroll handle */
215 overflow-y: scroll;
1006 /* modified to 43px so that all browsers eliminate the package panel h-scroll */
1084 background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
1086 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 49 * containing the entire contents to scroll; this child may itself be a layout
52 * array of top-level items that the user can scroll through.
91 * layout is dirty. This prevents the scroll from being wrong if the child has not been
109 * When set to true, the scroll view measure its child to make it fill the currently
192 * @return The maximum amount this scroll view will scroll in response to
341 * You can call this function yourself to have the scroll view perform
593 // Scroll to follow the motion event
607 // Break our velocity if we hit a scroll barrier.
    [all...]
ScrollView.java 52 * containing the entire contents to scroll; this child may itself be a layout
55 * array of top-level items that the user can scroll through.
98 * layout is dirty. This prevents the scroll from being wrong if the child has not been
116 * When set to true, the scroll view measure its child to make it fill the currently
213 * @return The maximum amount this scroll view will scroll in response to
362 * You can call this function yourself to have the scroll view perform
472 * Don't try to intercept touch if we can't scroll anyway.
510 mScrollStrictSpan = StrictMode.enterCriticalSpan("ScrollView-scroll");
544 mScrollStrictSpan = StrictMode.enterCriticalSpan("ScrollView-scroll");
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 51 * containing the entire contents to scroll; this child may itself be a layout
54 * array of top-level items that the user can scroll through.
88 * layout is dirty. This prevents the scroll from being wrong if the child has not been
106 * When set to true, the scroll view measure its child to make it fill the currently
243 * @return The maximum amount this scroll view will scroll in response to
403 * You can call this function yourself to have the scroll view perform
542 .enterCriticalSpan("ScrollView-scroll");
584 .enterCriticalSpan("ScrollView-scroll");
649 // Scroll to follow the motion even
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 398 addWidget: function(pos, node, scroll, vert, horiz) { },
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 177 // A view that keeps track of the events it receives, and consumes all scroll
    [all...]
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 148 // scroll to the bottom
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 118 overflow-y: scroll;

Completed in 6625 milliseconds

1 2 3 4 56 7 8 910