Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h176 …float placeBoxRangeInInlineDirection(InlineBox* firstChild, InlineBox* lastChild, float& logicalLe…
DInlineFlowBox.cpp370placeBoxRangeInInlineDirection(firstChild(), 0, logicalLeft, minLogicalLeft, maxLogicalRight, need… in placeBoxesInInlineDirection()
377 float InlineFlowBox::placeBoxRangeInInlineDirection(InlineBox* firstChild, InlineBox* lastChild, fl… in placeBoxRangeInInlineDirection() function in WebCore::InlineFlowBox
DRenderBlockLineLayout.cpp663 …endLogicalRight = lineBox->placeBoxRangeInInlineDirection(segmentStart->m_box, newSegmentStart ? n… in computeInlineDirectionPositionsForLine()