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

  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.h 80 class CompositorOutputSurfaceProxy :
81 public base::RefCountedThreadSafe<CompositorOutputSurfaceProxy> {
83 explicit CompositorOutputSurfaceProxy(
93 friend class base::RefCountedThreadSafe<CompositorOutputSurfaceProxy>;
94 ~CompositorOutputSurfaceProxy() {}
97 DISALLOW_COPY_AND_ASSIGN(CompositorOutputSurfaceProxy);
111 scoped_refptr<CompositorOutputSurfaceProxy> output_surface_proxy_;
compositor_output_surface.cc 103 output_surface_proxy_ = new CompositorOutputSurfaceProxy(this);
106 base::Bind(&CompositorOutputSurfaceProxy::OnMessageReceived,

Completed in 66 milliseconds