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

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp256 bool ltrEllipsisWithinBox = flowIsLTR && (ellipsisX < m_x + m_logicalWidth); local
258 if (ltrEllipsisWithinBox || rtlEllipsisWithinBox) {

Completed in 49 milliseconds