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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp290 bool rtlEllipsisWithinBox = !flowIsLTR && (ellipsisX > logicalLeft()); local
291 if (ltrEllipsisWithinBox || rtlEllipsisWithinBox) {

Completed in 66 milliseconds