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

  /external/webkit/WebCore/rendering/
RenderLineBoxList.cpp 189 if (ty + curr->topVisibleOverflow() < v->truncatedAt())
192 if (ty + curr->topVisibleOverflow() >= v->truncatedAt())
RenderView.h 84 int truncatedAt() const { return m_truncatedAt; }

Completed in 129 milliseconds