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

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPathSegListPropertyTearOff.cpp 113 SVGAnimatedPathSegListPropertyTearOff* propertyTearOff = static_cast<SVGAnimatedPathSegListPropertyTearOff*>(animatedPropertyOfItem);
114 int indexToRemove = propertyTearOff->findItem(newItem.get());
121 propertyTearOff->removeItemFromList(indexToRemove, livesInOtherList);
SVGListPropertyTearOff.h 200 AnimatedListPropertyTearOff* propertyTearOff = static_cast<AnimatedListPropertyTearOff*>(animatedPropertyOfItem);
201 int indexToRemove = propertyTearOff->findItem(newItem.get());
208 propertyTearOff->removeItemFromList(indexToRemove, livesInOtherList);

Completed in 65 milliseconds