Home
last modified time | relevance | path

Searched refs:missingStartValues (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp180 bool missingStartValues = startKeyframeProperties.size() < allProperties.size(); in resolveKeyframes() local
182 if (missingStartValues || missingEndValues) { in resolveKeyframes()
185 … bool startNeedsValue = missingStartValues && !startKeyframeProperties.contains(property); in resolveKeyframes()