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 23 bool FakeProxy::BeginMainFrameRequested() const { return false; }
fake_proxy.h 37 virtual bool BeginMainFrameRequested() const OVERRIDE;
  /external/chromium_org/cc/trees/
proxy.h 79 virtual bool BeginMainFrameRequested() const = 0;
single_thread_proxy.h 44 virtual bool BeginMainFrameRequested() const OVERRIDE;
thread_proxy.h 163 virtual bool BeginMainFrameRequested() const OVERRIDE;
layer_tree_host.h 158 bool BeginMainFrameRequested() const;
single_thread_proxy.cc 210 bool SingleThreadProxy::BeginMainFrameRequested() const { return false; }
layer_tree_host.cc 488 bool LayerTreeHost::BeginMainFrameRequested() const {
489 return proxy_->BeginMainFrameRequested();
    [all...]
thread_proxy.cc 478 bool ThreadProxy::BeginMainFrameRequested() const {
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 48 bool BeginMainFrameRequested() const;
render_widget_compositor.cc 362 bool RenderWidgetCompositor::BeginMainFrameRequested() const {
363 return layer_tree_host_->BeginMainFrameRequested();
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]

Completed in 55 milliseconds