Searched refs:isOnlyRun (Results 1 – 1 of 1) sorted by relevance
55 …nlineBox* createInlineBoxForRenderer(RenderObject* obj, bool isRootLineBox, bool isOnlyRun = false) in createInlineBoxForRenderer() argument65 textBox->setIsText(isOnlyRun || obj->document().inNoQuirksMode()); in createInlineBoxForRenderer()195 bool isOnlyRun = (runCount == 1); in constructLine() local197 …isOnlyRun = (!style()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_obj… in constructLine()202 InlineBox* box = createInlineBoxForRenderer(r->m_object, false, isOnlyRun); in constructLine()