SoftwareOutputDevice 1590 cc/layers/picture_layer_impl_unittest.cc scoped_ptr<SoftwareOutputDevice>(new SoftwareOutputDevice)) SoftwareOutputDevice 59 cc/output/output_surface.cc OutputSurface::OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device) SoftwareOutputDevice 73 cc/output/output_surface.cc scoped_ptr<SoftwareOutputDevice> software_device) SoftwareOutputDevice 53 cc/output/output_surface.h explicit OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device); SoftwareOutputDevice 56 cc/output/output_surface.h scoped_ptr<SoftwareOutputDevice> software_device); SoftwareOutputDevice 93 cc/output/output_surface.h SoftwareOutputDevice* software_device() const { SoftwareOutputDevice 162 cc/output/output_surface.h scoped_ptr<SoftwareOutputDevice> software_device_; SoftwareOutputDevice 30 cc/output/output_surface_unittest.cc explicit TestOutputSurface(scoped_ptr<SoftwareOutputDevice> software_device) SoftwareOutputDevice 36 cc/output/output_surface_unittest.cc scoped_ptr<SoftwareOutputDevice> software_device) SoftwareOutputDevice 102 cc/output/output_surface_unittest.cc class TestSoftwareOutputDevice : public SoftwareOutputDevice { SoftwareOutputDevice 125 cc/output/output_surface_unittest.cc SoftwareOutputDevice::DiscardBackbuffer(); SoftwareOutputDevice 130 cc/output/output_surface_unittest.cc SoftwareOutputDevice::EnsureBackbuffer(); SoftwareOutputDevice 172 cc/output/output_surface_unittest.cc scoped_ptr<SoftwareOutputDevice>(new SoftwareOutputDevice)) {} SoftwareOutputDevice 459 cc/output/output_surface_unittest.cc TestOutputSurface output_surface(p.PassAs<SoftwareOutputDevice>()); SoftwareOutputDevice 15 cc/output/software_output_device.cc SoftwareOutputDevice::SoftwareOutputDevice() {} SoftwareOutputDevice 17 cc/output/software_output_device.cc SoftwareOutputDevice::~SoftwareOutputDevice() {} SoftwareOutputDevice 19 cc/output/software_output_device.cc void SoftwareOutputDevice::Resize(const gfx::Size& viewport_size) { SoftwareOutputDevice 29 cc/output/software_output_device.cc SkCanvas* SoftwareOutputDevice::BeginPaint(const gfx::Rect& damage_rect) { SoftwareOutputDevice 35 cc/output/software_output_device.cc void SoftwareOutputDevice::EndPaint(SoftwareFrameData* frame_data) { SoftwareOutputDevice 43 cc/output/software_output_device.cc void SoftwareOutputDevice::CopyToPixels(const gfx::Rect& rect, void* pixels) { SoftwareOutputDevice 49 cc/output/software_output_device.cc void SoftwareOutputDevice::Scroll(const gfx::Vector2d& delta, SoftwareOutputDevice 54 cc/output/software_output_device.cc void SoftwareOutputDevice::ReclaimSoftwareFrame(unsigned id) { SoftwareOutputDevice 58 cc/output/software_output_device.cc gfx::VSyncProvider* SoftwareOutputDevice::GetVSyncProvider() { SoftwareOutputDevice 31 cc/output/software_output_device.h class CC_EXPORT SoftwareOutputDevice { SoftwareOutputDevice 33 cc/output/software_output_device.h SoftwareOutputDevice(); SoftwareOutputDevice 34 cc/output/software_output_device.h virtual ~SoftwareOutputDevice(); SoftwareOutputDevice 83 cc/output/software_output_device.h DISALLOW_COPY_AND_ASSIGN(SoftwareOutputDevice); SoftwareOutputDevice 18 cc/output/software_renderer.h class SoftwareOutputDevice; SoftwareOutputDevice 107 cc/output/software_renderer.h SoftwareOutputDevice* output_device_; SoftwareOutputDevice 31 cc/output/software_renderer_unittest.cc scoped_ptr<SoftwareOutputDevice> software_output_device) { SoftwareOutputDevice 68 cc/output/software_renderer_unittest.cc InitializeRenderer(make_scoped_ptr(new SoftwareOutputDevice)); SoftwareOutputDevice 124 cc/output/software_renderer_unittest.cc InitializeRenderer(make_scoped_ptr(new SoftwareOutputDevice)); SoftwareOutputDevice 227 cc/output/software_renderer_unittest.cc InitializeRenderer(make_scoped_ptr(new SoftwareOutputDevice)); SoftwareOutputDevice 320 cc/output/software_renderer_unittest.cc InitializeRenderer(make_scoped_ptr(new SoftwareOutputDevice)); SoftwareOutputDevice 383 cc/output/software_renderer_unittest.cc InitializeRenderer(make_scoped_ptr(new SoftwareOutputDevice)); SoftwareOutputDevice 392 cc/resources/resource_provider_unittest.cc make_scoped_ptr(new SoftwareOutputDevice)); SoftwareOutputDevice 394 cc/resources/resource_provider_unittest.cc make_scoped_ptr(new SoftwareOutputDevice)); SoftwareOutputDevice 2399 cc/resources/resource_provider_unittest.cc new SoftwareOutputDevice))); SoftwareOutputDevice 2821 cc/resources/resource_provider_unittest.cc new SoftwareOutputDevice))); SoftwareOutputDevice 3041 cc/resources/resource_provider_unittest.cc new SoftwareOutputDevice))); SoftwareOutputDevice 3095 cc/resources/resource_provider_unittest.cc scoped_ptr<SoftwareOutputDevice>(new SoftwareOutputDevice))); SoftwareOutputDevice 26 cc/test/fake_layer_tree_host_client.cc make_scoped_ptr(new SoftwareOutputDevice)).PassAs<OutputSurface>(); SoftwareOutputDevice 30 cc/test/fake_layer_tree_host_client.cc make_scoped_ptr(new SoftwareOutputDevice)).PassAs<OutputSurface>(); SoftwareOutputDevice 33 cc/test/fake_output_surface.cc scoped_ptr<SoftwareOutputDevice> software_device, SoftwareOutputDevice 49 cc/test/fake_output_surface.cc scoped_ptr<SoftwareOutputDevice> software_device, SoftwareOutputDevice 42 cc/test/fake_output_surface.h scoped_ptr<SoftwareOutputDevice> software_device) { SoftwareOutputDevice 64 cc/test/fake_output_surface.h scoped_ptr<SoftwareOutputDevice> software_device) { SoftwareOutputDevice 71 cc/test/fake_output_surface.h scoped_ptr<SoftwareOutputDevice> software_device) { SoftwareOutputDevice 135 cc/test/fake_output_surface.h scoped_ptr<SoftwareOutputDevice> software_device, SoftwareOutputDevice 140 cc/test/fake_output_surface.h scoped_ptr<SoftwareOutputDevice> software_device, SoftwareOutputDevice 51 cc/test/layer_tree_pixel_test.cc software_output_device.PassAs<SoftwareOutputDevice>())); SoftwareOutputDevice 143 cc/test/pixel_test.cc SoftwareOutputDevice* device = output_surface_->software_device(); SoftwareOutputDevice 164 cc/test/pixel_test.cc scoped_ptr<SoftwareOutputDevice> device(new PixelTestSoftwareOutputDevice()); SoftwareOutputDevice 17 cc/test/pixel_test_output_surface.cc scoped_ptr<SoftwareOutputDevice> software_device) SoftwareOutputDevice 17 cc/test/pixel_test_output_surface.h scoped_ptr<SoftwareOutputDevice> software_device); SoftwareOutputDevice 12 cc/test/pixel_test_software_output_device.cc SoftwareOutputDevice::Resize(expanded_size); SoftwareOutputDevice 12 cc/test/pixel_test_software_output_device.h class PixelTestSoftwareOutputDevice : public SoftwareOutputDevice { SoftwareOutputDevice 5379 cc/trees/layer_tree_host_impl_unittest.cc class CountingSoftwareDevice : public SoftwareOutputDevice { SoftwareOutputDevice 5385 cc/trees/layer_tree_host_impl_unittest.cc return SoftwareOutputDevice::BeginPaint(damage_rect); SoftwareOutputDevice 5389 cc/trees/layer_tree_host_impl_unittest.cc SoftwareOutputDevice::EndPaint(frame_data); SoftwareOutputDevice 5400 cc/trees/layer_tree_host_impl_unittest.cc scoped_ptr<SoftwareOutputDevice>(software_device)).release(); SoftwareOutputDevice 5427 cc/trees/layer_tree_host_impl_unittest.cc scoped_ptr<SoftwareOutputDevice>(new CountingSoftwareDevice())).release(); SoftwareOutputDevice 5467 cc/trees/layer_tree_host_impl_unittest.cc scoped_ptr<SoftwareOutputDevice>(new CountingSoftwareDevice()))); SoftwareOutputDevice 3105 cc/trees/layer_tree_host_unittest.cc scoped_ptr<SoftwareOutputDevice>(new SoftwareOutputDevice)); SoftwareOutputDevice 111 cc/trees/layer_tree_host_unittest_copyrequest.cc make_scoped_ptr(new SoftwareOutputDevice)); SoftwareOutputDevice 37 content/browser/android/in_process/synchronous_compositor_output_surface.cc : public cc::SoftwareOutputDevice { SoftwareOutputDevice 70 content/browser/android/in_process/synchronous_compositor_output_surface.cc scoped_ptr<cc::SoftwareOutputDevice>(new SoftwareDevice(this))), SoftwareOutputDevice 30 content/browser/compositor/browser_compositor_output_surface.cc scoped_ptr<cc::SoftwareOutputDevice> software_device, SoftwareOutputDevice 15 content/browser/compositor/browser_compositor_output_surface.h class SoftwareOutputDevice; SoftwareOutputDevice 53 content/browser/compositor/browser_compositor_output_surface.h scoped_ptr<cc::SoftwareOutputDevice> software_device, SoftwareOutputDevice 168 content/browser/compositor/gpu_process_transport_factory.cc scoped_ptr<cc::SoftwareOutputDevice> CreateSoftwareOutputDevice( SoftwareOutputDevice 171 content/browser/compositor/gpu_process_transport_factory.cc return scoped_ptr<cc::SoftwareOutputDevice>(new SoftwareOutputDeviceWin( SoftwareOutputDevice 174 content/browser/compositor/gpu_process_transport_factory.cc return scoped_ptr<cc::SoftwareOutputDevice>(new SoftwareOutputDeviceOzone( SoftwareOutputDevice 177 content/browser/compositor/gpu_process_transport_factory.cc return scoped_ptr<cc::SoftwareOutputDevice>(new SoftwareOutputDeviceX11( SoftwareOutputDevice 181 content/browser/compositor/gpu_process_transport_factory.cc return scoped_ptr<cc::SoftwareOutputDevice>(); SoftwareOutputDevice 21 content/browser/compositor/software_browser_compositor_output_surface.cc scoped_ptr<cc::SoftwareOutputDevice> software_device, SoftwareOutputDevice 13 content/browser/compositor/software_browser_compositor_output_surface.h class SoftwareOutputDevice; SoftwareOutputDevice 29 content/browser/compositor/software_browser_compositor_output_surface.h scoped_ptr<cc::SoftwareOutputDevice> software_device, SoftwareOutputDevice 41 content/browser/compositor/software_browser_compositor_output_surface_unittest.cc class FakeSoftwareOutputDevice : public cc::SoftwareOutputDevice { SoftwareOutputDevice 67 content/browser/compositor/software_browser_compositor_output_surface_unittest.cc scoped_ptr<cc::SoftwareOutputDevice> device); SoftwareOutputDevice 114 content/browser/compositor/software_browser_compositor_output_surface_unittest.cc scoped_ptr<cc::SoftwareOutputDevice> device) { SoftwareOutputDevice 125 content/browser/compositor/software_browser_compositor_output_surface_unittest.cc scoped_ptr<cc::SoftwareOutputDevice> software_device( SoftwareOutputDevice 126 content/browser/compositor/software_browser_compositor_output_surface_unittest.cc new cc::SoftwareOutputDevice()); SoftwareOutputDevice 136 content/browser/compositor/software_browser_compositor_output_surface_unittest.cc scoped_ptr<cc::SoftwareOutputDevice> software_device( SoftwareOutputDevice 54 content/browser/compositor/software_output_device_ozone.cc return SoftwareOutputDevice::BeginPaint(damage_rect); SoftwareOutputDevice 58 content/browser/compositor/software_output_device_ozone.cc SoftwareOutputDevice::EndPaint(frame_data); SoftwareOutputDevice 26 content/browser/compositor/software_output_device_ozone.h : public cc::SoftwareOutputDevice { SoftwareOutputDevice 61 content/browser/compositor/software_output_device_win.cc SoftwareOutputDevice::EndPaint(frame_data); SoftwareOutputDevice 23 content/browser/compositor/software_output_device_win.h class SoftwareOutputDeviceWin : public cc::SoftwareOutputDevice { SoftwareOutputDevice 45 content/browser/compositor/software_output_device_x11.cc SoftwareOutputDevice::EndPaint(frame_data); SoftwareOutputDevice 19 content/browser/compositor/software_output_device_x11.h class SoftwareOutputDeviceX11 : public cc::SoftwareOutputDevice { SoftwareOutputDevice 55 content/renderer/gpu/compositor_output_surface.cc scoped_ptr<cc::SoftwareOutputDevice> software_device, SoftwareOutputDevice 49 content/renderer/gpu/compositor_output_surface.h scoped_ptr<cc::SoftwareOutputDevice> software, SoftwareOutputDevice 23 content/renderer/gpu/compositor_software_output_device.h : NON_EXPORTED_BASE(public cc::SoftwareOutputDevice), SoftwareOutputDevice 16 content/renderer/gpu/delegated_compositor_output_surface.cc scoped_ptr<cc::SoftwareOutputDevice>(), SoftwareOutputDevice 28 content/renderer/gpu/mailbox_output_surface.cc scoped_ptr<cc::SoftwareOutputDevice> software_device, SoftwareOutputDevice 31 content/renderer/gpu/mailbox_output_surface.h scoped_ptr<cc::SoftwareOutputDevice> software_device, SoftwareOutputDevice 919 content/renderer/render_widget.cc scoped_ptr<cc::SoftwareOutputDevice> software_device( SoftwareOutputDevice 942 content/renderer/render_widget.cc scoped_ptr<cc::SoftwareOutputDevice>(), SoftwareOutputDevice 951 content/renderer/render_widget.cc scoped_ptr<cc::SoftwareOutputDevice>(),