Searched defs:setScrollOffset (Results 1 – 3 of 3) sorted by relevance
118 void setScrollOffset(int offset) { m_scrollOffset = offset; } in setScrollOffset() function
317 void setScrollOffset(const IntSize& offset) { m_scrollOffset = offset; } in setScrollOffset() function
962 void WebViewCore::setScrollOffset(int moveGeneration, int dx, int dy) in setScrollOffset() function in android::WebViewCore