Searched refs:BeginMainFrameRequested (Results 1 - 12 of 12) sorted by path

/external/chromium_org/cc/test/
H A Dfake_proxy.cc23 bool FakeProxy::BeginMainFrameRequested() const { return false; } function in class:cc::FakeProxy
H A Dfake_proxy.h38 virtual bool BeginMainFrameRequested() const OVERRIDE;
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc522 bool LayerTreeHost::BeginMainFrameRequested() const { function in class:cc::LayerTreeHost
523 return proxy_->BeginMainFrameRequested();
H A Dlayer_tree_host.h162 bool BeginMainFrameRequested() const;
H A Dproxy.h88 virtual bool BeginMainFrameRequested() const = 0;
H A Dsingle_thread_proxy.cc293 bool SingleThreadProxy::BeginMainFrameRequested() const { function in class:cc::SingleThreadProxy
H A Dsingle_thread_proxy.h49 virtual bool BeginMainFrameRequested() const OVERRIDE;
H A Dthread_proxy.cc467 bool ThreadProxy::BeginMainFrameRequested() const { function in class:cc::ThreadProxy
H A Dthread_proxy.h167 virtual bool BeginMainFrameRequested() const OVERRIDE;
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc442 bool RenderWidgetCompositor::BeginMainFrameRequested() const { function in class:content::RenderWidgetCompositor
443 return layer_tree_host_->BeginMainFrameRequested();
H A Drender_widget_compositor.h49 bool BeginMainFrameRequested() const;
/external/chromium_org/content/renderer/
H A Drender_widget.cc1077 bool frame_pending = compositor_ && compositor_->BeginMainFrameRequested();

Completed in 405 milliseconds