HomeSort by relevance Sort by last modified time
    Searched defs:textFillColor (Results 1 - 3 of 3) 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 237 Color textFillColor = o.resolveColor(CSSPropertyWebkitTextFillColor);
238 if (o.parent()->resolveColor(CSSPropertyWebkitTextFillColor) != textFillColor
239 && textFillColor != color && textFillColor.rgb())
240 ts << " [textFillColor=" << textFillColor << "]";

Completed in 71 milliseconds