/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/ |
D | WebPageGtk.cpp | 55 static inline void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity) in scroll() function 73 scroll(m_page.get(), keyboardEvent.shiftKey() ? ScrollUp : ScrollDown, ScrollByPage); in performDefaultBehaviorForKeyEvent() 76 scroll(m_page.get(), ScrollLeft, ScrollByLine); in performDefaultBehaviorForKeyEvent() 79 scroll(m_page.get(), ScrollRight, ScrollByLine); in performDefaultBehaviorForKeyEvent() 82 scroll(m_page.get(), ScrollUp, ScrollByLine); in performDefaultBehaviorForKeyEvent() 85 scroll(m_page.get(), ScrollDown, ScrollByLine); in performDefaultBehaviorForKeyEvent() 88 scroll(m_page.get(), ScrollUp, ScrollByDocument); in performDefaultBehaviorForKeyEvent() 91 scroll(m_page.get(), ScrollDown, ScrollByDocument); in performDefaultBehaviorForKeyEvent() 94 scroll(m_page.get(), ScrollUp, ScrollByPage); in performDefaultBehaviorForKeyEvent() 97 scroll(m_page.get(), ScrollDown, ScrollByPage); in performDefaultBehaviorForKeyEvent()
|
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | SchedGui.py | 42 self.scroll = wx.ScrolledWindow(self.panel) 43 …self.scroll.SetScrollbars(self.scroll_scale, self.scroll_scale, self.width_virtual / self.scroll_s… 44 self.scroll.EnableScrolling(True, True) 45 self.scroll.SetFocus() 48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2)) 52 self.scroll.Bind(wx.EVT_PAINT, self.on_paint) 53 self.scroll.Bind(wx.EVT_KEY_DOWN, self.on_key_press) 54 self.scroll.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down) 56 self.scroll.Fit() 72 (x, y) = self.scroll.GetViewStart() [all …]
|
/external/webkit/Source/WebCore/platform/qt/ |
D | ScrollbarQt.cpp | 85 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByDocument); in contextMenu() 87 scrollableArea()->scroll(horizontal ? ScrollRight : ScrollDown, ScrollByDocument); in contextMenu() 89 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByPage); in contextMenu() 91 scrollableArea()->scroll(horizontal ? ScrollRight : ScrollDown, ScrollByPage); in contextMenu() 93 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByLine); in contextMenu() 95 scrollableArea()->scroll(horizontal ? ScrollRight : ScrollDown, ScrollByLine); in contextMenu()
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | RuleListController.java | 55 private final JScrollPane scroll = new JScrollPane( list, field in RuleListController 68 return scroll; in getView() 89 scroll.setViewportBorder(BorderFactory.createEtchedBorder()); in initComponents() 90 scroll.setBorder(BorderFactory.createTitledBorder( in initComponents() 92 scroll.setOpaque(false); in initComponents()
|
D | TestCaseEditController.java | 47 private JScrollPane scroll; field in TestCaseEditController 149 scroll = new JScrollPane(listCases); in initComponents() 150 scroll.setBorder(BorderFactory.createTitledBorder( in initComponents() 152 scroll.setOpaque(false); in initComponents() 153 scroll.setViewportBorder(BorderFactory.createEtchedBorder()); in initComponents() 202 view.add(scroll, BorderLayout.CENTER); in initComponents() 427 private JScrollPane scroll = new JScrollPane(textArea, field in TestCaseEditController.InputMultiEditor 433 scroll.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY)); in InputMultiEditor() 451 return scroll; in getView() 505 private JScrollPane scroll = new JScrollPane(textArea, field in TestCaseEditController.OutputAstEditor [all …]
|
D | RunnerController.java | 69 private JScrollPane scroll = new JScrollPane(tree, field in RunnerController.RunnerView 76 scroll.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY)); in initComponents() 77 scroll.setOpaque(false); in initComponents() 79 this.add(scroll); in initComponents()
|
/external/chromium/chrome/browser/resources/ |
D | menu.css | 68 .scroll-button { 77 #scroll-up { 82 #scroll-down { 86 .scroll-button:hover {
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/ |
D | WebPageQt.cpp | 212 static inline void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity) in scroll() function 238 scroll(m_page.get(), ScrollLeft, ScrollByLine); in performDefaultBehaviorForKeyEvent() 241 scroll(m_page.get(), ScrollRight, ScrollByLine); in performDefaultBehaviorForKeyEvent() 244 scroll(m_page.get(), ScrollUp, ScrollByLine); in performDefaultBehaviorForKeyEvent() 247 scroll(m_page.get(), ScrollDown, ScrollByLine); in performDefaultBehaviorForKeyEvent()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.cpp | 113 bool scroll = true; in addEvent() local 117 scroll = false; in addEvent() 122 if (scroll) in addEvent()
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.cpp | 119 bool scroll = true; in addEvent() local 123 scroll = false; in addEvent() 128 if (scroll) in addEvent()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_gtk.cc | 421 GdkEventScroll scroll = event->scroll; in GetPendingScrollDelta() local 422 if (scroll.state & GDK_SHIFT_MASK) { in GetPendingScrollDelta() 423 if (scroll.direction == GDK_SCROLL_UP) in GetPendingScrollDelta() 424 scroll.direction = GDK_SCROLL_LEFT; in GetPendingScrollDelta() 425 else if (scroll.direction == GDK_SCROLL_DOWN) in GetPendingScrollDelta() 426 scroll.direction = GDK_SCROLL_RIGHT; in GetPendingScrollDelta() 429 if (scroll.direction == GDK_SCROLL_UP || in GetPendingScrollDelta() 430 scroll.direction == GDK_SCROLL_DOWN) { in GetPendingScrollDelta() 431 if (scroll.state == current_event_state) { in GetPendingScrollDelta() 432 num_clicks += (scroll.direction == GDK_SCROLL_UP ? 1 : -1); in GetPendingScrollDelta() [all …]
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollAnimator.cpp | 62 bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float … in scroll() function in WebCore::ScrollAnimator 110 scroll(VerticalScrollbar, ScrollByPixel, verticalScrollbar->pixelStep(), -deltaY); in handleWheelEvent() 112 scroll(HorizontalScrollbar, ScrollByPixel, horizontalScrollbar->pixelStep(), -deltaX); in handleWheelEvent()
|
D | ScrollableArea.cpp | 58 bool ScrollableArea::scroll(ScrollDirection direction, ScrollGranularity granularity, float multipl… in scroll() function in WebCore::ScrollableArea 92 return m_scrollAnimator->scroll(orientation, granularity, step, multiplier); in scroll()
|
D | ScrollAnimatorWin.cpp | 77 bool ScrollAnimatorWin::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, flo… in scroll() function in WebCore::ScrollAnimatorWin 81 return ScrollAnimator::scroll(orientation, granularity, step, multiplier); in scroll()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebScrollbarImpl.cpp | 108 void WebScrollbarImpl::scroll(ScrollDirection direction, ScrollGranularity granularity, float multi… in scroll() function in WebKit::WebScrollbarImpl 117 …WebCore::ScrollableArea::scroll(dir, static_cast<WebCore::ScrollGranularity>(granularity), multipl… in scroll() 212 …ScrollableArea::scroll((m_scrollbar->orientation() == HorizontalScrollbar) ? WebCore::ScrollLeft :… in onMouseWheel() 251 return ScrollableArea::scroll(scrollDirection, scrollGranularity); in onKeyDown()
|
D | DragScrollTimer.cpp | 75 void DragScrollTimer::scroll() in scroll() function in WebKit::DragScrollTimer 84 scroll(); in update()
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | BackingStoreWin.cpp | 83 scroll(updateInfo.scrollRect, updateInfo.scrollOffset); in incorporateUpdate() 100 void BackingStore::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) in scroll() function in WebKit::BackingStore
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | EventSender.cpp | 424 event->scroll.x = lastMousePositionX; in mouseScrollByCallback() 425 event->scroll.y = lastMousePositionY; in mouseScrollByCallback() 426 event->scroll.time = GDK_CURRENT_TIME; in mouseScrollByCallback() 427 event->scroll.window = gtk_widget_get_window(GTK_WIDGET(view)); in mouseScrollByCallback() 428 g_object_ref(event->scroll.window); in mouseScrollByCallback() 431 event->scroll.direction = GDK_SCROLL_RIGHT; in mouseScrollByCallback() 433 event->scroll.direction = GDK_SCROLL_LEFT; in mouseScrollByCallback() 435 event->scroll.direction = GDK_SCROLL_DOWN; in mouseScrollByCallback() 437 event->scroll.direction = GDK_SCROLL_UP; in mouseScrollByCallback()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | PageClientQt.cpp | 177 void PageClientQWidget::scroll(int dx, int dy, const QRect& rectToScroll) in scroll() function in WebCore::PageClientQWidget 179 view->scroll(qreal(dx), qreal(dy), rectToScroll); in scroll() 276 void PageClientQGraphicsWidget::scroll(int dx, int dy, const QRect& rectToScroll) in scroll() function in WebCore::PageClientQGraphicsWidget 278 view->scroll(qreal(dx), qreal(dy), rectToScroll); in scroll()
|
D | PageClientQt.h | 66 virtual void scroll(int dx, int dy, const QRect&); 173 virtual void scroll(int dx, int dy, const QRect&);
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_controller.mm | 29 // Amount to scroll by per timer fire. We scroll rather slowly; to 34 // Amount to scroll for each scroll wheel roll. 45 // scroll view). 50 // primarily as a result of hiding or showing the scroll arrows. 64 // of the button scroll area should be scrolled in order to prevent 133 // scroll up/down arrows, and resizing as necessary for a proper disaplay. 162 // accommodate scroll arrow presentation and window growth. 187 // A helper function which takes the desired amount to scroll, given by 191 // top-most menu item is coming into view we will only scroll enough for 193 // scroll amount requested.) [all …]
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | WebPageMac.mm | 539 scroll(m_page.get(), ScrollUp, ScrollByLine); 541 scroll(m_page.get(), ScrollUp, ScrollByPage); 543 scroll(m_page.get(), ScrollUp, ScrollByDocument); 544 scroll(m_page.get(), ScrollLeft, ScrollByDocument); 546 scroll(m_page.get(), ScrollDown, ScrollByLine); 548 scroll(m_page.get(), ScrollDown, ScrollByPage); 550 scroll(m_page.get(), ScrollDown, ScrollByDocument); 551 scroll(m_page.get(), ScrollLeft, ScrollByDocument); 553 scroll(m_page.get(), ScrollLeft, ScrollByLine); 555 scroll(m_page.get(), ScrollLeft, ScrollByPage); [all …]
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
D | WebPageWin.cpp | 218 scroll(m_page.get(), ScrollLeft, ScrollByLine); in performDefaultBehaviorForKeyEvent() 224 scroll(m_page.get(), ScrollRight, ScrollByLine); in performDefaultBehaviorForKeyEvent() 229 scroll(m_page.get(), ScrollUp, ScrollByLine); in performDefaultBehaviorForKeyEvent() 234 scroll(m_page.get(), ScrollDown, ScrollByLine); in performDefaultBehaviorForKeyEvent()
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
D | internet_explorer6 | 15 scroll
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.cpp | 663 IntSize scroll = layer->scrolledContentOffset(); in updateScrollOffset() local 664 m_foregroundLayer->setScrollOffset(IntPoint(scroll.width(), scroll.height())); in updateScrollOffset() 715 IntSize scroll = layer->scrolledContentOffset(); in repaint() local 719 layer->scrollToOffset(scroll.width(), scroll.height()); in repaint() 735 m_foregroundLayer->setScrollOffset(IntPoint(scroll.width() + rtlOffset, in repaint() 736 scroll.height())); in repaint()
|