Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp122 && textEmphasisColor == o.textEmphasisColor in operator ==()
DStyleRareInheritedData.h59 Color textEmphasisColor; variable
DRenderStyle.cpp562 || rareInheritedData->textEmphasisColor != other->rareInheritedData->textEmphasisColor in diff()
1137 result = textEmphasisColor(); in colorIncludingFallback()
DRenderStyle.h1089 void setTextEmphasisColor(const Color& c) { SET_VAR(rareInheritedData, textEmphasisColor, c) } in setTextEmphasisColor()
1361 const Color& textEmphasisColor() const { return rareInheritedData->textEmphasisColor; } in textEmphasisColor() function
/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp379 …tyWebkitTextEmphasisColor, new ApplyPropertyColorBase(&RenderStyle::textEmphasisColor, &RenderStyl… in CSSStyleApplyProperty()
DCSSComputedStyleDeclaration.cpp1330 return currentColorOrValidColor(style.get(), style->textEmphasisColor()); in getPropertyCSSValue()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-061538 (WebCore::InheritedFlags::textEmphasisColor):