Searched defs:rootInlineBox (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp485 void RenderBlockFlow::updateLogicalWidthForAlignment(const ETextAlign& textAlign, const RootInlineBox* rootInlineBox, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, unsigned expansionOpportunityCount) argument
488 if (rootInlineBox && rootInlineBox->renderer().style()->unicodeBidi() == Plaintext)
489 direction = rootInlineBox->direction();

Completed in 240 milliseconds