OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animatedPropertyOfItem
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/properties/
SVGPathSegListPropertyTearOff.cpp
78
SVGAnimatedProperty*
animatedPropertyOfItem
= newItemWithContext->animatedProperty();
83
if (!
animatedPropertyOfItem
)
88
if (!
animatedPropertyOfItem
->isAnimatedListTearOff())
93
bool livesInOtherList =
animatedPropertyOfItem
!= m_animatedProperty;
94
int removedIndex = static_cast<SVGAnimatedPathSegListPropertyTearOff*>(
animatedPropertyOfItem
)->removeItemFromList(newItem.get(), livesInOtherList);
SVGListPropertyTearOff.h
145
SVGAnimatedProperty*
animatedPropertyOfItem
= newItem->animatedProperty();
149
if (!
animatedPropertyOfItem
)
154
if (!
animatedPropertyOfItem
->isAnimatedListTearOff()) {
166
bool livesInOtherList =
animatedPropertyOfItem
!= m_animatedProperty;
167
int removedIndex = static_cast<AnimatedListPropertyTearOff*>(
animatedPropertyOfItem
)->removeItemFromList(newItem.get(), livesInOtherList);
Completed in 102 milliseconds