HomeSort by relevance Sort by last modified time
    Searched refs:SetInstance (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/ui/views/linux_ui/
linux_ui.cc 19 void LinuxUI::SetInstance(LinuxUI* instance) {
22 LinuxInputMethodContextFactory::SetInstance(instance);
23 LinuxFontDelegate::SetInstance(instance);
24 LinuxShellDialog::SetInstance(instance);
  /external/chromium_org/ui/gfx/
linux_font_delegate.cc 15 void LinuxFontDelegate::SetInstance(LinuxFontDelegate* instance) {
linux_font_delegate.h 26 static void SetInstance(LinuxFontDelegate* instance);
  /external/chromium_org/android_webview/native/
aw_browser_dependency_factory.cc 22 void AwBrowserDependencyFactory::SetInstance(
aw_browser_dependency_factory.h 34 static void SetInstance(AwBrowserDependencyFactory* delegate);
36 // Returns the singleton instance. |SetInstance| must have been called.
  /external/chromium_org/ui/base/ime/linux/
linux_input_method_context_factory.cc 23 void LinuxInputMethodContextFactory::SetInstance(
linux_input_method_context_factory.h 27 static void SetInstance(const LinuxInputMethodContextFactory* instance);
  /external/chromium_org/ui/base/touch/
touch_editing_controller.cc 21 void TouchSelectionControllerFactory::SetInstance(
  /external/chromium_org/ui/shell_dialogs/
linux_shell_dialog.cc 15 void LinuxShellDialog::SetInstance(LinuxShellDialog* instance) {
linux_shell_dialog.h 22 static void SetInstance(LinuxShellDialog* instance);
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.cc 18 void SynchronousCompositorFactory::SetInstance(
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_factory_ozone.cc 25 void DesktopFactoryOzone::SetInstance(DesktopFactoryOzone* impl) {
desktop_factory_ozone.h 32 static void SetInstance(DesktopFactoryOzone* impl);
  /external/chromium_org/third_party/skia/src/utils/
SkEventTracer.cpp 42 // calling SetInstance will delete the existing instance.
43 SkEventTracer::SetInstance(NULL);
48 SkEventTracer::SetInstance(SkNEW(SkDefaultEventTracer));
  /external/chromium_org/ui/base/ime/
input_method_initializer.cc 47 LinuxInputMethodContextFactory::SetInstance(
60 LinuxInputMethodContextFactory::SetInstance(NULL);
  /external/skia/src/utils/
SkEventTracer.cpp 42 // calling SetInstance will delete the existing instance.
43 SkEventTracer::SetInstance(NULL);
48 SkEventTracer::SetInstance(SkNEW(SkDefaultEventTracer));
  /external/chromium_org/android_webview/lib/
aw_browser_dependency_factory_impl.cc 31 SetInstance(g_lazy_instance.Pointer());
  /external/chromium_org/chrome/browser/chromeos/login/users/
scoped_user_manager_enabler.cc 24 user_manager::UserManager::SetInstance(NULL);
  /external/chromium_org/net/socket/
socket_descriptor.h 36 static void SetInstance(PlatformSocketFactory* factory);
  /external/chromium_org/chrome/common/mac/
launchd.h 77 static void SetInstance(Launchd* instance);
81 Launchd::SetInstance(instance);
84 Launchd::SetInstance(NULL);
  /external/chromium_org/components/session_manager/core/
session_manager.cc 22 SessionManager::SetInstance(this);
27 SessionManager::SetInstance(NULL);
53 void SessionManager::SetInstance(SessionManager* session_manager) {
session_manager.h 68 static void SetInstance(SessionManager* session_manager);
  /external/chromium_org/components/user_manager/
user_manager.cc 46 UserManager::SetInstance(this);
56 UserManager::SetInstance(NULL);
69 void UserManager::SetInstance(UserManager* user_manager) {
  /external/chromium_org/ui/views/
views_delegate.cc 13 ui::TouchSelectionControllerFactory::SetInstance(views_tsc_factory_.get());
17 ui::TouchSelectionControllerFactory::SetInstance(NULL);
  /external/chromium_org/content/browser/gamepad/
gamepad_service.cc 25 SetInstance(this);
32 SetInstance(this);
37 SetInstance(NULL);
40 void GamepadService::SetInstance(GamepadService* instance) {

Completed in 4828 milliseconds

1 2