Searched refs:InsertSwapPromiseMonitor (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/base/
H A Dswap_promise_monitor.cc19 layer_tree_host_->InsertSwapPromiseMonitor(this);
21 layer_tree_host_impl_->InsertSwapPromiseMonitor(this);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h292 // InsertSwapPromiseMonitor() to register itself with LayerTreeHost.
295 void InsertSwapPromiseMonitor(SwapPromiseMonitor* monitor);
H A Dlayer_tree_host_impl.h424 // InsertSwapPromiseMonitor() to register itself with LayerTreeHostImpl.
427 void InsertSwapPromiseMonitor(SwapPromiseMonitor* monitor);
H A Dlayer_tree_host.cc1261 void LayerTreeHost::InsertSwapPromiseMonitor(SwapPromiseMonitor* monitor) { function in class:cc::LayerTreeHost
H A Dlayer_tree_host_impl.cc2913 void LayerTreeHostImpl::InsertSwapPromiseMonitor(SwapPromiseMonitor* monitor) { function in class:cc::LayerTreeHostImpl

Completed in 157 milliseconds