Searched refs:NotifyInputThrottledUntilCommit (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_proxy.h35 virtual void NotifyInputThrottledUntilCommit() OVERRIDE {}
/external/chromium_org/cc/trees/
H A Dproxy.h78 virtual void NotifyInputThrottledUntilCommit() = 0;
H A Dsingle_thread_proxy.h46 virtual void NotifyInputThrottledUntilCommit() OVERRIDE {}
H A Dlayer_tree_host.h132 void NotifyInputThrottledUntilCommit();
H A Dthread_proxy.h164 virtual void NotifyInputThrottledUntilCommit() OVERRIDE;
H A Dlayer_tree_host.cc714 void LayerTreeHost::NotifyInputThrottledUntilCommit() { function in class:cc::LayerTreeHost
715 proxy_->NotifyInputThrottledUntilCommit();
H A Dthread_proxy.cc525 void ThreadProxy::NotifyInputThrottledUntilCommit() { function in class:cc::ThreadProxy
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.h73 void NotifyInputThrottledUntilCommit();
H A Drender_widget_compositor.cc503 void RenderWidgetCompositor::NotifyInputThrottledUntilCommit() { function in class:content::RenderWidgetCompositor
504 layer_tree_host_->NotifyInputThrottledUntilCommit();
/external/chromium_org/content/renderer/
H A Drender_widget.cc1118 compositor_->NotifyInputThrottledUntilCommit();

Completed in 266 milliseconds