Home
last modified time | relevance | path

Searched refs:m_scrollPoint (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/history/
DHistoryItem.cpp62 , m_scrollPoint(item.m_scrollPoint) in HistoryItem()
161 return m_scrollPoint; in scrollPoint()
166 m_scrollPoint = point; in setScrollPoint()
171 m_scrollPoint.setX(0); in clearScrollPoint()
172 m_scrollPoint.setY(0); in clearScrollPoint()
DHistoryItem.h116 IntPoint m_scrollPoint; variable