Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/history/
DHistoryItem.cpp152 , m_scrollPoint(item.m_scrollPoint) in HistoryItem()
408 return m_scrollPoint; in scrollPoint()
413 m_scrollPoint = point; in setScrollPoint()
418 m_scrollPoint.setX(0); in clearScrollPoint()
419 m_scrollPoint.setY(0); in clearScrollPoint()
716 encoder.encodeInt32(m_scrollPoint.x()); in encodeBackForwardTreeNode()
717 encoder.encodeInt32(m_scrollPoint.y()); in encodeBackForwardTreeNode()
825 node->m_scrollPoint = IntPoint(x, y); in decodeBackForwardTree()
DHistoryItem.h252 IntPoint m_scrollPoint; variable