Home | History | Annotate | Download | only in editing

Lines Matching refs:prevBox

552     InlineTextBox* prevBox = 0;
557 while (prevBox || box) {
558 unsigned gapStart = prevBox ? prevBox->start() + prevBox->len() : 0;
576 prevBox = box;