HomeSort by relevance Sort by last modified time
    Searched refs:m_pageLogicalHeight (Results 1 - 5 of 5) 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.
LayoutState.cpp 86 m_pageLogicalHeight = pageLogicalHeight;
92 m_pageLogicalHeight = m_next->m_pageLogicalHeight;
98 m_pageLogicalHeight = 0;
111 , m_pageLogicalHeight(0)
160 m_pageLogicalHeight = m_next->m_pageLogicalHeight;
RenderView.h 140 unsigned pageLogicalHeight() const { return m_pageLogicalHeight; }
143 if (m_pageLogicalHeight != height) {
144 m_pageLogicalHeight = height;
244 unsigned m_pageLogicalHeight;
RenderView.cpp 56 , m_pageLogicalHeight(0)
131 state.m_pageLogicalHeight = m_pageLogicalHeight;
RenderBlock.cpp     [all...]

Completed in 45 milliseconds