Searched refs:textFillColor (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ |
D | StyleRareInheritedData.cpp | 79 , textFillColor(o.textFillColor) in StyleRareInheritedData() 144 && textFillColor == o.textFillColor in operator ==()
|
D | StyleRareInheritedData.h | 58 Color textFillColor; variable
|
D | RenderStyle.cpp | 560 || rareInheritedData->textFillColor != other->rareInheritedData->textFillColor in diff() 1140 result = textFillColor(); in colorIncludingFallback()
|
D | RenderStyle.h | 1042 void setTextFillColor(const Color& c) { SET_VAR(rareInheritedData, textFillColor, c) } in setTextFillColor() 1401 const Color& textFillColor() const { return rareInheritedData->textFillColor; } in textFillColor() function
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTreeAsText.cpp | 290 if (o.parent() && (o.parent()->style()->textFillColor() != o.style()->textFillColor()) && in writeRenderObject() 291 … o.style()->textFillColor().isValid() && o.style()->textFillColor() != o.style()->color() && in writeRenderObject() 292 o.style()->textFillColor().rgb()) in writeRenderObject() 293 ts << " [textFillColor=" << o.style()->textFillColor().nameForRenderTreeAsText() << "]"; in writeRenderObject()
|
D | InlineTextBox.cpp | 563 Color textFillColor; in paint() local 570 textFillColor = Color::black; in paint() 574 textFillColor = styleToUse->visitedDependentColor(CSSPropertyWebkitTextFillColor); in paint() 578 textFillColor = correctedTextColor(textFillColor, Color::white); in paint() 596 Color selectionFillColor = textFillColor; in paint() 678 …updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorS… in paint() 736 …updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorS… in paint()
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleApplyProperty.cpp | 380 …PropertyWebkitTextFillColor, new ApplyPropertyColorBase(&RenderStyle::textFillColor, &RenderStyle:… in CSSStyleApplyProperty()
|
D | CSSComputedStyleDeclaration.cpp | 1340 return currentColorOrValidColor(style.get(), style->textFillColor()); in getPropertyCSSValue()
|
/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.cpp | 331 if (!renderStyle->textFillColor().isValid()) in removeTextFillAndStrokeColorsIfNeeded()
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationBase.cpp | 689 …rapperMaybeInvalidColor(CSSPropertyWebkitTextFillColor, &RenderStyle::textFillColor, &RenderStyle:… in ensurePropertyMap()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 1253 (WebCore::InheritedFlags::textFillColor):
|
D | ChangeLog-2006-12-31 | 2120 (WebCore::RenderStyle::textFillColor):
|