Home
last modified time | relevance | path

Searched defs:textFillColor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.h68 …StyleColor textFillColor() const { return m_textFillColorIsCurrentColor ? StyleColor::currentColor… in textFillColor() function
DRenderStyle.h1789 StyleColor textFillColor() const { return rareInheritedData->textFillColor(); } in textFillColor() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTreeAsText.cpp237 Color textFillColor = o.resolveColor(CSSPropertyWebkitTextFillColor); in writeRenderObject() local