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

/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_ozone.h22 class CONTENT_EXPORT SoftwareOutputDeviceOzone class in namespace:content
25 explicit SoftwareOutputDeviceOzone(ui::Compositor* compositor);
26 virtual ~SoftwareOutputDeviceOzone();
38 DISALLOW_COPY_AND_ASSIGN(SoftwareOutputDeviceOzone);
H A Dsoftware_output_device_ozone.cc15 SoftwareOutputDeviceOzone::SoftwareOutputDeviceOzone(ui::Compositor* compositor) function in class:content::SoftwareOutputDeviceOzone
27 SoftwareOutputDeviceOzone::~SoftwareOutputDeviceOzone() {
30 void SoftwareOutputDeviceOzone::Resize(const gfx::Size& viewport_pixel_size,
42 SkCanvas* SoftwareOutputDeviceOzone::BeginPaint(const gfx::Rect& damage_rect) {
51 void SoftwareOutputDeviceOzone::EndPaint(cc::SoftwareFrameData* frame_data) {

Completed in 230 milliseconds