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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc4622 class SimpleSwapPromiseMonitor : public SwapPromiseMonitor { class in namespace:cc
4624 SimpleSwapPromiseMonitor(LayerTreeHost* layer_tree_host, function in class:cc::SimpleSwapPromiseMonitor
4631 virtual ~SimpleSwapPromiseMonitor() {}
4661 scoped_ptr<SimpleSwapPromiseMonitor> swap_promise_monitor(
4662 new SimpleSwapPromiseMonitor(layer_tree_host(),
4678 scoped_ptr<SimpleSwapPromiseMonitor> swap_promise_monitor(
4679 new SimpleSwapPromiseMonitor(layer_tree_host(),
4689 scoped_ptr<SimpleSwapPromiseMonitor> swap_promise_monitor(
4690 new SimpleSwapPromiseMonitor(layer_tree_host(),
H A Dlayer_tree_host_impl_unittest.cc6647 class SimpleSwapPromiseMonitor : public SwapPromiseMonitor { class in namespace:cc::__anon2813
6649 SimpleSwapPromiseMonitor(LayerTreeHost* layer_tree_host, function in class:cc::__anon2813::SimpleSwapPromiseMonitor
6659 virtual ~SimpleSwapPromiseMonitor() {}
6679 TEST_F(LayerTreeHostImplTest, SimpleSwapPromiseMonitor) {
6685 scoped_ptr<SimpleSwapPromiseMonitor> swap_promise_monitor(
6686 new SimpleSwapPromiseMonitor(NULL,
6705 scoped_ptr<SimpleSwapPromiseMonitor> swap_promise_monitor(
6706 new SimpleSwapPromiseMonitor(NULL,
6718 scoped_ptr<SimpleSwapPromiseMonitor> swap_promise_monitor(
6719 new SimpleSwapPromiseMonitor(NUL
[all...]

Completed in 90 milliseconds