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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayer.h64 void setScrollOffset(IntPoint scrollOffset) { m_scrollOffset = scrollOffset; } function in class:Layer
/external/webkit/Source/WebKit/chromium/src/
H A DWebHistoryItem.cpp161 void WebHistoryItem::setScrollOffset(const WebPoint& scrollOffset) function in class:WebKit::WebHistoryItem
H A DWebScrollbarImpl.cpp266 void WebScrollbarImpl::setScrollOffset(const IntPoint& offset) function in class:WebKit::WebScrollbarImpl
H A DWebFrameImpl.cpp569 void WebFrameImpl::setScrollOffset(const WebSize& offset) function in class:WebKit::WebFrameImpl
572 view->setScrollOffset(IntPoint(offset.width, offset.height));
/external/webkit/Source/WebKit/win/
H A DWebScrollBar.cpp266 void WebScrollBar::setScrollOffset(const IntPoint& offset) function in class:WebScrollBar
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebPopupMenuProxyWin.h66 virtual void setScrollOffset(const WebCore::IntPoint&);
74 // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea.
102 void setScrollOffset(int offset) { m_scrollOffset = offset; } function in class:WebKit::WebPopupMenuProxyWin
H A DWebPopupMenuProxyWin.cpp466 void WebPopupMenuProxyWin::setScrollOffset(const IntPoint& offset) function in class:WebKit::WebPopupMenuProxyWin
/external/webkit/Source/WebCore/platform/
H A DScrollView.h67 virtual void setScrollOffset(const IntPoint&);
72 // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea.
428 void setScrollOffset(const IntSize& offset) { m_scrollOffset = offset; } function in class:WebCore::ScrollView
H A DScrollView.cpp377 void ScrollView::setScrollOffset(const IntPoint& offset) function in class:WebCore::ScrollView
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp677 void PopupMenuWin::setScrollOffset(const IntPoint& offset) function in class:WebCore::PopupMenuWin
/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp604 void RenderListBox::setScrollOffset(const IntPoint& offset) function in class:WebCore::RenderListBox
H A DRenderLayer.cpp1707 void RenderLayer::setScrollOffset(const IntPoint& offset) function in class:WebCore::RenderLayer
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp1080 void WebViewCore::setScrollOffset(bool sendScrollEvent, int dx, int dy) function in class:android::WebViewCore
4508 viewImpl->setScrollOffset(sendScrollEvent, x, y);

Completed in 222 milliseconds