HomeSort by relevance Sort by last modified time
    Searched defs:LayerTreeHost (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host.cc 66 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(LayerTreeHostClient* client
    [all...]
layer_tree_host.h 64 // LayerTreeHost.
81 class CC_EXPORT LayerTreeHost {
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...]

Completed in 137 milliseconds