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

  /external/webkit/WebCore/rendering/style/
OutlineValue.h 36 , _auto(false)
42 return width == o.width && m_style == o.m_style && color == o.color && _offset == o._offset && _auto == o._auto;
51 bool _auto; member in class:WebCore::OutlineValue
RenderStyle.h 421 bool outlineStyleIsAuto() const { return background->m_outline._auto; }
    [all...]

Completed in 595 milliseconds