Searched defs:setMaxHeight (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp146 void setMaxHeight(int maxHeight) { m_maxHeight = maxHeight; } function in class:WebCore::PopupListBox
335 m_listBox->setMaxHeight(kMaxHeight);
377 m_listBox->setMaxHeight(spaceAbove);
379 m_listBox->setMaxHeight(spaceBelow);
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h810 void setMaxHeight(Length v) { SET_VAR(m_box, m_maxHeight, v) } function in class:WebCore::RenderStyle

Completed in 92 milliseconds