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

  /external/webkit/Source/WebCore/rendering/
RenderView.h 157 m_legacyPrinting.m_truncatorWidth = 0;
225 , m_truncatorWidth(0)
231 int m_truncatorWidth;
RenderView.cpp 777 if (boundingBox.width() > m_legacyPrinting.m_truncatorWidth) {
778 m_legacyPrinting.m_truncatorWidth = boundingBox.width();

Completed in 21 milliseconds