OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shorthandproperties
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/page/animation/
CompositeAnimation.cpp
529
HashSet<int>
shorthandProperties
= AnimationBase::animatableShorthandsAffectingProperty(property);
531
HashSet<int>::const_iterator end =
shorthandProperties
.end();
532
for (HashSet<int>::const_iterator it =
shorthandProperties
.begin(); it != end; ++it) {
Completed in 1467 milliseconds