HomeSort by relevance Sort by last modified time
    Searched refs:m_keyframeGroups (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeEffectModel.cpp 113 if (m_keyframeGroups)
116 m_keyframeGroups = adoptPtrWillBeNoop(new KeyframeGroupMap);
124 KeyframeGroupMap::iterator groupIter = m_keyframeGroups->find(property);
126 if (groupIter == m_keyframeGroups->end())
127 group = m_keyframeGroups->add(property, adoptPtrWillBeNoop(new PropertySpecificKeyframeGroup)).storedValue->value.get();
136 for (KeyframeGroupMap::iterator iter = m_keyframeGroups->begin(); iter != m_keyframeGroups->end(); ++iter) {
148 for (KeyframeGroupMap::const_iterator iter = m_keyframeGroups->begin(); iter != m_keyframeGroups->end(); ++iter) {
167 for (KeyframeGroupMap::iterator iter = m_keyframeGroups->begin(); iter != m_keyframeGroups->end(); ++iter)
    [all...]
KeyframeEffectModel.h 85 return m_keyframeGroups->get(id)->keyframes();
118 mutable OwnPtrWillBeMember<KeyframeGroupMap> m_keyframeGroups;
126 return m_keyframeGroups->contains(property);

Completed in 533 milliseconds