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

  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 171 && (_text_decorations == other._text_decorations)
193 unsigned _text_decorations : 4; member in struct:WebCore::RenderStyle::InheritedFlags
276 inherited_flags._text_decorations = initialTextDecoration();
485 int textDecorationsInEffect() const { return inherited_flags._text_decorations; }
    [all...]
RenderStyle.cpp 550 || inherited_flags._text_decorations != other->inherited_flags._text_decorations
    [all...]

Completed in 40 milliseconds