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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorPendingAnimations.cpp 49 m_pending.append(player);
55 for (size_t i = 0; i < m_pending.size(); ++i) {
56 if (!m_pending[i]->hasActiveAnimationsOnCompositor() && m_pending[i]->maybeStartAnimationOnCompositor() && !m_pending[i]->hasStartTime())
64 for (size_t i = 0; i < m_pending.size(); ++i) {
65 if (!m_pending[i]->hasStartTime()) {
66 m_waitingForCompositorAnimationStart.append(m_pending[i]);
70 for (size_t i = 0; i < m_pending.size(); ++i) {
71 if (!m_pending[i]->hasStartTime())
    [all...]
CompositorPendingAnimations.h 58 WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > m_pending; member in class:WebCore::FINAL

Completed in 52 milliseconds