Home
last modified time | relevance | path

Searched refs:m_maxHeight (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleBoxData.cpp41 , m_maxHeight(RenderStyle::initialMaxSize()) in StyleBoxData()
56 , m_maxHeight(o.m_maxHeight) in StyleBoxData()
72 && m_maxHeight == o.m_maxHeight in operator ==()
DStyleBoxData.h53 Length maxHeight() const { return m_maxHeight; } in maxHeight()
76 Length m_maxHeight; variable
DRenderStyle.h975 void setMaxHeight(Length v) { SET_VAR(m_box, m_maxHeight, v); } in setMaxHeight()
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.h171 virtual void setMaxHeight(int maxHeight) OVERRIDE { m_maxHeight = maxHeight; } in setMaxHeight()
271 int m_maxHeight; variable
DPopupListBox.cpp80 , m_maxHeight(defaultMaxHeight) in PopupListBox()
878 if (windowHeight + rowHeight > m_maxHeight) { in layout()