Home
last modified time | relevance | path

Searched defs:setMaxHeight (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.h171 virtual void setMaxHeight(int maxHeight) OVERRIDE { m_maxHeight = maxHeight; } in setMaxHeight() function
/external/chromium_org/third_party/WebKit/Source/web/tests/
DPopupContainerTest.cpp35 virtual void setMaxHeight(int max) OVERRIDE { maxHeight = max; } in setMaxHeight() function in MockPopupContent
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h975 void setMaxHeight(Length v) { SET_VAR(m_box, m_maxHeight, v); } in setMaxHeight() function