Home | History | Annotate | Download | only in rendering

Lines Matching refs:BidiRunList

133 void RenderBlock::appendRunsForObject(BidiRunList<BidiRun>& runs, int start, int end, RenderObject* obj, InlineBidiResolver& resolver)
277 static bool reachedEndOfTextRenderer(const BidiRunList<BidiRun>& bidiRuns)
298 RootInlineBox* RenderBlock::constructLine(BidiRunList<BidiRun>& bidiRuns, bool firstLine, bool lastLine)
672 inline BidiRun* RenderBlock::handleTrailingSpaces(BidiRunList<BidiRun>& bidiRuns, BidiContext* currentContext)
1008 // Once BidiRunList is separated from BidiResolver this will not be needed.
1021 // FIXME: This ownership is reversed. We should own the BidiRunList and pass it to createBidiRunsForLine.
1022 BidiRunList<BidiRun>& bidiRuns = resolver.runs();