Home
last modified time | relevance | path

Searched defs:isSpecified (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedProperty.cpp66 bool SVGAnimatedPropertyBase::isSpecified() const in isSpecified() function in WebCore::SVGAnimatedPropertyBase
/external/chromium_org/third_party/WebKit/Source/platform/
DLength.h280 … bool isSpecified() const { return type() == Fixed || type() == Percent || type() == Calculated; } in isSpecified() function