/external/chromium_org/cc/test/ |
D | fake_output_surface.cc | 85 void FakeOutputSurface::SetNeedsBeginFrame(bool enable) { in SetNeedsBeginFrame() function in cc::FakeOutputSurface 87 OutputSurface::SetNeedsBeginFrame(enable); in SetNeedsBeginFrame()
|
D | fake_output_surface.h | 97 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
|
/external/chromium_org/cc/scheduler/ |
D | scheduler.cc | 42 void Scheduler::SyntheticBeginFrameSource::SetNeedsBeginFrame( in SetNeedsBeginFrame() function in cc::Scheduler::SyntheticBeginFrameSource 121 synthetic_begin_frame_source_->SetNeedsBeginFrame(false, in ~Scheduler() 238 synthetic_begin_frame_source_->SetNeedsBeginFrame(false, in DidLoseOutputSurface() 301 client_->SetNeedsBeginFrame(needs_begin_frame); in SetupNextBeginFrameWhenVSyncThrottlingEnabled() 303 synthetic_begin_frame_source_->SetNeedsBeginFrame( in SetupNextBeginFrameWhenVSyncThrottlingEnabled()
|
D | scheduler.h | 30 virtual void SetNeedsBeginFrame(bool enable) = 0; 156 void SetNeedsBeginFrame(bool needs_begin_frame,
|
D | scheduler_unittest.cc | 148 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE { in SetNeedsBeginFrame() function in cc::__anon57931e040111::FakeSchedulerClient
|
/external/chromium_org/content/renderer/gpu/ |
D | compositor_output_surface.cc | 83 SetNeedsBeginFrame(false); in ~CompositorOutputSurface() 208 void CompositorOutputSurface::SetNeedsBeginFrame(bool enable) { in SetNeedsBeginFrame() function in content::CompositorOutputSurface
|
D | compositor_output_surface.h | 60 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE; in NON_EXPORTED_BASE()
|
/external/chromium_org/content/browser/android/in_process/ |
D | synchronous_compositor_output_surface.h | 60 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE; in NON_EXPORTED_BASE()
|
D | synchronous_compositor_output_surface.cc | 121 void SynchronousCompositorOutputSurface::SetNeedsBeginFrame(bool enable) { in SetNeedsBeginFrame() function in content::SynchronousCompositorOutputSurface
|
/external/chromium_org/cc/output/ |
D | output_surface.h | 132 virtual void SetNeedsBeginFrame(bool enable) {} in SetNeedsBeginFrame() function
|
/external/chromium_org/cc/trees/ |
D | thread_proxy.h | 210 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
|
D | thread_proxy.cc | 366 void ThreadProxy::SetNeedsBeginFrame(bool enable) { in SetNeedsBeginFrame() function in cc::ThreadProxy 368 impl().layer_tree_host_impl->SetNeedsBeginFrame(enable); in SetNeedsBeginFrame() 1277 impl().layer_tree_host_impl->SetNeedsBeginFrame(false); in LayerTreeHostClosedOnImplThread()
|
D | layer_tree_host_impl.h | 295 void SetNeedsBeginFrame(bool enable);
|
D | layer_tree_host_impl.cc | 1597 void LayerTreeHostImpl::SetNeedsBeginFrame(bool enable) { in SetNeedsBeginFrame() function in cc::LayerTreeHostImpl 1599 output_surface_->SetNeedsBeginFrame(enable); in SetNeedsBeginFrame()
|