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

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp1239 bool blockIsInOppositeDirection = renderer()->containingBlock()->style()->isLeftToRightDirection() != isLeftToRightDirection(); local
1240 if (blockIsInOppositeDirection)
1254 if (blockIsInOppositeDirection && (!offset || offset == m_len))

Completed in 360 milliseconds