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 69 LayoutUnit pageLogicalHeight() const { return m_pageLogicalHeight; }
75 bool needsBlockDirectionLocationSetBeforeLayout() const { return m_isPaginated && m_pageLogicalHeight; }
98 LayoutUnit m_pageLogicalHeight;
RenderView.h 119 LayoutUnit pageLogicalHeight() const { return m_pageLogicalHeight; }
122 if (m_pageLogicalHeight != height) {
123 m_pageLogicalHeight = height;
194 LayoutUnit m_pageLogicalHeight;

Completed in 35 milliseconds