HomeSort by relevance Sort by last modified time
    Searched refs:isCSS (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/dom/
ProcessingInstruction.cpp 120 bool isCSS = type.isEmpty() || type == "text/css";
124 if (!isCSS && !m_isXSL)
126 if (!isCSS)
  /external/webkit/WebCore/svg/
SVGAnimationElement.cpp 304 bool isCSS = targetAttributeIsCSS();
305 if (isCSS) {
324 if (isCSS)

Completed in 439 milliseconds