Searched refs:GetInstance (Results 201 - 225 of 2630) sorted by last modified time

1234567891011>>

/external/chromium_org/ui/events/x/
H A Dtouch_factory_x11.cc37 if (!DeviceDataManagerX11::GetInstance()->IsXInput2Available())
53 TouchFactory* TouchFactory::GetInstance() { function in class:ui::TouchFactory
78 ui::TouchFactory::GetInstance()->SetTouchDeviceList(device_ids);
98 DeviceListCacheX::GetInstance()->GetXDeviceList(display);
109 if (!DeviceDataManagerX11::GetInstance()->IsXInput2Available())
126 DeviceListCacheX::GetInstance()->GetXI2DeviceList(display);
H A Dtouch_factory_x11.h35 static TouchFactory* GetInstance();
/external/chromium_org/ui/gfx/android/
H A Ddevice_display_info.cc19 return SharedDeviceDisplayInfo::GetInstance()->GetDisplayHeight();
23 return SharedDeviceDisplayInfo::GetInstance()->GetDisplayWidth();
27 return SharedDeviceDisplayInfo::GetInstance()->GetPhysicalDisplayHeight();
31 return SharedDeviceDisplayInfo::GetInstance()->GetPhysicalDisplayWidth();
35 return SharedDeviceDisplayInfo::GetInstance()->GetBitsPerPixel();
39 return SharedDeviceDisplayInfo::GetInstance()->GetBitsPerComponent();
43 return SharedDeviceDisplayInfo::GetInstance()->GetDIPScale();
47 return SharedDeviceDisplayInfo::GetInstance()->GetSmallestDIPWidth();
51 return SharedDeviceDisplayInfo::GetInstance()->GetRotationDegrees();
H A Dshared_device_display_info.cc26 SharedDeviceDisplayInfo::GetInstance()->InvokeUpdate(env, obj,
34 SharedDeviceDisplayInfo* SharedDeviceDisplayInfo::GetInstance() { function in class:gfx::SharedDeviceDisplayInfo
H A Dshared_device_display_info.h19 static SharedDeviceDisplayInfo* GetInstance();
/external/chromium_org/ui/gfx/
H A Dfont_fallback_win.cc108 static CachedFontLinkSettings* GetInstance();
130 CachedFontLinkSettings* CachedFontLinkSettings::GetInstance() { function in class:gfx::__anon16824::CachedFontLinkSettings
243 CachedFontLinkSettings* font_link = CachedFontLinkSettings::GetInstance();
H A Dfont_render_params_win.cc18 static CachedFontRenderParams* GetInstance() { function in class:gfx::__anon16833::CachedFontRenderParams
46 gfx::SingletonHwnd::GetInstance()->AddObserver(this);
65 gfx::SingletonHwnd::GetInstance()->RemoveObserver(this);
81 return CachedFontRenderParams::GetInstance()->GetParams(
H A Dscreen_win.cc89 SingletonHwnd::GetInstance()->AddObserver(this);
93 SingletonHwnd::GetInstance()->RemoveObserver(this);
H A Dsys_color_change_listener.cc54 static SysColorChangeObserver* GetInstance();
74 SysColorChangeObserver* SysColorChangeObserver::GetInstance() { function in class:gfx::SysColorChangeObserver
79 gfx::SingletonHwnd::GetInstance()->AddObserver(this);
83 gfx::SingletonHwnd::GetInstance()->RemoveObserver(this);
110 SysColorChangeObserver::GetInstance()->AddListener(listener_);
116 SysColorChangeObserver::GetInstance()->RemoveListener(listener_);
/external/chromium_org/ui/gfx/win/
H A Dsingleton_hwnd.cc13 SingletonHwnd* SingletonHwnd::GetInstance() { function in class:gfx::SingletonHwnd
H A Dsingleton_hwnd.h24 static SingletonHwnd* GetInstance();
H A Dwindow_impl.cc52 static ClassRegistrar* GetInstance();
98 ClassRegistrar* ClassRegistrar::GetInstance() { function in class:gfx::ClassRegistrar
185 base::Unretained(ClassRegistrar::GetInstance())));
309 return ClassRegistrar::GetInstance()->RetrieveClassAtom(class_info);
/external/chromium_org/ui/gl/android/
H A Dsurface_texture.cc21 bool available = base::android::BuildInfo::GetInstance()->sdk_int() >= 16;
137 return base::android::BuildInfo::GetInstance()->sdk_int() >= 19;
H A Dsurface_texture_tracker.cc15 SurfaceTextureTracker* SurfaceTextureTracker::GetInstance() { function in class:gfx::SurfaceTextureTracker
H A Dsurface_texture_tracker.h19 static SurfaceTextureTracker* GetInstance();
/external/chromium_org/ui/gl/
H A Dgl_context_cgl.cc41 if (ui::GpuSwitchingManager::GetInstance()->SupportsDualGpus()) {
81 gpu_preference = ui::GpuSwitchingManager::GetInstance()->AdjustGpuPreference(
93 if (!ui::GpuSwitchingManager::GetInstance()->SupportsDualGpus() ||
H A Dgl_image_surface_texture.cc26 SurfaceTextureTracker::GetInstance()->AcquireSurfaceTexture(
H A Dgl_implementation_ozone.cc47 if (!ui::SurfaceFactoryOzone::GetInstance()->LoadEGLGLES2Bindings(
H A Dgl_surface_egl.cc147 ui::SurfaceFactoryOzone::GetInstance()->GetEGLSurfaceProperties(
H A Dgl_surface_glx.cc454 ui::PlatformEventSource::GetInstance();
458 ui::PlatformEventSource::GetInstance()->AddPlatformEventDispatcher(this);
475 ui::PlatformEventSource::GetInstance();
H A Dgl_surface_mac.cc63 if (ui::GpuSwitchingManager::GetInstance()->SupportsDualGpus()) {
H A Dgl_surface_ozone.cc79 ui::SurfaceFactoryOzone::GetInstance()->CreateEGLSurfaceForWidget(
195 ui::SurfaceFactoryOzone::GetInstance()
198 ui::SurfaceFactoryOzone::GetInstance()
205 ui::SurfaceFactoryOzone::GetInstance()->CreateEGLSurfaceForWidget(
254 return ui::SurfaceFactoryOzone::GetInstance()->GetNativeDisplay();
H A Dgpu_switching_manager.cc19 GpuSwitchingManager* GpuSwitchingManager::GetInstance() { function in class:ui::GpuSwitchingManager
H A Dgpu_switching_manager.h23 static GpuSwitchingManager* GetInstance();
/external/chromium_org/ui/keyboard/
H A Dkeyboard.cc43 VKWebUIControllerFactory::GetInstance());

Completed in 219 milliseconds

1234567891011>>