Searched refs:SetInstance (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/ui/views/linux_ui/
H A Dlinux_ui.cc19 void LinuxUI::SetInstance(LinuxUI* instance) { function in class:views::LinuxUI
22 LinuxInputMethodContextFactory::SetInstance(instance);
23 LinuxFontDelegate::SetInstance(instance);
24 LinuxShellDialog::SetInstance(instance);
/external/chromium_org/ui/gfx/
H A Dlinux_font_delegate.cc15 void LinuxFontDelegate::SetInstance(LinuxFontDelegate* instance) { function in class:gfx::LinuxFontDelegate
H A Dlinux_font_delegate.h26 static void SetInstance(LinuxFontDelegate* instance);
/external/chromium_org/android_webview/native/
H A Daw_browser_dependency_factory.cc22 void AwBrowserDependencyFactory::SetInstance( function in class:android_webview::AwBrowserDependencyFactory
H A Daw_browser_dependency_factory.h34 static void SetInstance(AwBrowserDependencyFactory* delegate);
36 // Returns the singleton instance. |SetInstance| must have been called.
/external/chromium_org/ui/base/ime/linux/
H A Dlinux_input_method_context_factory.cc23 void LinuxInputMethodContextFactory::SetInstance( function in class:ui::LinuxInputMethodContextFactory
H A Dlinux_input_method_context_factory.h27 static void SetInstance(const LinuxInputMethodContextFactory* instance);
/external/chromium_org/ui/base/touch/
H A Dtouch_editing_controller.cc21 void TouchSelectionControllerFactory::SetInstance( function in class:ui::TouchSelectionControllerFactory
/external/chromium_org/ui/shell_dialogs/
H A Dlinux_shell_dialog.cc15 void LinuxShellDialog::SetInstance(LinuxShellDialog* instance) { function in class:ui::LinuxShellDialog
H A Dlinux_shell_dialog.h22 static void SetInstance(LinuxShellDialog* instance);
/external/chromium_org/content/renderer/android/
H A Dsynchronous_compositor_factory.cc18 void SynchronousCompositorFactory::SetInstance( function in class:content::SynchronousCompositorFactory
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_factory_ozone.cc25 void DesktopFactoryOzone::SetInstance(DesktopFactoryOzone* impl) { function in class:views::DesktopFactoryOzone
H A Ddesktop_factory_ozone.h32 static void SetInstance(DesktopFactoryOzone* impl);
/external/chromium_org/third_party/skia/src/utils/
H A DSkEventTracer.cpp42 // calling SetInstance will delete the existing instance.
43 SkEventTracer::SetInstance(NULL);
48 SkEventTracer::SetInstance(SkNEW(SkDefaultEventTracer));
/external/chromium_org/ui/base/ime/
H A Dinput_method_initializer.cc47 LinuxInputMethodContextFactory::SetInstance(
60 LinuxInputMethodContextFactory::SetInstance(NULL);
/external/skia/src/utils/
H A DSkEventTracer.cpp42 // calling SetInstance will delete the existing instance.
43 SkEventTracer::SetInstance(NULL);
48 SkEventTracer::SetInstance(SkNEW(SkDefaultEventTracer));
/external/chromium_org/android_webview/lib/
H A Daw_browser_dependency_factory_impl.cc31 SetInstance(g_lazy_instance.Pointer());
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dscoped_user_manager_enabler.cc24 user_manager::UserManager::SetInstance(NULL);
/external/chromium_org/net/socket/
H A Dsocket_descriptor.h36 static void SetInstance(PlatformSocketFactory* factory);
/external/chromium_org/chrome/common/mac/
H A Dlaunchd.h77 static void SetInstance(Launchd* instance);
81 Launchd::SetInstance(instance);
84 Launchd::SetInstance(NULL);
/external/chromium_org/components/session_manager/core/
H A Dsession_manager.cc22 SessionManager::SetInstance(this);
27 SessionManager::SetInstance(NULL);
53 void SessionManager::SetInstance(SessionManager* session_manager) { function in class:session_manager::SessionManager
H A Dsession_manager.h68 static void SetInstance(SessionManager* session_manager);
/external/chromium_org/components/user_manager/
H A Duser_manager.cc46 UserManager::SetInstance(this);
56 UserManager::SetInstance(NULL);
69 void UserManager::SetInstance(UserManager* user_manager) { function in class:user_manager::UserManager
/external/chromium_org/ui/views/
H A Dviews_delegate.cc13 ui::TouchSelectionControllerFactory::SetInstance(views_tsc_factory_.get());
17 ui::TouchSelectionControllerFactory::SetInstance(NULL);
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_service.cc25 SetInstance(this);
32 SetInstance(this);
37 SetInstance(NULL);
40 void GamepadService::SetInstance(GamepadService* instance) { function in class:content::GamepadService

Completed in 9557 milliseconds

12