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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h65 // LayerTreeHost.
84 class CC_EXPORT LayerTreeHost { class in namespace:cc
87 static scoped_ptr<LayerTreeHost> CreateThreaded(
93 static scoped_ptr<LayerTreeHost> CreateSingleThreaded(
98 virtual ~LayerTreeHost();
107 // LayerTreeHost interface to Proxy.
264 // Obtains a thorough dump of the LayerTreeHost as a value.
292 // InsertSwapPromiseMonitor() to register itself with LayerTreeHost.
305 LayerTreeHost(LayerTreeHostClient* client,
398 base::OneShotTimer<LayerTreeHost> rate_limit_timer
[all...]
H A Dlayer_tree_host.cc70 scoped_ptr<LayerTreeHost> LayerTreeHost::CreateThreaded(
76 scoped_ptr<LayerTreeHost> layer_tree_host(
77 new LayerTreeHost(client, manager, settings));
79 return scoped_ptr<LayerTreeHost>();
83 scoped_ptr<LayerTreeHost> LayerTreeHost::CreateSingleThreaded(
88 scoped_ptr<LayerTreeHost> layer_tree_host(
89 new LayerTreeHost(client, manager, settings));
91 return scoped_ptr<LayerTreeHost>();
96 LayerTreeHost::LayerTreeHost( function in class:cc::LayerTreeHost
[all...]

Completed in 57 milliseconds