Lines Matching refs:endLine
726 RootInlineBox* endLine = (fullLayout || !startLine) ? in layoutInlineChildren() local
763 bool checkForEndLineMatch = endLine; in layoutInlineChildren()
771 …eMatched = matchedEndLine(resolver, cleanLineStart, cleanLineBidiStatus, endLine, endLineYPos, rep… in layoutInlineChildren()
906 if (endLine) { in layoutInlineChildren()
910 for (RootInlineBox* line = endLine; line; line = line->nextRootBox()) { in layoutInlineChildren()
930 RootInlineBox* line = endLine; in layoutInlineChildren()
1146 …Iterator& endLineStart, const BidiStatus& endLineStatus, RootInlineBox*& endLine, int& endYPos, in… in matchedEndLine() argument
1159 RootInlineBox* lastLine = endLine; in matchedEndLine()
1176 RootInlineBox* line = endLine; in matchedEndLine()
1193 RootInlineBox* lastLine = endLine; in matchedEndLine()
1206 RootInlineBox* boxToDelete = endLine; in matchedEndLine()
1216 endLine = result; in matchedEndLine()