Home
last modified time | relevance | path

Searched refs:setTextEmphasisCustomMark (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h1092 …void setTextEmphasisCustomMark(const AtomicString& mark) { SET_VAR(rareInheritedData, textEmphasis… in setTextEmphasisCustomMark() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp5954 m_style->setTextEmphasisCustomMark(nullAtom); in applyProperty()
5964 m_style->setTextEmphasisCustomMark(primitiveValue->getStringValue()); in applyProperty()
5968 m_style->setTextEmphasisCustomMark(nullAtom); in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-061531 (WebCore::InheritedFlags::setTextEmphasisCustomMark):