Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSStyleSelector.cpp127 if (isInherit) { \
157 if (isInherit) { \
187 if (isInherit || isInitial) \
227 if (isInherit) { \
251 if (isInherit || isInitial) \
277 if (isInherit) { \
301 if (isInherit || isInitial) \
2895 bool isInherit = m_parentNode && valueType == CSSValue::CSS_INHERIT; in applyProperty() local
3004 if (isInherit) in applyProperty()
3032 if (isInherit) in applyProperty()
[all …]
DSVGCSSStyleSelector.cpp51 if (isInherit) \
117 bool isInherit = m_parentNode && valueType == CSSPrimitiveValue::CSS_INHERIT; in applySVGProperty() local