Searched defs:scroll (Results 1 - 25 of 50) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
H A DWebPageGtk.cpp55 static inline void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity) function in namespace:WebKit
73 scroll(m_page.get(), keyboardEvent.shiftKey() ? ScrollUp : ScrollDown, ScrollByPage);
76 scroll(m_page.get(), ScrollLeft, ScrollByLine);
79 scroll(m_page.get(), ScrollRight, ScrollByLine);
82 scroll(m_page.get(), ScrollUp, ScrollByLine);
85 scroll(m_page.get(), ScrollDown, ScrollByLine);
88 scroll(m_page.get(), ScrollUp, ScrollByDocument);
91 scroll(m_page.get(), ScrollDown, ScrollByDocument);
94 scroll(m_page.get(), ScrollUp, ScrollByPage);
97 scroll(m_pag
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DDragScrollTimer.cpp75 void DragScrollTimer::scroll() function in class:WebKit::DragScrollTimer
84 scroll();
H A DWebScrollbarImpl.cpp108 void WebScrollbarImpl::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier) function in class:WebKit::WebScrollbarImpl
117 WebCore::ScrollableArea::scroll(dir, static_cast<WebCore::ScrollGranularity>(granularity), multiplier);
212 ScrollableArea::scroll((m_scrollbar->orientation() == HorizontalScrollbar) ? WebCore::ScrollLeft : WebCore::ScrollUp, WebCore::ScrollByPixel, delta);
250 // Will return false if scroll direction wasn't compatible with this scrollbar.
251 return ScrollableArea::scroll(scrollDirection, scrollGranularity);
H A DWebPopupMenuImpl.cpp300 void WebPopupMenuImpl::scroll(const IntSize& scrollDelta, function in class:WebKit::WebPopupMenuImpl
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp113 bool scroll = true; local
117 scroll = false;
122 if (scroll)
/external/webkit/Source/WebCore/platform/
H A DScrollAnimator.cpp62 bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float multiplier) function in class:WebCore::ScrollAnimator
90 // scroll any further.
110 scroll(VerticalScrollbar, ScrollByPixel, verticalScrollbar->pixelStep(), -deltaY);
112 scroll(HorizontalScrollbar, ScrollByPixel, horizontalScrollbar->pixelStep(), -deltaX);
H A DScrollAnimatorWin.cpp77 bool ScrollAnimatorWin::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float multiplier) function in class:WebCore::ScrollAnimatorWin
81 return ScrollAnimator::scroll(orientation, granularity, step, multiplier);
83 // This is an animatable scroll. Calculate the scroll delta.
94 // There are a number of different sources of scroll requests. We want to
95 // make both keyboard and wheel-generated scroll requests (which can come at
115 // tD = The time we pretend has already passed when starting to scroll,
133 // events that come slower, we'll scroll one increment and then pause until
144 // during the first scroll period.)
168 // scroll i
[all...]
H A DScrollableArea.cpp58 bool ScrollableArea::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier) function in class:WebCore::ScrollableArea
92 return m_scrollAnimator->scroll(orientation, granularity, step, multiplier);
132 // Tell the derived class to scroll its contents.
/external/webkit/Source/WebKit2/UIProcess/win/
H A DBackingStoreWin.cpp83 scroll(updateInfo.scrollRect, updateInfo.scrollOffset);
100 void BackingStore::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) function in class:WebKit::BackingStore
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.cpp53 void ChunkedUpdateDrawingArea::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) function in class:WebKit::ChunkedUpdateDrawingArea
H A DTiledDrawingArea.cpp59 void TiledDrawingArea::scroll(const IntRect& scrollRect, const IntSize& scrollDelta) function in class:WebKit::TiledDrawingArea
H A DDrawingAreaImpl.cpp101 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.
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRuleListController.java55 private final JScrollPane scroll = new JScrollPane( list, field in class:RuleListController
68 return scroll;
89 scroll.setViewportBorder(BorderFactory.createEtchedBorder());
90 scroll.setBorder(BorderFactory.createTitledBorder(
92 scroll.setOpaque(false);
H A DRunnerController.java69 private JScrollPane scroll = new JScrollPane(tree, field in class:RunnerController.RunnerView
76 scroll.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY));
77 scroll.setOpaque(false);
79 this.add(scroll);
H A DTestCaseEditController.java47 private JScrollPane scroll; field in class:TestCaseEditController
149 scroll = new JScrollPane(listCases);
150 scroll.setBorder(BorderFactory.createTitledBorder(
152 scroll.setOpaque(false);
153 scroll.setViewportBorder(BorderFactory.createEtchedBorder());
202 view.add(scroll, BorderLayout.CENTER);
427 private JScrollPane scroll = new JScrollPane(textArea, field in class:TestCaseEditController.InputMultiEditor
433 scroll.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY));
451 return scroll;
505 private JScrollPane scroll field in class:TestCaseEditController.OutputAstEditor
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php8 $scroll = 5; //+- pages to show in nav variable
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPageClientQt.cpp177 void PageClientQWidget::scroll(int dx, int dy, const QRect& rectToScroll) function in class:WebCore::PageClientQWidget
179 view->scroll(qreal(dx), qreal(dy), rectToScroll);
276 void PageClientQGraphicsWidget::scroll(int dx, int dy, const QRect& rectToScroll) function in class:WebCore::PageClientQGraphicsWidget
278 view->scroll(qreal(dx), qreal(dy), rectToScroll);
/external/webkit/Source/WebKit/win/
H A DWebScrollBar.cpp243 HRESULT STDMETHODCALLTYPE WebScrollBar::scroll( function in class:WebScrollBar
250 ScrollableArea::scroll(webCoreScrollDirection, webCoreGranularity, multiplier);
/external/webkit/Source/WebCore/page/
H A DDOMWindow.h236 void scroll(int x, int y) const { scrollTo(x, y); } function in class:WebCore::DOMWindow
317 DEFINE_ATTRIBUTE_EVENT_LISTENER(scroll);
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.h119 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), scroll); member in class:WebCore::SVGElementInstance
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
H A DWebPageQt.cpp212 static inline void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity) function in namespace:WebKit
238 scroll(m_page.get(), ScrollLeft, ScrollByLine);
241 scroll(m_page.get(), ScrollRight, ScrollByLine);
244 scroll(m_page.get(), ScrollUp, ScrollByLine);
247 scroll(m_page.get(), ScrollDown, ScrollByLine);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp281 void ChromeClientHaiku::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp252 void ChromeClientWinCE::scroll(const IntSize&, const IntRect& rectToScroll, const IntRect&) function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp447 void ChromeClientWx::scroll(const IntSize&, const IntRect&, const IntRect&) function in class:WebCore::ChromeClientWx
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc67 // scroll size for linux.
152 g_signal_connect_after(widget, "scroll-event",
253 // 8 & 9 for the scroll wheel for the attached USB mouse.
388 // Allow the vertical scroll delta to be overridden from the command line.
412 // If there is a change to the set of modifier keys or scroll axis
421 GdkEventScroll scroll = event->scroll; local
422 if (scroll.state & GDK_SHIFT_MASK) {
423 if (scroll.direction == GDK_SCROLL_UP)
424 scroll
[all...]

Completed in 344 milliseconds

12