Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.h67 …StyleColor textStrokeColor() const { return m_textStrokeColorIsCurrentColor ? StyleColor::currentC… in textStrokeColor() function
DRenderStyle.h1790 StyleColor textStrokeColor() const { return rareInheritedData->textStrokeColor(); } in textStrokeColor() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTreeAsText.cpp242 Color textStrokeColor = o.resolveColor(CSSPropertyWebkitTextStrokeColor); in writeRenderObject() local