Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DProcessingInstruction.cpp120 bool isCSS = type.isEmpty() || type == "text/css"; in checkStyleSheet() local
124 if (!isCSS && !m_isXSL) in checkStyleSheet()
126 if (!isCSS) in checkStyleSheet()
/external/webkit/WebCore/svg/
DSVGAnimationElement.cpp304 bool isCSS = targetAttributeIsCSS(); in setTargetAttributeAnimatedValue() local
305 if (isCSS) { in setTargetAttributeAnimatedValue()
324 if (isCSS) in setTargetAttributeAnimatedValue()