Home
last modified time | relevance | path

Searched defs:minHeight (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderScrollbarPart.cpp106 int minHeight = calcScrollbarThicknessUsing(style()->minHeight(), visibleSize); in computeScrollbarHeight() local
DRenderFlexibleBox.cpp817 int minHeight = height() + toAdd; in layoutVerticalBox() local
DRenderThemeWin.cpp650 int minHeight = style->font().height(); in adjustMenuListButtonStyle() local
DRenderThemeSafari.cpp894 const int minHeight = 15; in adjustMenuListButtonStyle() local
DRenderBox.cpp2710 int minHeight; in calcAbsoluteVertical() local
/external/webkit/WebCore/platform/android/
DRenderThemeAndroid.cpp284 const int minHeight = 15; in adjustMenuListButtonStyle() local
/external/webkit/WebCore/bindings/objc/
DDOMCSS.mm943 {
/external/webkit/WebCore/rendering/style/
DRenderStyle.h366 Length minHeight() const { return box->min_height; } in minHeight() function