Searched defs:first_output_surface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
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 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 133 milliseconds