HomeSort by relevance Sort by last modified time
    Searched refs:m_selectionStart (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderView.cpp 51 , m_selectionStart(0)
357 RenderObject* os = m_selectionStart;
360 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
416 if (m_selectionStart == start && m_selectionStartPos == startPos &&
437 RenderObject* os = m_selectionStart;
440 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
464 m_selectionStart = start;
469 // Update the selection status of all objects between m_selectionStart and m_selectionEnd
527 (m_selectionStart == obj && oldStartPos != m_selectionStartPos) ||
RenderView.h 78 RenderObject* selectionStart() const { return m_selectionStart; }
215 RenderObject* m_selectionStart;

Completed in 33 milliseconds