Home
last modified time | relevance | path

Searched defs:setScrollOffset (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.h102 void setScrollOffset(int offset) { m_scrollOffset = offset; } in setScrollOffset() function
DWebPopupMenuProxyWin.cpp466 void WebPopupMenuProxyWin::setScrollOffset(const IntPoint& offset) in setScrollOffset() function in WebKit::WebPopupMenuProxyWin
/external/webkit/Source/WebKit/chromium/src/
DWebHistoryItem.cpp161 void WebHistoryItem::setScrollOffset(const WebPoint& scrollOffset) in setScrollOffset() function in WebKit::WebHistoryItem
DWebScrollbarImpl.cpp266 void WebScrollbarImpl::setScrollOffset(const IntPoint& offset) in setScrollOffset() function in WebKit::WebScrollbarImpl
DWebFrameImpl.cpp569 void WebFrameImpl::setScrollOffset(const WebSize& offset) in setScrollOffset() function in WebKit::WebFrameImpl
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayer.h64 void setScrollOffset(IntPoint scrollOffset) { m_scrollOffset = scrollOffset; } in setScrollOffset() function
/external/webkit/Source/WebKit/win/
DWebScrollBar.cpp266 void WebScrollBar::setScrollOffset(const IntPoint& offset) in setScrollOffset() function in WebScrollBar
/external/webkit/Source/WebCore/platform/
DScrollView.h428 void setScrollOffset(const IntSize& offset) { m_scrollOffset = offset; } in setScrollOffset() function
DScrollView.cpp377 void ScrollView::setScrollOffset(const IntPoint& offset) in setScrollOffset() function in WebCore::ScrollView
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp677 void PopupMenuWin::setScrollOffset(const IntPoint& offset) in setScrollOffset() function in WebCore::PopupMenuWin
/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp604 void RenderListBox::setScrollOffset(const IntPoint& offset) in setScrollOffset() function in WebCore::RenderListBox
DRenderLayer.cpp1707 void RenderLayer::setScrollOffset(const IntPoint& offset) in scrollTo() function in WebCore::RenderLayer
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1082 void WebViewCore::setScrollOffset(bool sendScrollEvent, int dx, int dy) in setScrollOffset() function in android::WebViewCore