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

  /external/webkit/WebCore/svg/
SVGStyledElement.h 72 static int cssPropertyIdForSVGAttributeName(const QualifiedName&);
SVGStyledElement.cpp 80 int SVGStyledElement::cssPropertyIdForSVGAttributeName(const QualifiedName& attrName)
154 if (SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName) > 0) {
165 // cssPropertyIdForSVGAttributeName will also have to override mapToEntry to disable the default eSVG mapping
166 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName);
187 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName);
301 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(cssSVGAttr->name());
SVGFontFaceElement.cpp 65 static int cssPropertyIdForSVGAttributeName(const QualifiedName& attrName)
115 int propId = cssPropertyIdForSVGAttributeName(attr->name());

Completed in 75 milliseconds