Home
last modified time | relevance | path

Searched refs:isAnimVal (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyTearOff.h54 bool isAnimVal() const in isAnimVal() function
71 return isReadOnlyProperty() || isAnimVal(); in isImmutable()
DSVGPropertyTearOff.cpp41 if (!contextElement() || isAnimVal()) in commitChange()