Home | History | Annotate | Download | only in rendering

Lines Matching refs:endLine

726         RootInlineBox* endLine = (fullLayout || !startLine) ? 
763 bool checkForEndLineMatch = endLine;
771 if (checkForEndLineMatch && (endLineMatched = matchedEndLine(resolver, cleanLineStart, cleanLineBidiStatus, endLine, endLineYPos, repaintBottom, repaintTop)))
906 if (endLine) {
910 for (RootInlineBox* line = endLine; line; line = line->nextRootBox()) {
930 RootInlineBox* line = endLine;
1146 bool RenderBlock::matchedEndLine(const InlineBidiResolver& resolver, const InlineIterator& endLineStart, const BidiStatus& endLineStatus, RootInlineBox*& endLine, int& endYPos, int& repaintBottom, int& repaintTop)
1159 RootInlineBox* lastLine = endLine;
1176 RootInlineBox* line = endLine;
1184 // Set our yPos to be the block height of endLine.
1193 RootInlineBox* lastLine = endLine;
1206 RootInlineBox* boxToDelete = endLine;
1216 endLine = result;