Searched defs:hasAnimations (Results 1 – 4 of 4) sorted by relevance
70 …bool hasAnimations() const { return !m_transitions.isEmpty() || !m_keyframeAnimations.isEmpty(); } in hasAnimations() function
70 bool hasAnimations() const { return !m_compositeAnimations.isEmpty(); } in hasAnimations() function
230 bool LayerAndroid::hasAnimations() const in hasAnimations() function in WebCore::LayerAndroid
755 …bool hasAnimations() const { return rareNonInheritedData->m_animations && rareNonInheritedData->m_… in hasAnimations() function