Searched refs:GetInstance (Results 226 - 250 of 2630) sorted by last modified time

1234567891011>>

/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller.cc223 KeyboardController* controller = KeyboardController::GetInstance();
281 KeyboardController* KeyboardController::GetInstance() { function in class:keyboard::KeyboardController
H A Dkeyboard_controller.h94 static KeyboardController* GetInstance();
H A Dkeyboard_controller_unittest.cc182 ui::TextInputFocusManager::GetInstance()->FocusTextInputClient(NULL);
192 ui::TextInputFocusManager::GetInstance()->FocusTextInputClient(NULL);
211 ui::TextInputFocusManager::GetInstance()->FocusTextInputClient(client);
/external/chromium_org/ui/keyboard/webui/
H A Dvk_mojo_handler.cc26 return KeyboardController::GetInstance()->proxy()->GetInputMethod();
39 KeyboardController::GetInstance()->GetContainerWindow();
47 KeyboardController::GetInstance()->HideKeyboard(
H A Dvk_webui_controller.cc108 VKWebUIControllerFactory* VKWebUIControllerFactory::GetInstance() { function in class:keyboard::VKWebUIControllerFactory
H A Dvk_webui_controller.h59 static VKWebUIControllerFactory* GetInstance();
/external/chromium_org/ui/ozone/demo/
H A Dozone_demo.cc35 platform_window_ = ui::OzonePlatform::GetInstance()->CreatePlatformWindow(
116 ui::SurfaceFactoryOzone::GetInstance()->CreateCanvasForWidget(
/external/chromium_org/ui/ozone/gpu/
H A Dgpu_memory_buffer_factory_ozone_native_buffer.cc32 return SurfaceFactoryOzone::GetInstance()->ScheduleOverlayPlane(
75 SurfaceFactoryOzone::GetInstance()->CreateNativePixmap(
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.cc38 ui::PlatformEventSource::GetInstance()->AddPlatformEventDispatcher(this);
43 ui::PlatformEventSource::GetInstance()->RemovePlatformEventDispatcher(this);
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window.cc39 PlatformEventSource::GetInstance()->RemovePlatformEventDispatcher(this);
49 PlatformEventSource::GetInstance()->AddPlatformEventDispatcher(this);
/external/chromium_org/ui/ozone/platform/egltest/
H A Dozone_platform_egltest.cc99 ui::PlatformEventSource::GetInstance()->AddPlatformEventDispatcher(this);
103 ui::PlatformEventSource::GetInstance()->RemovePlatformEventDispatcher(this);
/external/chromium_org/ui/ozone/platform/test/
H A Dozone_platform_test.cc66 if (!PlatformEventSource::GetInstance())
/external/chromium_org/ui/ozone/public/
H A Dcursor_factory_ozone.cc24 CursorFactoryOzone* CursorFactoryOzone::GetInstance() { function in class:ui::CursorFactoryOzone
H A Dcursor_factory_ozone.h27 static CursorFactoryOzone* GetInstance();
H A Dozone_platform.cc57 OzonePlatform* OzonePlatform::GetInstance() { function in class:ui::OzonePlatform
H A Dozone_platform.h51 static OzonePlatform* GetInstance();
H A Dsurface_factory_ozone.cc29 SurfaceFactoryOzone* SurfaceFactoryOzone::GetInstance() { function in class:ui::SurfaceFactoryOzone
H A Dsurface_factory_ozone.h80 static SurfaceFactoryOzone* GetInstance();
H A Dui_thread_gpu.cc40 OzonePlatform* platform = ui::OzonePlatform::GetInstance();
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc63 PlatformEventSource::GetInstance()->RemovePlatformEventDispatcher(this);
69 if (!TouchFactory::GetInstance()->ShouldProcessXI2Event(xev))
116 CHECK(PlatformEventSource::GetInstance());
117 PlatformEventSource::GetInstance()->AddPlatformEventDispatcher(this);
203 if (X11EventSource::GetInstance())
204 X11EventSource::GetInstance()->BlockUntilWindowMapped(xwindow_);
/external/chromium_org/ui/views/accessibility/
H A Dax_aura_obj_cache.cc20 AXAuraObjCache* AXAuraObjCache::GetInstance() { function in class:views::AXAuraObjCache
H A Dax_aura_obj_cache.h28 static AXAuraObjCache* GetInstance();
H A Dax_view_obj_wrapper.cc19 AXAuraObjCache::GetInstance()->GetOrCreate(view->GetWidget());
25 AXAuraObjCache* cache = AXAuraObjCache::GetInstance();
37 AXAuraObjCache::GetInstance()->GetOrCreate(view_->child_at(i));
68 return AXAuraObjCache::GetInstance()->GetID(view_);
H A Dax_widget_obj_wrapper.cc26 return AXAuraObjCache::GetInstance()->GetOrCreate(widget_->GetNativeView());
32 AXAuraObjCache::GetInstance()->GetOrCreate(widget_->GetRootView()));
44 return AXAuraObjCache::GetInstance()->GetID(widget_);
48 AXAuraObjCache::GetInstance()->Remove(widget);
52 AXAuraObjCache::GetInstance()->Remove(view);
H A Dax_window_obj_wrapper.cc29 return AXAuraObjCache::GetInstance()->GetOrCreate(window_->parent());
37 AXAuraObjCache::GetInstance()->GetOrCreate(children[i]));
43 out_children->push_back(AXAuraObjCache::GetInstance()->GetOrCreate(widget));
57 return AXAuraObjCache::GetInstance()->GetID(window_);
61 AXAuraObjCache::GetInstance()->Remove(window);

Completed in 2421 milliseconds

1234567891011>>