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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc579 void LayerTreeHost::SetAnimationEvents(scoped_ptr<AnimationEventsVector> events, function in class:cc::LayerTreeHost
H A Dthread_proxy.cc473 base::Bind(&ThreadProxy::SetAnimationEvents,
1357 void ThreadProxy::SetAnimationEvents(scoped_ptr<AnimationEventsVector> events, function in class:cc::ThreadProxy
1359 TRACE_EVENT0("cc", "ThreadProxy::SetAnimationEvents");
1363 layer_tree_host()->SetAnimationEvents(events.Pass(), wall_clock_time);

Completed in 183 milliseconds