Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.cpp57 , m_selectionStartPos(-1) in RenderView()
781 if (m_selectionStart == start && m_selectionStartPos == startPos && in setSelection()
787 int oldStartPos = m_selectionStartPos; in setSelection()
832 m_selectionStartPos = startPos; in setSelection()
890 (m_selectionStart == obj && oldStartPos != m_selectionStartPos) || in setSelection()
929 startOffset = m_selectionStartPos; in getSelection()
942 startPos = m_selectionStartPos; in selectionStartEnd()
DRenderView.h282 int m_selectionStartPos; variable