Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/
DKeyframeEffectModel.cpp212 …bool hasSameOffsetAsNextNeighbor = i == static_cast<int>(m_keyframes.size() - 1) || m_keyframes[i … in removeRedundantKeyframes() local
213 if (hasSameOffsetAsPreviousNeighbor && hasSameOffsetAsNextNeighbor) in removeRedundantKeyframes()