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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 391 LayoutUnit paintEnd = isHorizontal() ? paintInfo.rect.maxX() : paintInfo.rect.maxY();
402 if (logicalStart >= paintEnd || logicalStart + logicalExtent <= paintStart)
646 unsigned paintEnd = std::min(end() + 1, underline.endOffset); // end() points at the last char, not past it.
648 paintEnd = std::min(paintEnd, static_cast<unsigned>(m_start + m_truncation));
649 return paintEnd;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 297 milliseconds