Home
last modified time | relevance | path

Searched refs:isAnimatedListTearOff (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedProperty.h44 virtual bool isAnimatedListTearOff() const { return false; } in isAnimatedListTearOff() function
DSVGPathSegListPropertyTearOff.cpp107 if (!animatedPropertyOfItem->isAnimatedListTearOff()) in processIncomingListItemValue()
DSVGAnimatedListPropertyTearOff.h64 virtual bool isAnimatedListTearOff() const { return true; } in isAnimatedListTearOff() function
DSVGListPropertyTearOff.h186 if (!animatedPropertyOfItem->isAnimatedListTearOff()) { in processIncomingListItemWrapper()