Searched refs:first_output_surface (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_proxy.h41 virtual void Start(scoped_ptr<OutputSurface> first_output_surface) OVERRIDE {}
/external/chromium_org/cc/trees/
H A Dproxy.h87 virtual void Start(scoped_ptr<OutputSurface> first_output_surface) = 0;
H A Dsingle_thread_proxy.cc47 void SingleThreadProxy::Start(scoped_ptr<OutputSurface> first_output_surface) { argument
48 DCHECK(first_output_surface);
51 first_output_surface_ = first_output_surface.Pass();
H A Dsingle_thread_proxy.h47 virtual void Start(scoped_ptr<OutputSurface> first_output_surface) OVERRIDE;
H A Dthread_proxy.h61 virtual void Start(scoped_ptr<OutputSurface> first_output_surface) OVERRIDE;
H A Dthread_proxy.cc659 void ThreadProxy::Start(scoped_ptr<OutputSurface> first_output_surface) { argument
662 DCHECK(first_output_surface);
675 first_output_surface_ = first_output_surface.Pass();

Completed in 72 milliseconds