Home | History | Annotate | Download | only in qt

Lines Matching refs:notifyAnimationStarted

217     void notifyAnimationStarted();
347 connect(this, SIGNAL(notifyAnimationStartedAsync()), this, SLOT(notifyAnimationStarted()), Qt::QueuedConnection);
939 void GraphicsLayerQtImpl::notifyAnimationStarted()
942 m_layer->client()->notifyAnimationStarted(m_layer, /* DOM time */ WTF::currentTime());