Home
last modified time | relevance | path

Searched refs:setScrollPoint (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DProgrammaticScrollTest.cpp67 frame->loader().currentItem()->setScrollPoint(WebPoint(0, 200)); in TEST_F()
97 frame->loader().currentItem()->setScrollPoint(WebPoint(0, 400)); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryItem.h70 void setScrollPoint(const IntPoint&);
DHistoryItem.cpp123 void HistoryItem::setScrollPoint(const IntPoint& point) in setScrollPoint() function in blink::HistoryItem
DFrameLoader.cpp203 m_currentItem->setScrollPoint(m_frame->view()->scrollPosition()); in saveScrollState()
/external/chromium_org/third_party/WebKit/Source/web/
DWebHistoryItem.cpp115 m_private->setScrollPoint(scrollOffset); in setScrollOffset()