HomeSort by relevance Sort by last modified time
    Searched defs:textFillColor (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.h 68 StyleColor textFillColor() const { return m_textFillColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textFillColor); }
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 232 Color textFillColor = o.resolveColor(CSSPropertyWebkitTextFillColor);
233 if (o.parent()->resolveColor(CSSPropertyWebkitTextFillColor) != textFillColor
234 && textFillColor != color && textFillColor.rgb())
235 ts << " [textFillColor=" << textFillColor.nameForRenderTreeAsText() << "]";
InlineTextBox.cpp 545 Color textFillColor;
554 textFillColor = Color::black;
558 textFillColor = rendererToUse.resolveColor(styleToUse, CSSPropertyWebkitTextFillColor);
570 textFillColor = correctedTextColor(textFillColor, Color::white);
588 Color selectionFillColor = textFillColor;
697 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth);
    [all...]

Completed in 167 milliseconds