OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LayerTreeHost
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_host.cc
70
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
>();
[
all
...]
layer_tree_host.h
65
//
LayerTreeHost
.
84
class CC_EXPORT
LayerTreeHost
{
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
...]
Completed in 28 milliseconds