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

  /external/chromium_org/cc/test/
fake_proxy.h 35 virtual void NotifyInputThrottledUntilCommit() OVERRIDE {}
  /external/chromium_org/cc/trees/
proxy.h 73 virtual void NotifyInputThrottledUntilCommit() = 0;
single_thread_proxy.h 38 virtual void NotifyInputThrottledUntilCommit() OVERRIDE {}
thread_proxy.h 55 virtual void NotifyInputThrottledUntilCommit() OVERRIDE;
layer_tree_host.h 155 void NotifyInputThrottledUntilCommit();
layer_tree_host.cc 651 void LayerTreeHost::NotifyInputThrottledUntilCommit() {
652 proxy_->NotifyInputThrottledUntilCommit();
    [all...]
thread_proxy.cc 565 void ThreadProxy::NotifyInputThrottledUntilCommit() {
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 53 void NotifyInputThrottledUntilCommit();
render_widget_compositor.cc 374 void RenderWidgetCompositor::NotifyInputThrottledUntilCommit() {
375 layer_tree_host_->NotifyInputThrottledUntilCommit();
  /external/chromium_org/content/renderer/
render_widget.cc 897 compositor_->NotifyInputThrottledUntilCommit();
    [all...]

Completed in 3896 milliseconds