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

  /external/chromium_org/cc/test/
fake_proxy.cc 32 bool FakeProxy::BeginMainFrameRequested() const { return false; }
fake_proxy.h 39 virtual bool BeginMainFrameRequested() const OVERRIDE;
  /external/chromium_org/cc/trees/
proxy.h 84 virtual bool BeginMainFrameRequested() const = 0;
single_thread_proxy.h 45 virtual bool BeginMainFrameRequested() const OVERRIDE;
thread_proxy.h 59 virtual bool BeginMainFrameRequested() const OVERRIDE;
layer_tree_host.h 179 bool BeginMainFrameRequested() const;
single_thread_proxy.cc 261 bool SingleThreadProxy::BeginMainFrameRequested() const { return false; }
layer_tree_host.cc 566 bool LayerTreeHost::BeginMainFrameRequested() const {
567 return proxy_->BeginMainFrameRequested();
    [all...]
thread_proxy.cc 565 bool ThreadProxy::BeginMainFrameRequested() const {
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 48 bool BeginMainFrameRequested() const;
render_widget_compositor.cc 320 bool RenderWidgetCompositor::BeginMainFrameRequested() const {
321 return layer_tree_host_->BeginMainFrameRequested();
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]

Completed in 4983 milliseconds