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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h64 // LayerTreeHost.
81 class CC_EXPORT LayerTreeHost { class in namespace:cc
84 static scoped_ptr<LayerTreeHost> CreateThreaded(
90 static scoped_ptr<LayerTreeHost> CreateSingleThreaded(
95 virtual ~LayerTreeHost();
99 // LayerTreeHost interface to Proxy.
253 // Obtains a thorough dump of the LayerTreeHost as a value.
284 // InsertSwapPromiseMonitor() to register itself with LayerTreeHost.
297 LayerTreeHost(LayerTreeHostClient* client,
388 base::OneShotTimer<LayerTreeHost> rate_limit_timer
[all...]
H A Dlayer_tree_host.cc66 scoped_ptr<LayerTreeHost> LayerTreeHost::CreateThreaded(
72 scoped_ptr<LayerTreeHost> layer_tree_host(
73 new LayerTreeHost(client, manager, settings));
78 scoped_ptr<LayerTreeHost> LayerTreeHost::CreateSingleThreaded(
83 scoped_ptr<LayerTreeHost> layer_tree_host(
84 new LayerTreeHost(client, manager, settings));
89 LayerTreeHost::LayerTreeHost(LayerTreeHostClien function in class:cc::LayerTreeHost
[all...]

Completed in 89 milliseconds