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

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp257 bool rtlEllipsisWithinBox = !flowIsLTR && (ellipsisX > m_x); local
258 if (ltrEllipsisWithinBox || rtlEllipsisWithinBox) {

Completed in 53 milliseconds