Searched refs:surface_factory_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_ozone_unittest.cc83 scoped_ptr<ui::SurfaceFactoryOzone> surface_factory_; member in class:SoftwareOutputDeviceOzoneTest
100 surface_factory_.reset(new MockSurfaceFactoryOzone());
118 surface_factory_.reset();
H A Ddelegated_frame_host.cc134 if (surface_factory_ && !surface_id_.is_null())
135 surface_factory_->RequestCopyOfSurface(surface_id_, request.Pass());
372 if (!surface_factory_) {
376 surface_factory_ =
384 surface_factory_->Destroy(surface_id_);
386 surface_factory_->Create(surface_id_, frame_size);
407 surface_factory_->SubmitFrame(
524 surface_factory_->Destroy(surface_id_);
917 surface_factory_->Destroy(surface_id_);
H A Ddelegated_frame_host.h270 scoped_ptr<cc::SurfaceFactory> surface_factory_; member in class:content::DelegatedFrameHost

Completed in 81 milliseconds