Searched defs:isSpecified (Results 1 – 2 of 2) sorted by relevance
66 bool SVGAnimatedPropertyBase::isSpecified() const in isSpecified() function in WebCore::SVGAnimatedPropertyBase
280 … bool isSpecified() const { return type() == Fixed || type() == Percent || type() == Calculated; } in isSpecified() function