Home | History | Annotate | Download | only in rendering

Lines Matching refs:endPos

528 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionPaintInvalidationMode blockPaintInvalidationMode)
542 m_selectionEnd == end && m_selectionEndPos == endPos)
594 m_selectionEndPos = endPos;
607 stop = rendererAfterPosition(end, endPos);
706 void RenderView::selectionStartEnd(int& startPos, int& endPos) const
709 endPos = m_selectionEndPos;