Searched refs:m_selectionStart (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderView.cpp49 , m_selectionStart(0)
344 RenderObject* os = m_selectionStart;
347 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
403 if (m_selectionStart == start && m_selectionStartPos == startPos &&
424 RenderObject* os = m_selectionStart;
427 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
449 m_selectionStart = start;
454 // Update the selection status of all objects between m_selectionStart and m_selectionEnd
512 (m_selectionStart == obj && oldStartPos != m_selectionStartPos) ||
H A DRenderView.h72 virtual RenderObject* selectionStart() const { return m_selectionStart; }
187 RenderObject* m_selectionStart; member in class:WebCore::RenderView

Completed in 29 milliseconds