Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DOutlineValue.h52 bool isAuto() const { return m_isAuto; } in isAuto() function
/external/webkit/Source/WebCore/platform/
DLength.h171 bool isAuto() const { return type() == Auto; } in isAuto() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1422 bool isAuto; in styleForElement() local