Searched defs:minHeight (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DStyleBoxData.h50 Length minHeight() const { return m_minHeight; } function in class:WebCore::StyleBoxData
H A DRenderStyle.h400 Length minHeight() const { return m_box->minHeight(); } function in class:WebCore::RenderStyle
/external/webkit/Source/WebCore/platform/haiku/
H A DRenderThemeHaiku.cpp168 const int minHeight = 20; local
169 style->setMinHeight(Length(minHeight, Fixed));
/external/webkit/Source/WebCore/rendering/
H A DRenderScrollbarPart.cpp110 int minHeight = calcScrollbarThicknessUsing(style()->minHeight(), visibleSize); local
112 setHeight(max(minHeight, min(maxHeight, h)));
H A DRenderFlexibleBox.cpp674 int minHeight = height() + toAdd; local
744 if (height() < minHeight)
745 setHeight(minHeight);
1074 if (child->style()->minHeight().isFixed()) {
1075 int minH = child->style()->minHeight().value();
H A DRenderThemeWinCE.cpp455 int minHeight = style->fontMetrics().height(); local
456 minHeight = max(minHeight, dropDownBoxMinHeight);
458 style->setMinHeight(Length(minHeight, Fixed));
H A DRenderThemeSafari.cpp933 const int minHeight = 15; local
934 style->setMinHeight(Length(minHeight, Fixed));
H A DRenderThemeWin.cpp775 int minHeight = style->fontMetrics().height(); local
776 minHeight = max(minHeight, dropDownBoxMinHeight);
778 style->setMinHeight(Length(minHeight, Fixed));
/external/webkit/Source/WebKit/android/
H A DRenderSkinCombo.cpp119 int RenderSkinCombo::minHeight() { function in class:WebCore::RenderSkinCombo
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.cpp431 style->setMinHeight(Length(RenderSkinCombo::minHeight(), Fixed));
468 const int minHeight = 15; local
469 style->setMinHeight(Length(minHeight, Fixed));

Completed in 4087 milliseconds