Home
last modified time | relevance | path

Searched refs:initialTextEmphasisFill (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp762 state.style()->setTextEmphasisFill(RenderStyle::initialTextEmphasisFill()); in applyInitialCSSPropertyWebkitTextEmphasisStyle()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1638 static TextEmphasisFill initialTextEmphasisFill() { return TextEmphasisFillFilled; } in initialTextEmphasisFill() function