HomeSort by relevance Sort by last modified time
    Searched refs:layer_tree_host_id (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/cc/debug/
devtools_instrumentation.h 66 int layer_tree_host_id)
70 internal::kLayerTreeId, layer_tree_host_id);
94 inline void DidActivateLayerTree(int layer_tree_host_id, int frame_id) {
99 layer_tree_host_id,
104 inline void DidBeginFrame(int layer_tree_host_id) {
109 layer_tree_host_id);
112 inline void DidDrawFrame(int layer_tree_host_id) {
117 layer_tree_host_id);
120 inline void DidRequestMainThreadFrame(int layer_tree_host_id) {
125 layer_tree_host_id);
    [all...]
  /external/chromium_org/cc/test/
scheduler_test_common.h 82 int layer_tree_host_id) {
91 layer_tree_host_id,
116 int layer_tree_host_id,
scheduler_test_common.cc 41 int layer_tree_host_id,
45 layer_tree_host_id,
  /external/chromium_org/cc/scheduler/
scheduler.h 59 int layer_tree_host_id,
62 client, scheduler_settings, layer_tree_host_id, task_runner));
169 int layer_tree_host_id,
scheduler.cc 74 int layer_tree_host_id,
78 layer_tree_host_id_(layer_tree_host_id),
  /external/chromium_org/cc/trees/
thread_proxy.h 60 MainThreadOnly(ThreadProxy* proxy, int layer_tree_host_id);
63 const int layer_tree_host_id; member in struct:cc::ThreadProxy::MainThreadOnly
100 int layer_tree_host_id,
104 const int layer_tree_host_id; member in struct:cc::ThreadProxy::CompositorThreadOnly
thread_proxy.cc 74 int layer_tree_host_id)
75 : layer_tree_host_id(layer_tree_host_id),
102 int layer_tree_host_id,
104 : layer_tree_host_id(layer_tree_host_id),
706 impl().layer_tree_host_id);
    [all...]

Completed in 110 milliseconds