Searched defs:scrollBy (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.h198 void scrollBy(const IntSize& s) { return setScrollPosition(scrollPosition() + s); } function in class:WebCore::ScrollView
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperLayer.cpp777 void TextureMapperLayer::scrollBy(const FloatSize& offset) function in class:WebCore::TextureMapperLayer
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebFrameAdapter.cpp743 void QWebFrameAdapter::scrollBy(int dx, int dy) function in class:QWebFrameAdapter
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.cpp1449 void DOMWindow::scrollBy(int x, int y) const function in class:WebCore::DOMWindow
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp2012 bool WebPage::scrollBy(uint32_t scrollDirection, uint32_t scrollGranularity) function in class:WebKit::WebPage
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.cpp1512 void WebPageProxy::scrollBy(ScrollDirection direction, ScrollGranularity granularity) function in class:WebKit::WebPageProxy

Completed in 154 milliseconds