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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.h 57 , m_pageLogicalHeight(0)
81 LayoutUnit pageLogicalHeight() const { return m_pageLogicalHeight; }
90 bool needsBlockDirectionLocationSetBeforeLayout() const { return m_lineGrid || (m_isPaginated && m_pageLogicalHeight); }
130 LayoutUnit m_pageLogicalHeight;
RenderView.h 150 LayoutUnit pageLogicalHeight() const { return m_pageLogicalHeight; }
153 if (m_pageLogicalHeight != height) {
154 m_pageLogicalHeight = height;
277 LayoutUnit m_pageLogicalHeight;

Completed in 36 milliseconds