/external/webkit/Source/WebCore/platform/mac/ |
ScrollAnimatorMac.mm | 520 bool ScrollAnimatorMac::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float multiplier) 525 return ScrollAnimator::scroll(orientation, granularity, step, multiplier); 528 return ScrollAnimator::scroll(orientation, granularity, step, multiplier); 809 // wheel event if there is nowhere to scroll. 847 // We are trying to scroll up. Make sure we are not pinned to the top 850 // We are trying to scroll down. Make sure we are not pinned to the bottom 855 // We are trying to scroll left. Make sure we are not pinned to the left 858 // We are trying to scroll right. Make sure we are not pinned to the right [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/webkit/Source/WebCore/dom/ |
Element.h | 78 DEFINE_ATTRIBUTE_EVENT_LISTENER(scroll);
|
/external/webkit/Source/WebCore/loader/ |
EmptyClients.h | 163 virtual void scroll(const IntSize&, const IntRect&, const IntRect&) { } function in class:WebCore::EmptyChromeClient
|
/external/webkit/Source/WebCore/platform/ |
Scrollbar.cpp | 199 if (m_scrollableArea && m_scrollableArea->scroll(pressedPartScrollDirection(), pressedPartScrollGranularity())) 217 // We can't scroll if we've hit the beginning or end.
|
/external/webkit/Source/WebKit/chromium/src/ |
WebPluginContainerImpl.cpp | 288 // scroll() only uses the second rectangle, clipRect, and ignores the first 290 parent()->hostWindow()->scroll(scrollDelta, damageRect, damageRect);
|
WebViewImpl.cpp | 547 // We don't want to send a paste when middle clicking a scroll bar or a 894 scrollHandled = currentFrame->view()->scroll(scrollDirection, scrollGranularity); [all...] |
ChromeClientImpl.cpp | 547 void ChromeClientImpl::scroll( function in class:WebKit::ChromeClientImpl
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
ChromeClientEfl.cpp | 512 void ChromeClientEfl::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) function in class:WebCore::ChromeClientEfl
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
DrawingAreaImpl.cpp | 101 void DrawingAreaImpl::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) function in class:WebKit::DrawingAreaImpl 120 // The rect being scrolled is at least as large as the rect we'd like to scroll. 121 // Go ahead and just invalidate the scroll rect. 126 // Just repaint the entire current scroll rect, we'll scroll the new rect instead. 132 // Get the part of the dirty region that is in the scroll rect. 135 // There are parts of the dirty region that are inside the scroll rect. 146 // Compute the scroll repaint region.
|
WebPage.h | 472 static void scroll(WebCore::Page*, WebCore::ScrollDirection, WebCore::ScrollGranularity);
|
/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;
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | [all...] |
/external/grub/grub/ |
asmstub.c | 570 scroll (stdscr);
|
/external/webkit/Source/WebCore/rendering/ |
RenderBox.h | 187 // object has overflow:hidden/scroll/auto specified and also has overflow. 188 // scrollLeft/Top return the current scroll position. These methods are virtual so that objects like 189 // textareas can scroll shadow content (but pretend that they are the objects that are 324 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
|
RenderLayer.h | 239 // Scrolling methods for layers that can scroll their overflow. 278 bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1); 574 // Rectangle encompassing the scroll corner and resizer rect. 672 // Our scroll offsets if the view is scrolled. 760 // Renderers to hold our custom scroll corner and resizer. [all...] |
RenderBox.cpp | 609 bool RenderBox::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode) function in class:WebCore::RenderBox 612 if (l && l->scroll(direction, granularity, multiplier)) { 623 return b->scroll(direction, granularity, multiplier, stopNode); 634 // On Mac only we reset the inline direction position when doing a document scroll (e.g., hitting Home/End). 636 scrolled = l->scroll(logicalToPhysical(ScrollInlineDirectionBackward, isHorizontalWritingMode(), style()->isFlippedBlocksWritingMode()), ScrollByDocument, multiplier); 638 if (l->scroll(logicalToPhysical(direction, isHorizontalWritingMode(), style()->isFlippedBlocksWritingMode()), granularity, multiplier)) [all...] |
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.cpp | 325 void ChromeClientAndroid::scroll(const IntSize& scrollDelta, function in class:android::ChromeClientAndroid
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
ChromeClientGtk.cpp | 406 void ChromeClient::scroll(const IntSize& delta, const IntRect& rectToScroll, const IntRect& clipRect) function in class:WebKit::ChromeClient 415 // scroll the whole window at once, and we often need to scroll
|
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/ |
tst_qgraphicswebview.cpp | 252 page->mainFrame()->scroll(0,300);
|
/external/webkit/Source/WebKit/qt/tests/qwebview/ |
tst_qwebview.cpp | 231 page->mainFrame()->scroll(0,50);
|
/build/tools/droiddoc/templates-ds/assets/ |
android-developer-docs.css | 38 /* keeps the resize handle below the h-scroll handle */ 215 overflow-y: scroll; 1356 /* modified to 43px so that all browsers eliminate the package panel h-scroll */ 1504 background: transparent url("images/resizable-s2.gif") repeat scroll center top; } 1506 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.css | 38 /* keeps the resize handle below the h-scroll handle */ 215 overflow-y: scroll; 1356 /* modified to 43px so that all browsers eliminate the package panel h-scroll */ 1504 background: transparent url("images/resizable-s2.gif") repeat scroll center top; } 1506 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
|
/external/webkit/Source/WebCore/page/ |
EventHandler.cpp | 132 // When the autoscroll or the panScroll is triggered when do the scroll every 0.05s to make it smooth 151 return enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPage, absDelta, stopNode); 154 return enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByLine, absDelta, stopNode); 157 return enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPixel, absDelta, stopNode); 840 // At the original click location we draw a 4 arrowed icon. Over this icon there won't be any scroll [all...] |