Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp155 , textEmphasisCustomMark(o.textEmphasisCustomMark) in StyleRareInheritedData()
216 && textEmphasisCustomMark == o.textEmphasisCustomMark in operator ==()
DStyleRareInheritedData.h145 AtomicString textEmphasisCustomMark; variable
DRenderStyle.cpp501 … || rareInheritedData->textEmphasisCustomMark != other.rareInheritedData->textEmphasisCustomMark in diffNeedsFullLayoutAndPaintInvalidation()
1061 return textEmphasisCustomMark(); in textEmphasisMarkString()
DRenderStyle.h871 …const AtomicString& textEmphasisCustomMark() const { return rareInheritedData->textEmphasisCustomM… in textEmphasisCustomMark() function
1352 …sCustomMark(const AtomicString& mark) { SET_VAR(rareInheritedData, textEmphasisCustomMark, mark); } in setTextEmphasisCustomMark()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp826 state.style()->setTextEmphasisCustomMark(state.parentStyle()->textEmphasisCustomMark()); in applyInheritCSSPropertyWebkitTextEmphasisStyle()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2194 … return cssValuePool().createValue(style->textEmphasisCustomMark(), CSSPrimitiveValue::CSS_STRING); in getPropertyCSSValue()