Searched refs:m_footerHeight (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingTreeFrameScrollingNode.cpp40 , m_footerHeight(0)
67 m_footerHeight = state.footerHeight();
H A DScrollingTreeFrameScrollingNode.h66 int footerHeight() const { return m_footerHeight; }
75 int m_footerHeight; member in class:WebCore::ScrollingTreeFrameScrollingNode
H A DScrollingStateFrameScrollingNode.h85 int footerHeight() const { return m_footerHeight; }
146 int m_footerHeight; member in class:WebCore::final
H A DScrollingStateFrameScrollingNode.cpp53 , m_footerHeight(0)
71 , m_footerHeight(stateNode.footerHeight())
161 if (m_footerHeight == footerHeight)
164 m_footerHeight = footerHeight;
/macosx-10.10/WebCore-7600.1.25/page/
H A DPage.h379 int footerHeight() const { return m_footerHeight; }
560 int m_footerHeight; member in class:WebCore::Page
H A DFrameView.h465 virtual int footerHeight() const override { return m_footerHeight; }
736 int m_footerHeight; member in class:WebCore::final
H A DPage.cpp188 , m_footerHeight(0)
1318 m_footerHeight = footerHeight;
1328 frameView->setFooterHeight(m_footerHeight);
1329 renderView->compositor().updateLayerForFooter(m_footerHeight);
H A DFrameView.cpp192 , m_footerHeight(0)
927 m_footerHeight = footerHeight;

Completed in 134 milliseconds