Home
last modified time | relevance | path

Searched refs:m_bestTruncatedAt (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderView.h150 int bestTruncatedAt() const { return m_legacyPrinting.m_bestTruncatedAt; } in bestTruncatedAt()
156 m_legacyPrinting.m_bestTruncatedAt = 0; in setTruncatedAt()
223 : m_bestTruncatedAt(0) in LegacyPrinting()
229 int m_bestTruncatedAt; member
DRenderView.cpp771 m_legacyPrinting.m_bestTruncatedAt = y; in setBestTruncatedAt()
779 m_legacyPrinting.m_bestTruncatedAt = y; in setBestTruncatedAt()