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

/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DOutlineValue.h51 OutlineIsAuto isAuto() const { return static_cast<OutlineIsAuto>(m_isAuto); } function in class:WebCore::OutlineValue
H A DGridPosition.h52 bool isAuto() const { return m_type == AutoPosition; } function in class:WebCore::GridPosition
H A DRenderStyle.h1109 void setOutlineStyleIsAuto(OutlineIsAuto isAuto) { SET_VAR(m_background, m_outline.m_isAuto, isAuto); } argument
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DElementRuleCollector.cpp487 bool isAuto; local
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLength.h219 bool isAuto() const { return type() == Auto; } function in struct:WebCore::Length
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTextFormControlElement.cpp667 bool isAuto; local

Completed in 228 milliseconds