Searched refs:isOnlyRun (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp55 static inline InlineBox* createInlineBoxForRenderer(RenderObject* obj, bool isRootLineBox, bool isOnlyRun = false)
65 textBox->setIsText(isOnlyRun || obj->document().inNoQuirksMode());
195 bool isOnlyRun = (runCount == 1); local
197 isOnlyRun = (!style()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_object->isListMarker();
202 InlineBox* box = createInlineBoxForRenderer(r->m_object, false, isOnlyRun);

Completed in 38 milliseconds