Home
last modified time | relevance | path

Searched refs:textEmphasisFill (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp74 , textEmphasisFill(TextEmphasisFillFilled) in StyleRareInheritedData()
126 , textEmphasisFill(o.textEmphasisFill) in StyleRareInheritedData()
197 && textEmphasisFill == o.textEmphasisFill in operator ==()
DStyleRareInheritedData.h92 unsigned textEmphasisFill : 1; // TextEmphasisFill variable
DRenderStyle.cpp676 || rareInheritedData->textEmphasisFill != other->rareInheritedData->textEmphasisFill) in repaintOnlyDiff()
1068 return textEmphasisFill() == TextEmphasisFillFilled ? filledDotString : openDotString; in textEmphasisMarkString()
1073 return textEmphasisFill() == TextEmphasisFillFilled ? filledCircleString : openCircleString; in textEmphasisMarkString()
1078 …return textEmphasisFill() == TextEmphasisFillFilled ? filledDoubleCircleString : openDoubleCircleS… in textEmphasisMarkString()
1083 … return textEmphasisFill() == TextEmphasisFillFilled ? filledTriangleString : openTriangleString; in textEmphasisMarkString()
1088 return textEmphasisFill() == TextEmphasisFillFilled ? filledSesameString : openSesameString; in textEmphasisMarkString()
DRenderStyle.h839 …TextEmphasisFill textEmphasisFill() const { return static_cast<TextEmphasisFill>(rareInheritedData… in textEmphasisFill() function
1302 …void setTextEmphasisFill(TextEmphasisFill fill) { SET_VAR(rareInheritedData, textEmphasisFill, fil… in setTextEmphasisFill()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp769 state.style()->setTextEmphasisFill(state.parentStyle()->textEmphasisFill()); in applyInheritCSSPropertyWebkitTextEmphasisStyle()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2307 list->append(cssValuePool().createValue(style->textEmphasisFill())); in getPropertyCSSValue()