HomeSort by relevance Sort by last modified time
    Searched refs:scroll (Results 76 - 100 of 205) sorted by null

1 2 34 5 6 7 8 9

  /external/webkit/Source/WebCore/dom/
EventNames.h 98 macro(scroll) \
  /external/webkit/Source/WebCore/rendering/
RenderTextControlSingleLine.h 85 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
RenderTextControlSingleLine.cpp 58 // Multiline text controls have the scroll on shadowAncestorNode, so we need to take that
1081 bool RenderTextControlSingleLine::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode) function in class:WebCore::RenderTextControlSingleLine
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 119 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), scroll); member in class:WebCore::SVGElementInstance
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 118 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 101 virtual void scroll(const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll, const WebCore::IntRect& clipRect);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 119 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 102 virtual void scroll(const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll, const WebCore::IntRect& clipRect);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 100 virtual void scroll(const WebCore::IntSize&, const WebCore::IntRect&, const WebCore::IntRect&);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 60 mScrollView = (ScrollView) findViewById(R.id.scroll);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 64 // These affect the scroll speed and feel
83 // used for tracking during a scroll
136 // Transparent background on scroll
159 * @param animate Whether to scroll to the given time or just redraw at the
208 // and if so scroll to the month that contains it
277 * Sets up the runnable with a short delay in case the scroll state
294 "new scroll state: " + mNewState + " old state: " + mPreviousScrollState);
296 // Fix the position after a scroll or a fling ends
312 boolean scroll = firstPosition != 0 && lastPosition != getCount() - 1;
316 if (scroll && top < LIST_TOP_OFFSET)
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 125 * Handles a scroll event.
169 window.addEventListener('scroll', handleTransientScroll, false);
171 insideEl.addEventListener('scroll', handleTransientScroll, false);
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 463 bool ScrollView::scroll(ScrollDirection direction, ScrollGranularity granularity) function in class:WebCore::ScrollView
468 return ScrollableArea::scroll(direction, granularity);
473 return scroll(logicalToPhysical(direction, isVerticalDocument(), isFlippedDocument()), granularity);
582 // The layout with the new scroll state had no impact on
599 IntSize scroll(scrollPoint.x(), scrollPoint.y());
648 ScrollableArea::scrollToOffsetWithoutAnimation(FloatPoint(scroll.width() + m_scrollOrigin.x(), scroll.height() + m_scrollOrigin.y()));
666 // Since scrolling is double buffered, we will be blitting the scroll view's intersection
695 // FIXME: Find a way to scroll subframes with this faster path
722 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect)
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 147 scrolledHorizontal = renderLayer->scroll(ScrollRight, ScrollByPixel, dx);
149 scrolledHorizontal = renderLayer->scroll(ScrollLeft, ScrollByPixel, qAbs(dx));
152 scrolledVertical = renderLayer->scroll(ScrollDown, ScrollByPixel, dy);
154 scrolledVertical = renderLayer->scroll(ScrollUp, ScrollByPixel, qAbs(dy));
170 to scroll elements with CSS overflow at position pos, followed by this frame. If this
171 frame doesn't scroll, attempts to scroll the parent
185 if (dx > 0) // scroll right
187 else if (dx < 0) // scroll left
190 if (dy > 0) // scroll dow
1161 void QWebFrame::scroll(int dx, int dy) function in class:QWebFrame
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 347 #ifdef scroll
348 inline int UNDEF(scroll)(WINDOW *win) { return scroll(win); } function
349 #undef scroll macro
350 #define scroll UNDEF(scroll) macro
1097 int scroll(int amount=1) { return ::wscrl(w, amount); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 347 #ifdef scroll
348 inline int UNDEF(scroll)(WINDOW *win) { return scroll(win); } function
349 #undef scroll macro
350 #define scroll UNDEF(scroll) macro
1097 int scroll(int amount=1) { return ::wscrl(w, amount); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 347 #ifdef scroll
348 inline int UNDEF(scroll)(WINDOW *win) { return scroll(win); } function
349 #undef scroll macro
350 #define scroll UNDEF(scroll) macro
1097 int scroll(int amount=1) { return ::wscrl(w, amount); } function in class:NCursesWindow
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 33 $('.scroll-pane').jScrollPane( {verticalGutter:0} );
329 $(".scroll-pane").scroll(function(event) {
352 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
353 $(window).scroll(function(event) {
356 // Dump scroll event if the target is a DIV, because that means the event is coming
366 // we set the navbar fixed when the scroll position is beyond the height of the site header...
485 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
487 if ($(".scroll-pane").length > 1) {
625 // Then figure out based on scroll position whether the header is visibl
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 56 $('.scroll-pane').jScrollPane( {verticalGutter:0} );
403 $(".scroll-pane").scroll(function(event) {
426 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
427 $(window).scroll(function(event) {
430 // Dump scroll event if the target is a DIV, because that means the event is coming
440 // we set the navbar fixed when the scroll position is beyond the height of the site header...
559 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
561 if ($(".scroll-pane").length > 1) {
690 // Then figure out based on scroll position whether the header is visibl
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 64 $('.scroll-pane').jScrollPane( {verticalGutter:0} );
382 $(".scroll-pane").scroll(function(event) {
405 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
406 $(window).scroll(function(event) {
409 // Dump scroll event if the target is a DIV, because that means the event is coming
419 // we set the navbar fixed when the scroll position is beyond the height of the site header...
538 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
540 if ($(".scroll-pane").length > 1) {
687 // Then figure out based on scroll position whether the header is visibl
    [all...]
  /external/webkit/Source/WebCore/page/
Chrome.cpp 85 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) function in class:WebCore::Chrome
87 m_client->scroll(scrollDelta, rectToScroll, clipRect);
DOMWindow.h 236 void scroll(int x, int y) const { scrollTo(x, y); } function in class:WebCore::DOMWindow
317 DEFINE_ATTRIBUTE_EVENT_LISTENER(scroll);
ChromeClient.h 147 virtual void scroll(const IntSize&, const IntRect&, const IntRect&) = 0;
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 60 document.addEventListener('scroll', this.scrollListener_, true);
66 document.removeEventListener('scroll', this.scrollListener_, true);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 8 $scroll = 5; //+- pages to show in nav variable

Completed in 509 milliseconds

1 2 34 5 6 7 8 9