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

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 36 const unsigned short cFullTruncation = USHRT_MAX - 1;
InlineTextBox.cpp 236 m_truncation = cFullTruncation;
250 m_truncation = cFullTruncation;
274 m_truncation = cFullTruncation;
354 if (m_truncation != cFullTruncation && visibleToHitTesting() && rect.intersects(result.rectForPoint(x, y))) {
470 m_truncation == cFullTruncation || paintInfo.phase == PaintPhaseOutline || !m_len)
    [all...]

Completed in 635 milliseconds