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 237 m_truncation = cFullTruncation;
251 m_truncation = cFullTruncation;
275 m_truncation = cFullTruncation;
355 if (m_truncation != cFullTruncation && visibleToHitTesting() && rect.intersects(result.rectForPoint(x, y))) {
471 m_truncation == cFullTruncation || paintInfo.phase == PaintPhaseOutline || !m_len)
    [all...]

Completed in 62 milliseconds