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

/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h171 && (_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; }
947 void addToTextDecorationsInEffect(int v) { inherited_flags._text_decorations |= v; }
948 void setTextDecorationsInEffect(int v) { inherited_flags._text_decorations = v; }

Completed in 43 milliseconds