Searched defs:keyframeDictionaryVector (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DElementAnimation.cpp60 void ElementAnimation::animate(Element* element, Vector<Dictionary> keyframeDictionaryVector, double duration) argument
72 startAnimation(element, keyframeDictionaryVector, duration);
75 void ElementAnimation::startAnimation(Element* element, Vector<Dictionary> keyframeDictionaryVector, double duration) argument
80 for (size_t i = 0; i < keyframeDictionaryVector.size(); ++i) {
88 if (keyframeDictionaryVector[i].get("offset", offset)) {
99 keyframeDictionaryVector[i].get("composite", compositeString);
104 keyframeDictionaryVector[i].getOwnPropertyNames(keyframeProperties);
119 keyframeDictionaryVector[i].get(property, value);

Completed in 59 milliseconds