Home
last modified time | relevance | path

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

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