HomeSort by relevance Sort by last modified time
    Searched defs:truncation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 73 unsigned short truncation() { return m_truncation; } function in class:WebCore::InlineTextBox
176 // denote no truncation (the whole run paints) and full truncation (nothing paints at all).
RenderText.cpp 387 unsigned short truncation = box->truncation(); local
388 if (truncation == cNoTruncation)
397 // the selection is past the beginning of the truncation and the
398 // beginning of the selection is before or at the beginning of the truncation.
399 if (ellipsisEndPosition >= truncation && ellipsisStartPosition <= truncation)
    [all...]

Completed in 502 milliseconds