Home
last modified time | relevance | path

Searched refs:MaxWidth (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBox.h31 enum WidthType { Width, MinWidth, MaxWidth }; enumerator
DRenderBox.cpp1785 int maxW = calcWidthUsing(MaxWidth, containerWidth); in calcWidth()
1875 Length width = (widthType == MaxWidth) ? style()->maxWidth() : style()->width(); in sizesToIntrinsicWidth()
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp3516 HANDLE_INHERIT_COND(CSSPropertyMaxWidth, maxWidth, MaxWidth) in applyProperty()
3535 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMaxWidth, MaxWidth, MaxSize) in applyProperty()