Searched refs:BrowserCompositorOutputSurfaceProxy (Results 1 – 7 of 7) sorted by relevance
14 BrowserCompositorOutputSurfaceProxy::BrowserCompositorOutputSurfaceProxy( in BrowserCompositorOutputSurfaceProxy() function in content::BrowserCompositorOutputSurfaceProxy19 BrowserCompositorOutputSurfaceProxy::~BrowserCompositorOutputSurfaceProxy() {} in ~BrowserCompositorOutputSurfaceProxy()21 void BrowserCompositorOutputSurfaceProxy::ConnectToGpuProcessHost( in ConnectToGpuProcessHost()34 base::Bind(&BrowserCompositorOutputSurfaceProxy:: in ConnectToGpuProcessHost()41 void BrowserCompositorOutputSurfaceProxy::OnMessageReceivedOnCompositorThread( in OnMessageReceivedOnCompositorThread()43 IPC_BEGIN_MESSAGE_MAP(BrowserCompositorOutputSurfaceProxy, message) in OnMessageReceivedOnCompositorThread()50 BrowserCompositorOutputSurfaceProxy::OnUpdateVSyncParametersOnCompositorThread( in OnUpdateVSyncParametersOnCompositorThread()
21 class CONTENT_EXPORT BrowserCompositorOutputSurfaceProxy22 : public base::RefCountedThreadSafe<BrowserCompositorOutputSurfaceProxy> {24 BrowserCompositorOutputSurfaceProxy(33 friend class base::RefCountedThreadSafe<BrowserCompositorOutputSurfaceProxy>;35 ~BrowserCompositorOutputSurfaceProxy();46 DISALLOW_COPY_AND_ASSIGN(BrowserCompositorOutputSurfaceProxy);
23 class BrowserCompositorOutputSurfaceProxy; variable29 scoped_refptr<BrowserCompositorOutputSurfaceProxy> surface_proxy,43 scoped_refptr<BrowserCompositorOutputSurfaceProxy> output_surface_proxy_;
20 scoped_refptr<BrowserCompositorOutputSurfaceProxy> surface_proxy, in SoftwareBrowserCompositorOutputSurface()51 base::Bind(&BrowserCompositorOutputSurfaceProxy:: in SwapBuffers()
20 class BrowserCompositorOutputSurfaceProxy; variable92 scoped_refptr<BrowserCompositorOutputSurfaceProxy> output_surface_proxy_;
76 scoped_refptr<content::BrowserCompositorOutputSurfaceProxy> surface_proxy_;96 new content::BrowserCompositorOutputSurfaceProxy(&surface_map_); in SetUp()
148 output_surface_proxy_ = new BrowserCompositorOutputSurfaceProxy( in GpuProcessTransportFactory()