Home
last modified time | relevance | path

Searched refs:setScrollOffset (Results 1 – 25 of 38) sorted by relevance

12

/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.h66 virtual void setScrollOffset(const WebCore::IntPoint&);
102 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/WebCore/platform/graphics/android/layers/
DIFrameContentLayerAndroid.cpp26 setScrollOffset(IntPoint(newX, newY)); in scrollTo()
DScrollableLayerAndroid.cpp26 setScrollOffset(IntPoint(newX, newY)); in scrollTo()
DLayer.h64 void setScrollOffset(IntPoint scrollOffset) { m_scrollOffset = scrollOffset; } in setScrollOffset() function
/external/webkit/Source/WebKit/chromium/src/
DWebScrollbarImpl.h63 virtual void setScrollOffset(const WebCore::IntPoint&);
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.h76 virtual void setScrollOffset(const WebSize&);
/external/webkit/Source/WebKit/chromium/public/
DWebHistoryItem.h94 WEBKIT_API void setScrollOffset(const WebPoint&);
DWebFrame.h154 virtual void setScrollOffset(const WebSize&) = 0;
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.h96 virtual void setScrollOffset(const IntPoint&);
DPopupMenuWin.cpp677 void PopupMenuWin::setScrollOffset(const IntPoint& offset) in setScrollOffset() function in WebCore::PopupMenuWin
/external/webkit/Source/WebKit/win/
DWebScrollBar.h116 virtual void setScrollOffset(const WebCore::IntPoint&);
DWebScrollBar.cpp266 void WebScrollBar::setScrollOffset(const IntPoint& offset) in setScrollOffset() function in WebScrollBar
/external/webkit/Source/WebCore/platform/
DScrollView.h67 virtual void setScrollOffset(const IntPoint&);
428 void setScrollOffset(const IntSize& offset) { m_scrollOffset = offset; } in setScrollOffset() function
DScrollableArea.cpp133 setScrollOffset(offset); in setScrollOffsetFromAnimation()
DScrollableArea.h95 virtual void setScrollOffset(const IntPoint&) = 0;
/external/webkit/Source/WebCore/rendering/
DRenderListBox.h104 virtual void setScrollOffset(const IntPoint&);
DRenderLayer.h557 virtual void setScrollOffset(const IntPoint&);
DRenderListBox.cpp604 void RenderListBox::setScrollOffset(const IntPoint& offset) in setScrollOffset() function in WebCore::RenderListBox
/external/chromium/webkit/glue/
Dglue_serialize_unittest.cc55 item.setScrollOffset(WebPoint(42, -42)); in MakeHistoryItem()
Dglue_serialize.cc377 item.setScrollOffset(WebPoint(x, y)); in ReadHistoryItem()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp666 m_foregroundLayer->setScrollOffset(IntPoint(scroll.width(), scroll.height())); in updateScrollOffset()
743 m_foregroundLayer->setScrollOffset(IntPoint(scroll.width() + rtlOffset, in repaint()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h303 void setScrollOffset(bool sendScrollEvent, int dx, int dy);

12