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

  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.cc 79 SetNeedsBeginFrame(false);
146 void CompositorOutputSurface::SetNeedsBeginFrame(bool enable) {
150 OutputSurface::SetNeedsBeginFrame(enable);
compositor_output_surface.h 57 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
  /external/chromium_org/cc/output/
output_surface_unittest.cc 214 output_surface.SetNeedsBeginFrame(true);
251 // Calling SetNeedsBeginFrame again indicates a swap did not occur but
253 output_surface.SetNeedsBeginFrame(true);
258 // Disabling SetNeedsBeginFrame should prevent further BeginFrames.
259 output_surface.SetNeedsBeginFrame(false);
286 // SetNeedsBeginFrame is false...
287 output_surface.SetNeedsBeginFrame(false);
290 // ...and retroactively triggered by a SetNeedsBeginFrame.
291 output_surface.SetNeedsBeginFrame(true);
298 // ...and retroactively triggered by a SetNeedsBeginFrame
    [all...]
output_surface.h 128 virtual void SetNeedsBeginFrame(bool enable);
output_surface.cc 192 void OutputSurface::SetNeedsBeginFrame(bool enable) {
193 TRACE_EVENT1("cc", "OutputSurface::SetNeedsBeginFrame", "enable", enable);
  /external/chromium_org/cc/test/
fake_output_surface.cc 82 void FakeOutputSurface::SetNeedsBeginFrame(bool enable) {
84 OutputSurface::SetNeedsBeginFrame(enable);
fake_output_surface.h 79 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.h 62 virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
synchronous_compositor_output_surface.cc 165 void SynchronousCompositorOutputSurface::SetNeedsBeginFrame(
168 cc::OutputSurface::SetNeedsBeginFrame(enable);
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 246 void SetNeedsBeginFrame(bool enable);
thread_proxy.cc 395 layer_tree_host_impl_->SetNeedsBeginFrame(enable);
    [all...]
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 303 void SetNeedsBeginFrame(bool enabled);
content_view_core_impl.cc 720 void ContentViewCoreImpl::SetNeedsBeginFrame(bool enabled) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 465 // we have to make sure calls to ContentViewCoreImpl's SetNeedsBeginFrame
468 content_view_core_->SetNeedsBeginFrame(enabled);
    [all...]

Completed in 562 milliseconds