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