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 36 virtual void NotifyInputThrottledUntilCommit() OVERRIDE {}
  /external/chromium_org/cc/trees/
proxy.h 74 virtual void NotifyInputThrottledUntilCommit() = 0;
single_thread_proxy.h 42 virtual void NotifyInputThrottledUntilCommit() OVERRIDE {}
thread_proxy.h 56 virtual void NotifyInputThrottledUntilCommit() OVERRIDE;
layer_tree_host.h 144 void NotifyInputThrottledUntilCommit();
layer_tree_host.cc 723 void LayerTreeHost::NotifyInputThrottledUntilCommit() {
724 proxy_->NotifyInputThrottledUntilCommit();
    [all...]
thread_proxy.cc 619 void ThreadProxy::NotifyInputThrottledUntilCommit() {
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 70 void NotifyInputThrottledUntilCommit();
render_widget_compositor.cc 381 void RenderWidgetCompositor::NotifyInputThrottledUntilCommit() {
382 layer_tree_host_->NotifyInputThrottledUntilCommit();
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]

Completed in 80 milliseconds