HomeSort by relevance Sort by last modified time
    Searched refs:SurfaceFactoryOzone (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/base/ozone/
surface_factory_ozone.cc 12 SurfaceFactoryOzone* SurfaceFactoryOzone::impl_ = NULL;
14 class SurfaceFactoryOzoneStub : public SurfaceFactoryOzone {
38 SurfaceFactoryOzone::SurfaceFactoryOzone() {
41 SurfaceFactoryOzone::~SurfaceFactoryOzone() {
44 SurfaceFactoryOzone* SurfaceFactoryOzone::GetInstance() {
45 CHECK(impl_) << "SurfaceFactoryOzone accessed before constructed"
    [all...]
surface_factory_ozone.h 18 class SurfaceFactoryOzone {
20 SurfaceFactoryOzone();
21 virtual ~SurfaceFactoryOzone();
24 UI_EXPORT static SurfaceFactoryOzone* GetInstance();
31 UI_EXPORT static void SetInstance(SurfaceFactoryOzone* impl);
71 UI_EXPORT static SurfaceFactoryOzone* CreateTestHelper();
74 static SurfaceFactoryOzone* impl_; // not owned
  /external/chromium_org/ui/aura/test/
aura_test_helper.h 18 class SurfaceFactoryOzone;
69 scoped_ptr<ui::SurfaceFactoryOzone> surface_factory_;
aura_test_helper.cc 49 surface_factory_.reset(ui::SurfaceFactoryOzone::CreateTestHelper());
50 ui::SurfaceFactoryOzone::SetInstance(surface_factory_.get());
  /external/chromium_org/ui/aura/
root_window_host_ozone.cc 18 ui::SurfaceFactoryOzone* surface_factory =
19 ui::SurfaceFactoryOzone::GetInstance();
  /external/chromium_org/ui/gl/
gl_implementation_ozone.cc 44 if (!ui::SurfaceFactoryOzone::GetInstance()->LoadEGLGLES2Bindings())
gl_surface_egl.cc 104 ui::SurfaceFactoryOzone::GetInstance()->InitializeHardware();
641 window = ui::SurfaceFactoryOzone::GetInstance()->RealizeAcceleratedWidget(
644 ui::SurfaceFactoryOzone::GetInstance()->GetVSyncProvider(window);
  /external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone.cc 78 if (x_max && y_max && SurfaceFactoryOzone::GetInstance()) {
80 SurfaceFactoryOzone::GetInstance()->DefaultDisplaySpec();
90 << "SurfaceFactoryOzone::DefaultDisplaySpec";

Completed in 115 milliseconds