OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:surface_factory_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/compositor/
software_output_device_ozone_unittest.cc
83
scoped_ptr<ui::SurfaceFactoryOzone>
surface_factory_
;
member in class:SoftwareOutputDeviceOzoneTest
100
surface_factory_
.reset(new MockSurfaceFactoryOzone());
118
surface_factory_
.reset();
delegated_frame_host.cc
134
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_);
[
all
...]
delegated_frame_host.h
270
scoped_ptr<cc::SurfaceFactory>
surface_factory_
;
member in class:content::DelegatedFrameHost
Completed in 82 milliseconds