Home
last modified time | relevance | path

Searched refs:textEmphasisColor (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp104 , textEmphasisColor(o.textEmphasisColor) in StyleRareInheritedData()
171 && textEmphasisColor == o.textEmphasisColor in operator ==()
DStyleRareInheritedData.h64 Color textEmphasisColor; variable
DRenderStyle.cpp675 || rareInheritedData->textEmphasisColor != other->rareInheritedData->textEmphasisColor in repaintOnlyDiff()
1378 result = visitedLink ? visitedLinkTextEmphasisColor() : textEmphasisColor(); in colorIncludingFallback()
DRenderStyle.h1301 void setTextEmphasisColor(const Color& c) { SET_VAR(rareInheritedData, textEmphasisColor, c); } in setTextEmphasisColor()
1753 Color textEmphasisColor() const { return rareInheritedData->textEmphasisColor; } in textEmphasisColor() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2289 return currentColorOrValidColor(*style, style->textEmphasisColor()); in getPropertyCSSValue()