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

  /external/chromium_org/cc/test/
fake_layer_tree_host_impl.cc 20 SetDebugState(LayerTreeDebugState());
34 SetDebugState(LayerTreeDebugState());
fake_proxy.h 43 virtual void SetDebugState(const LayerTreeDebugState& debug_state) OVERRIDE {}
  /external/chromium_org/cc/trees/
proxy.h 94 virtual void SetDebugState(const LayerTreeDebugState& debug_state) = 0;
single_thread_proxy.h 84 virtual void SetDebugState(const LayerTreeDebugState& debug_state) OVERRIDE {}
thread_proxy.h 169 virtual void SetDebugState(const LayerTreeDebugState& debug_state) OVERRIDE;
layer_tree_host.h 183 void SetDebugState(const LayerTreeDebugState& debug_state);
layer_tree_host.cc 334 host_impl->SetDebugState(debug_state_);
558 void LayerTreeHost::SetDebugState(const LayerTreeDebugState& debug_state) {
571 proxy_->SetDebugState(debug_state);
    [all...]
layer_tree_host_impl.h 394 void SetDebugState(const LayerTreeDebugState& new_debug_state);
layer_tree_host_impl.cc 264 SetDebugState(settings.initial_debug_state);
274 SetDebugState(settings.initial_debug_state);
    [all...]
layer_tree_host_unittest_context.cc 818 layer_tree_host()->SetDebugState(debug_state);
    [all...]
thread_proxy.cc 665 void ThreadProxy::SetDebugState(const LayerTreeDebugState& debug_state) {
    [all...]
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 377 layer_tree_host_->SetDebugState(current);
621 layer_tree_host_->SetDebugState(debug_state);
627 layer_tree_host_->SetDebugState(debug_state);
633 layer_tree_host_->SetDebugState(debug_state);
639 layer_tree_host_->SetDebugState(debug_state);
647 layer_tree_host_->SetDebugState(debug_state);
  /external/chromium_org/ui/compositor/
compositor.cc 367 host_->SetDebugState(debug_state);

Completed in 97 milliseconds