Searched refs:pixelsPerLineStep (Results 1 – 20 of 20) sorted by relevance
/external/webkit/Source/WebCore/page/ |
D | SpatialNavigation.cpp | 312 containerViewportRect.setX(containerViewportRect.x() - Scrollbar::pixelsPerLineStep()); in hasOffscreenRect() 313 … containerViewportRect.setWidth(containerViewportRect.width() + Scrollbar::pixelsPerLineStep()); in hasOffscreenRect() 316 … containerViewportRect.setWidth(containerViewportRect.width() + Scrollbar::pixelsPerLineStep()); in hasOffscreenRect() 319 containerViewportRect.setY(containerViewportRect.y() - Scrollbar::pixelsPerLineStep()); in hasOffscreenRect() 320 … containerViewportRect.setHeight(containerViewportRect.height() + Scrollbar::pixelsPerLineStep()); in hasOffscreenRect() 323 … containerViewportRect.setHeight(containerViewportRect.height() + Scrollbar::pixelsPerLineStep()); in hasOffscreenRect() 349 dx = - Scrollbar::pixelsPerLineStep(); in scrollInDirection() 352 dx = Scrollbar::pixelsPerLineStep(); in scrollInDirection() 355 dy = - Scrollbar::pixelsPerLineStep(); in scrollInDirection() 358 dy = Scrollbar::pixelsPerLineStep(); in scrollInDirection() [all …]
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | PlatformWheelEventHaiku.cpp | 52 m_deltaX *= -Scrollbar::pixelsPerLineStep(); in PlatformWheelEvent() 53 m_deltaY *= -Scrollbar::pixelsPerLineStep(); in PlatformWheelEvent()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | PlatformWheelEventGtk.cpp | 72 m_deltaX *= static_cast<float>(Scrollbar::pixelsPerLineStep()); in PlatformWheelEvent() 73 m_deltaY *= static_cast<float>(Scrollbar::pixelsPerLineStep()); in PlatformWheelEvent()
|
D | ScrollViewGtk.cpp | 116 resetValues ? 0 : Scrollbar::pixelsPerLineStep(), in setHorizontalAdjustment() 155 resetValues ? 0 : Scrollbar::pixelsPerLineStep(), in setVerticalAdjustment()
|
/external/webkit/Source/WebCore/platform/efl/ |
D | PlatformWheelEventEfl.cpp | 68 m_deltaX *= static_cast<float>(Scrollbar::pixelsPerLineStep()); in PlatformWheelEvent() 69 m_deltaY *= static_cast<float>(Scrollbar::pixelsPerLineStep()); in PlatformWheelEvent()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | WheelEventMac.mm | 108 m_wheelTicksX = m_deltaX / static_cast<float>(Scrollbar::pixelsPerLineStep()); 109 m_wheelTicksY = m_deltaY / static_cast<float>(Scrollbar::pixelsPerLineStep()); 114 m_deltaX *= static_cast<float>(Scrollbar::pixelsPerLineStep()); 115 m_deltaY *= static_cast<float>(Scrollbar::pixelsPerLineStep());
|
/external/webkit/Source/WebCore/platform/wx/ |
D | ScrollViewWx.cpp | 87 pos.x += Scrollbar::pixelsPerLineStep(); in OnScrollWinEvents() 89 pos.y += Scrollbar::pixelsPerLineStep(); in OnScrollWinEvents() 93 pos.x -= Scrollbar::pixelsPerLineStep(); in OnScrollWinEvents() 95 pos.y -= Scrollbar::pixelsPerLineStep(); in OnScrollWinEvents()
|
D | MouseWheelEventWx.cpp | 50 m_deltaY *= static_cast<float>(Scrollbar::pixelsPerLineStep()); in PlatformWheelEvent()
|
/external/webkit/Source/WebKit/wx/ |
D | WebView.cpp | 941 frame->view()->scrollBy(WebCore::IntSize(-WebCore::Scrollbar::pixelsPerLineStep(), 0)); in OnKeyEvents() 945 frame->view()->scrollBy(WebCore::IntSize(0, -WebCore::Scrollbar::pixelsPerLineStep())); in OnKeyEvents() 949 frame->view()->scrollBy(WebCore::IntSize(WebCore::Scrollbar::pixelsPerLineStep(), 0)); in OnKeyEvents() 953 frame->view()->scrollBy(WebCore::IntSize(0, WebCore::Scrollbar::pixelsPerLineStep())); in OnKeyEvents()
|
/external/webkit/Source/WebCore/platform/ |
D | Scrollbar.h | 53 static int pixelsPerLineStep() { return 40; } in pixelsPerLineStep() function
|
D | ScrollView.cpp | 585 m_horizontalScrollbar->setSteps(Scrollbar::pixelsPerLineStep(), pageStep); in updateScrollbars() 606 m_verticalScrollbar->setSteps(Scrollbar::pixelsPerLineStep(), pageStep); in updateScrollbars()
|
/external/webkit/Source/WebKit2/Shared/gtk/ |
D | WebEventFactory.cpp | 161 float step = static_cast<float>(Scrollbar::pixelsPerLineStep()); in createWebWheelEvent()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebScrollbarImpl.cpp | 86 m_scrollbar->setSteps(Scrollbar::pixelsPerLineStep(), pageStep); in setLocation()
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebEventFactory.mm | 1080 wheelTicksX = deltaX / static_cast<float>(Scrollbar::pixelsPerLineStep()); 1081 wheelTicksY = deltaY / static_cast<float>(Scrollbar::pixelsPerLineStep()); 1086 deltaX *= static_cast<float>(Scrollbar::pixelsPerLineStep()); 1087 deltaY *= static_cast<float>(Scrollbar::pixelsPerLineStep());
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayer.cpp | 2261 m_hBar->setSteps(Scrollbar::pixelsPerLineStep(), pageStep); in updateScrollInfoAfterLayout() 2267 m_vBar->setSteps(Scrollbar::pixelsPerLineStep(), pageStep); in updateScrollInfoAfterLayout()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrameView.mm | 342 [scrollView setLineScroll:Scrollbar::pixelsPerLineStep()];
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 11744 (-[WebFrameView initWithFrame:]): Use Scrollbar::pixelsPerLineStep() instead of
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 52389 (WebCore::Scrollbar::pixelsPerLineStep): Replaces cScrollbarPixelsPerLineStep. 52405 Scrollbar::pixelsPerLineStep() instead of cScrollbarPixelsPerLineStep.
|
D | ChangeLog-2010-12-06 | 122816 … (WebCore::PlatformWheelEvent::PlatformWheelEvent): Only multiply by pixelsPerLineStep() if the
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 32389 Scrollbar::pixelsPerLineStep() for DRT testing.
|