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

  /external/chromium_org/cc/test/
fake_output_surface.cc 85 void FakeOutputSurface::SetNeedsBeginFrame(bool enable) {
87 OutputSurface::SetNeedsBeginFrame(enable);
fake_output_surface.h 97 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
  /external/chromium_org/cc/scheduler/
scheduler.h 33 virtual void SetNeedsBeginFrame(bool enable) = 0;
150 void SetNeedsBeginFrame(bool needs_begin_frame,
scheduler.cc 36 void Scheduler::SyntheticBeginFrameSource::SetNeedsBeginFrame(
116 synthetic_begin_frame_source_->SetNeedsBeginFrame(false,
245 synthetic_begin_frame_source_->SetNeedsBeginFrame(false,
311 client_->SetNeedsBeginFrame(needs_begin_frame);
313 synthetic_begin_frame_source_->SetNeedsBeginFrame(
scheduler_unittest.cc 131 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE {
132 actions_.push_back("SetNeedsBeginFrame");
260 // SetNeedsBeginFrame(false).
298 EXPECT_SINGLE_ACTION("SetNeedsBeginFrame", client);
337 // The following BeginImplFrame deadline should SetNeedsBeginFrame(false)
345 EXPECT_SINGLE_ACTION("SetNeedsBeginFrame", client);
364 EXPECT_SINGLE_ACTION("SetNeedsBeginFrame", client);
779 EXPECT_SINGLE_ACTION("SetNeedsBeginFrame", client);
    [all...]
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.h 70 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
synchronous_compositor_output_surface.cc 124 void SynchronousCompositorOutputSurface::SetNeedsBeginFrame(bool enable) {
  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.h 62 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
compositor_output_surface.cc 87 SetNeedsBeginFrame(false);
223 void CompositorOutputSurface::SetNeedsBeginFrame(bool enable) {
  /external/chromium_org/cc/output/
output_surface.h 127 virtual void SetNeedsBeginFrame(bool enable) {}
  /external/chromium_org/cc/trees/
single_thread_proxy.h 60 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
single_thread_proxy.cc 561 void SingleThreadProxy::SetNeedsBeginFrame(bool enable) {
562 layer_tree_host_impl_->SetNeedsBeginFrame(enable);
thread_proxy.h 214 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
thread_proxy.cc 353 void ThreadProxy::SetNeedsBeginFrame(bool enable) {
354 TRACE_EVENT1("cc", "ThreadProxy::SetNeedsBeginFrame", "enable", enable);
355 impl().layer_tree_host_impl->SetNeedsBeginFrame(enable);
    [all...]
layer_tree_host_impl.h 295 void SetNeedsBeginFrame(bool enable);
layer_tree_host_impl.cc     [all...]

Completed in 1439 milliseconds