Searched refs:m_keyframeGroups (Results 1 – 2 of 2) sorted by relevance
113 if (m_keyframeGroups) in ensureKeyframeGroups()116 m_keyframeGroups = adoptPtrWillBeNoop(new KeyframeGroupMap); in ensureKeyframeGroups()124 KeyframeGroupMap::iterator groupIter = m_keyframeGroups->find(property); in ensureKeyframeGroups()126 if (groupIter == m_keyframeGroups->end()) in ensureKeyframeGroups()127 …group = m_keyframeGroups->add(property, adoptPtrWillBeNoop(new PropertySpecificKeyframeGroup)).sto… in ensureKeyframeGroups()136 …for (KeyframeGroupMap::iterator iter = m_keyframeGroups->begin(); iter != m_keyframeGroups->end();… in ensureKeyframeGroups()148 …for (KeyframeGroupMap::const_iterator iter = m_keyframeGroups->begin(); iter != m_keyframeGroups->… in ensureInterpolationEffect()167 …for (KeyframeGroupMap::iterator iter = m_keyframeGroups->begin(); iter != m_keyframeGroups->end();… in isReplaceOnly()182 visitor->trace(m_keyframeGroups); in trace()
85 return m_keyframeGroups->get(id)->keyframes(); in getPropertySpecificKeyframes()118 mutable OwnPtrWillBeMember<KeyframeGroupMap> m_keyframeGroups; variable126 return m_keyframeGroups->contains(property); in affects()