Home | History | Annotate | Download | only in rendering

Lines Matching refs:realEnd

340             unsigned realEnd = min(box->end() + 1, end);
341 IntRect r = box->selectionRect(0, 0, start, realEnd);
432 unsigned realEnd = min(box->end() + 1, end);
433 IntRect r = box->selectionRect(0, 0, start, realEnd);