Searched refs:textEmphasisColor (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareInheritedData.cpp106 , textEmphasisColor(o.textEmphasisColor)
175 && textEmphasisColor == o.textEmphasisColor
H A DStyleRareInheritedData.h65 StyleColor textEmphasisColor; member in class:WebCore::StyleRareInheritedData
H A DRenderStyle.cpp646 || rareInheritedData->textEmphasisColor != other->rareInheritedData->textEmphasisColor
1331 result = visitedLink ? visitedLinkTextEmphasisColor() : textEmphasisColor();
H A DRenderStyle.h1247 void setTextEmphasisColor(const StyleColor& c) { SET_VAR(rareInheritedData, textEmphasisColor, c); }
1675 StyleColor textEmphasisColor() const { return rareInheritedData->textEmphasisColor; } function in class:WebCore::RenderStyle

Completed in 93 milliseconds