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

  /external/webkit/WebCore/rendering/
RenderView.cpp 49 , 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) ||
RenderView.h 72 virtual RenderObject* selectionStart() const { return m_selectionStart; }
187 RenderObject* m_selectionStart;

Completed in 22 milliseconds