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

  /external/webkit/WebCore/svg/
SVGFontFaceElement.cpp 115 int propId = cssPropertyIdForSVGAttributeName(attr->name());
116 if (propId > 0) {
117 m_styleDeclaration->setProperty(propId, attr->value(), false);
SVGStyledElement.cpp 166 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName);
167 if (propId > 0) {
168 addCSSProperty(attr, propId, attr->value());
187 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName);
188 if (propId > 0)
301 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(cssSVGAttr->name());
302 addCSSProperty(cssSVGAttr, propId, cssSVGAttr->value());

Completed in 113 milliseconds