Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastLogicalLeft

335         int lastLogicalLeft = firstBox->logicalRight();
339 IntRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight);
348 lastLogicalLeft = box->logicalRight();