Home | History | Annotate | Download | only in rendering

Lines Matching full:line

271     // The granularity in the selection controller should be used, and then this line of code would not be needed.
351 static void getNextSoftBreak(RootInlineBox*& line, Node*& breakNode, unsigned& breakOffset)
354 for (; line; line = next) {
355 next = line->nextRootBox();
356 if (next && !line->endsWithBreak()) {
357 ASSERT(line->lineBreakObj());
358 breakNode = line->lineBreakObj()->node();
359 breakOffset = line->lineBreakPos();
360 line = next;
388 RootInlineBox* line = box->root();
389 getNextSoftBreak(line, breakNode, breakOffset);
407 getNextSoftBreak(line, breakNode, breakOffset);
412 getNextSoftBreak(line, breakNode, breakOffset);