Searched defs:pauseAnimation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/blink/
H A Dweb_layer_impl.cc258 void WebLayerImpl::pauseAnimation(int animation_id, double time_offset) { function in class:cc_blink::WebLayerImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp981 void GraphicsLayer::pauseAnimation(int animationId, double timeOffset) function in class:blink::GraphicsLayer
983 platformLayer()->pauseAnimation(animationId, timeOffset);

Completed in 65 milliseconds