HomeSort by relevance Sort by last modified time
    Searched refs:m_isAuto (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
OutlineValue.h 37 , m_isAuto(false)
43 return m_width == o.m_width && m_style == o.m_style && m_color == o.m_color && m_offset == o.m_offset && m_isAuto == o.m_isAuto;
52 bool isAuto() const { return m_isAuto; }
56 bool m_isAuto;
RenderStyle.h     [all...]

Completed in 17 milliseconds