Searched defs:isAuto (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DOutlineValue.h52 bool isAuto() const { return m_isAuto; } function in class:WebCore::OutlineValue
/external/webkit/Source/WebCore/platform/
H A DLength.h171 bool isAuto() const { return type() == Auto; } function in struct:WebCore::Length
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1418 bool isAuto; local
1419 TextDirection textDirection = toHTMLElement(m_styledElement)->directionalityIfhasDirAutoAttribute(isAuto);
1420 if (isAuto)
1767 if (style->height().isAuto()) {
1895 && style->width().isAuto())

Completed in 91 milliseconds