OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoftwareOutputDeviceOzone
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/aura/
software_output_device_ozone.h
21
class CONTENT_EXPORT
SoftwareOutputDeviceOzone
24
explicit
SoftwareOutputDeviceOzone
(ui::Compositor* compositor);
25
virtual ~
SoftwareOutputDeviceOzone
();
36
DISALLOW_COPY_AND_ASSIGN(
SoftwareOutputDeviceOzone
);
software_output_device_ozone.cc
15
SoftwareOutputDeviceOzone
::
SoftwareOutputDeviceOzone
(ui::Compositor* compositor)
30
SoftwareOutputDeviceOzone
::~
SoftwareOutputDeviceOzone
() {
33
void
SoftwareOutputDeviceOzone
::Resize(gfx::Size viewport_size) {
48
SkCanvas*
SoftwareOutputDeviceOzone
::BeginPaint(gfx::Rect damage_rect) {
60
void
SoftwareOutputDeviceOzone
::EndPaint(cc::SoftwareFrameData* frame_data) {
software_output_device_ozone_unittest.cc
72
scoped_ptr<content::
SoftwareOutputDeviceOzone
> output_device_;
102
output_device_.reset(new content::
SoftwareOutputDeviceOzone
(
gpu_process_transport_factory.cc
170
return scoped_ptr<cc::SoftwareOutputDevice>(new
SoftwareOutputDeviceOzone
(
Completed in 290 milliseconds