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

/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface.h49 // The ImageTransportSurface class defines an simple interface for events that
54 // making sure outside events reach the ImageTransportSurface and
55 // allowing the ImageTransportSurface to send events to the outside world.
57 class ImageTransportSurface { class in namespace:content
59 ImageTransportSurface();
81 virtual ~ImageTransportSurface();
96 DISALLOW_COPY_AND_ASSIGN(ImageTransportSurface);
104 ImageTransportHelper(ImageTransportSurface* surface,
162 ImageTransportSurface* surface_;
172 // An implementation of ImageTransportSurface tha
[all...]
H A Dimage_transport_surface.cc28 ImageTransportSurface::ImageTransportSurface() {} function in class:content::ImageTransportSurface
30 ImageTransportSurface::~ImageTransportSurface() {}
32 scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateSurface(
47 ImageTransportHelper::ImageTransportHelper(ImageTransportSurface* surface,

Completed in 443 milliseconds