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

  /external/webkit/Source/WebCore/rendering/
RenderView.h 150 int bestTruncatedAt() const { return m_legacyPrinting.m_bestTruncatedAt; }
156 m_legacyPrinting.m_bestTruncatedAt = 0;
223 : m_bestTruncatedAt(0)
229 int m_bestTruncatedAt;
RenderView.cpp 771 m_legacyPrinting.m_bestTruncatedAt = y;
779 m_legacyPrinting.m_bestTruncatedAt = y;

Completed in 70 milliseconds