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

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPathSegListPropertyTearOff.cpp 97 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty();
102 if (!animatedPropertyOfItem)
107 if (!animatedPropertyOfItem->isAnimatedListTearOff())
112 bool livesInOtherList = animatedPropertyOfItem != m_animatedProperty;
113 SVGAnimatedPathSegListPropertyTearOff* propertyTearOff = static_cast<SVGAnimatedPathSegListPropertyTearOff*>(animatedPropertyOfItem);
SVGListPropertyTearOff.h 177 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty();
181 if (!animatedPropertyOfItem)
186 if (!animatedPropertyOfItem->isAnimatedListTearOff()) {
199 bool livesInOtherList = animatedPropertyOfItem != m_animatedProperty;
200 AnimatedListPropertyTearOff* propertyTearOff = static_cast<AnimatedListPropertyTearOff*>(animatedPropertyOfItem);

Completed in 63 milliseconds