Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DPopupMenu.h118 void setScrollOffset(int offset) { m_scrollOffset = offset; } in setScrollOffset() function
DScrollView.h317 void setScrollOffset(const IntSize& offset) { m_scrollOffset = offset; } in setScrollOffset() function
/external/webkit/WebKit/android/jni/
DWebViewCore.cpp962 void WebViewCore::setScrollOffset(int moveGeneration, int dx, int dy) in setScrollOffset() function in android::WebViewCore