Home | History | Annotate | Download | only in editing

Lines Matching refs:startBox

484     InlineBox* startBox = 0;
492 startPosition.getInlineBoxAndOffset(startBox, unusedOffset);
495 if (startBox && endBox && startBox->direction() == endBox->direction())
496 return startBox->direction();