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

  /external/webkit/Source/WebCore/rendering/
LayoutState.h 45 , m_pageLogicalHeight(0)
68 bool isPaginated() const { return m_pageLogicalHeight || m_columnInfo; }
76 bool pageLogicalHeight() const { return m_pageLogicalHeight; }
92 int m_pageLogicalHeight; // The current page height for the pagination model that encloses us.
RenderView.h 140 unsigned pageLogicalHeight() const { return m_pageLogicalHeight; }
143 if (m_pageLogicalHeight != height) {
144 m_pageLogicalHeight = height;
244 unsigned m_pageLogicalHeight;

Completed in 25 milliseconds