Home
last modified time | relevance | path

Searched refs:textFillColor (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp79 , textFillColor(o.textFillColor) in StyleRareInheritedData()
144 && textFillColor == o.textFillColor in operator ==()
DStyleRareInheritedData.h58 Color textFillColor; variable
DRenderStyle.cpp560 || rareInheritedData->textFillColor != other->rareInheritedData->textFillColor in diff()
1140 result = textFillColor(); in colorIncludingFallback()
DRenderStyle.h1042 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/
DRenderTreeAsText.cpp290 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()
DInlineTextBox.cpp563 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/
DCSSStyleApplyProperty.cpp380 …PropertyWebkitTextFillColor, new ApplyPropertyColorBase(&RenderStyle::textFillColor, &RenderStyle:… in CSSStyleApplyProperty()
DCSSComputedStyleDeclaration.cpp1340 return currentColorOrValidColor(style.get(), style->textFillColor()); in getPropertyCSSValue()
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp331 if (!renderStyle->textFillColor().isValid()) in removeTextFillAndStrokeColorsIfNeeded()
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp689 …rapperMaybeInvalidColor(CSSPropertyWebkitTextFillColor, &RenderStyle::textFillColor, &RenderStyle:… in ensurePropertyMap()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-241253 (WebCore::InheritedFlags::textFillColor):
DChangeLog-2006-12-312120 (WebCore::RenderStyle::textFillColor):