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

  /external/webkit/Source/WebCore/svg/
SVGFontFaceElement.cpp 114 int propId = cssPropertyIdForSVGAttributeName(attr->name());
115 if (propId > 0) {
116 m_styleDeclaration->setProperty(propId, attr->value(), false);
SVGStyledElement.cpp 300 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName);
301 if (propId > 0) {
302 addCSSProperty(attr, propId, attr->value());
405 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(cssSVGAttr->name());
406 addCSSProperty(cssSVGAttr, propId, cssSVGAttr->value());

Completed in 76 milliseconds