Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderView.cpp53 , m_selectionStartPos(-1) in RenderView()
416 if (m_selectionStart == start && m_selectionStartPos == startPos && in setSelection()
422 int oldStartPos = m_selectionStartPos; in setSelection()
465 m_selectionStartPos = startPos; in setSelection()
527 (m_selectionStart == obj && oldStartPos != m_selectionStartPos) || in setSelection()
583 startPos = m_selectionStartPos; in selectionStartEnd()
DRenderView.h217 int m_selectionStartPos; variable