Home | History | Annotate | Download | only in rendering

Lines Matching refs:endLine

942         RootInlineBox* endLine = (fullLayout || !startLine) ? 
981 bool checkForEndLineMatch = endLine;
992 if (checkForEndLineMatch && (endLineMatched = matchedEndLine(resolver, cleanLineStart, cleanLineBidiStatus, endLine, endLineLogicalTop, repaintLogicalBottom, repaintLogicalTop)))
1146 if (endLine) {
1150 for (RootInlineBox* line = endLine; line; line = line->nextRootBox()) {
1175 RootInlineBox* line = endLine;
1444 bool RenderBlock::matchedEndLine(const InlineBidiResolver& resolver, const InlineIterator& endLineStart, const BidiStatus& endLineStatus, RootInlineBox*& endLine,
1458 RootInlineBox* lastLine = endLine;
1478 RootInlineBox* line = endLine;
1486 // Set our logical top to be the block height of endLine.
1495 RootInlineBox* lastLine = endLine;
1511 RootInlineBox* boxToDelete = endLine;
1521 endLine = result;