Searched refs:SetInstance (Results 1 - 25 of 37) 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.h23 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
H A Dsynchronous_compositor_factory.h40 static void SetInstance(SynchronousCompositorFactory* instance);
/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/net/socket/
H A Dsocket_descriptor.h36 static void SetInstance(PlatformSocketFactory* factory);
H A Dsocket_descriptor.cc30 void PlatformSocketFactory::SetInstance(PlatformSocketFactory* factory) { function in class:net::PlatformSocketFactory
/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/ui/views/
H A Dviews_delegate.cc13 ui::TouchSelectionControllerFactory::SetInstance(views_tsc_factory_.get());
17 ui::TouchSelectionControllerFactory::SetInstance(NULL);
/external/chromium_org/third_party/skia/include/utils/
H A DSkEventTracer.h14 // that event to SkEventTracer::SetInstance.
32 static void SetInstance(SkEventTracer* tracer) { function in class:SkEventTracer
/external/skia/include/utils/
H A DSkEventTracer.h14 // that event to SkEventTracer::SetInstance.
32 static void SetInstance(SkEventTracer* tracer) { function in class:SkEventTracer
/external/chromium_org/android_webview/browser/
H A Ddeferred_gpu_command_service.h36 static void SetInstance();

Completed in 4539 milliseconds

12