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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 159 && (_text_decorations == other._text_decorations)
181 unsigned _text_decorations : TextDecorationBits; member in struct:WebCore::RenderStyle::InheritedFlags
292 inherited_flags._text_decorations = initialTextDecoration();
560 TextDecoration textDecorationsInEffect() const { return static_cast<TextDecoration>(inherited_flags._text_decorations); }
    [all...]
RenderStyle.cpp 669 || inherited_flags._text_decorations != other->inherited_flags._text_decorations
    [all...]

Completed in 28 milliseconds