Searched defs:layer_tree_host_id (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/debug/
H A Ddevtools_instrumentation.h66 int layer_tree_host_id)
70 internal::kLayerTreeId, layer_tree_host_id);
94 inline void DidActivateLayerTree(int layer_tree_host_id, int frame_id) { argument
99 layer_tree_host_id,
104 inline void DidBeginFrame(int layer_tree_host_id) { argument
109 layer_tree_host_id);
112 inline void DidDrawFrame(int layer_tree_host_id) { argument
117 layer_tree_host_id);
120 inline void DidRequestMainThreadFrame(int layer_tree_host_id) { argument
125 layer_tree_host_id);
64 ScopedLayerTreeTask(const char* event_name, int layer_id, int layer_tree_host_id) argument
[all...]
/external/chromium_org/cc/scheduler/
H A Dscheduler.h56 int layer_tree_host_id,
59 client, scheduler_settings, layer_tree_host_id, impl_task_runner));
176 int layer_tree_host_id,
53 Create( SchedulerClient* client, const SchedulerSettings& scheduler_settings, int layer_tree_host_id, const scoped_refptr<base::SingleThreadTaskRunner>& impl_task_runner) argument
H A Dscheduler.cc79 int layer_tree_host_id,
83 layer_tree_host_id_(layer_tree_host_id),
76 Scheduler( SchedulerClient* client, const SchedulerSettings& scheduler_settings, int layer_tree_host_id, const scoped_refptr<base::SingleThreadTaskRunner>& impl_task_runner) argument
H A Dscheduler_unittest.cc50 int layer_tree_host_id,
53 client, scheduler_settings, layer_tree_host_id, impl_task_runner));
70 int layer_tree_host_id,
74 layer_tree_host_id,
47 Create( SchedulerClient* client, const SchedulerSettings& scheduler_settings, int layer_tree_host_id, const scoped_refptr<base::SingleThreadTaskRunner>& impl_task_runner) argument
67 TestScheduler( SchedulerClient* client, const SchedulerSettings& scheduler_settings, int layer_tree_host_id, const scoped_refptr<base::SingleThreadTaskRunner> & impl_task_runner) argument
/external/chromium_org/cc/trees/
H A Dthread_proxy.h58 MainThreadOnly(ThreadProxy* proxy, int layer_tree_host_id);
61 const int layer_tree_host_id; member in struct:cc::ThreadProxy::MainThreadOnly
98 CompositorThreadOnly(ThreadProxy* proxy, int layer_tree_host_id);
101 const int layer_tree_host_id; member in struct:cc::ThreadProxy::CompositorThreadOnly
H A Dthread_proxy.cc82 int layer_tree_host_id)
83 : layer_tree_host_id(layer_tree_host_id),
109 int layer_tree_host_id)
110 : layer_tree_host_id(layer_tree_host_id),
710 impl().layer_tree_host_id);
1220 impl().layer_tree_host_id,
81 MainThreadOnly(ThreadProxy* proxy, int layer_tree_host_id) argument
108 CompositorThreadOnly(ThreadProxy* proxy, int layer_tree_host_id) argument

Completed in 167 milliseconds