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

1 2

  /external/chromium_org/ui/linux_ui/
linux_ui.cc 17 void LinuxUI::SetInstance(LinuxUI* instance) {
21 LinuxShellDialog::SetInstance(instance);
linux_ui.h 38 static void SetInstance(LinuxUI* instance);
  /external/chromium_org/ui/views/
views_delegate.cc 13 ui::TouchSelectionControllerFactory::SetInstance(views_tsc_factory_.get());
17 ui::TouchSelectionControllerFactory::SetInstance(NULL);
  /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/touch/
touch_editing_controller.cc 21 void TouchSelectionControllerFactory::SetInstance(
touch_editing_controller.h 77 static void SetInstance(TouchSelectionControllerFactory* instance);
  /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/browser/aura/
image_transport_factory.cc 53 ui::ContextFactory::SetInstance(g_factory->AsContextFactory());
58 ui::ContextFactory::SetInstance(NULL);
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.cc 18 void SynchronousCompositorFactory::SetInstance(
synchronous_compositor_factory.h 33 static void SetInstance(SynchronousCompositorFactory* instance);
  /external/chromium_org/net/base/
winsock_util.h 41 static void SetInstance(PlatformSocketFactory* factory);
winsock_util.cc 54 void PlatformSocketFactory::SetInstance(PlatformSocketFactory* factory) {
  /external/chromium_org/android_webview/lib/
aw_browser_dependency_factory_impl.cc 31 SetInstance(g_lazy_instance.Pointer());
  /external/chromium/chrome/common/
launchd_mac.h 77 static void SetInstance(Launchd* instance);
81 Launchd::SetInstance(instance);
84 Launchd::SetInstance(NULL);
  /external/chromium_org/chrome/common/mac/
launchd.h 77 static void SetInstance(Launchd* instance);
81 Launchd::SetInstance(instance);
84 Launchd::SetInstance(NULL);
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.h 53 static void SetInstance(HINSTANCE instance);
win32window.cc 79 void Win32Window::SetInstance(HINSTANCE instance) {
  /external/chromium_org/chrome/browser/ui/aura/
chrome_browser_main_extra_parts_aura.cc 65 ui::LinuxUI::SetInstance(BuildGtk2UI());
  /external/chromium_org/ui/base/ozone/
surface_factory_ozone.h 31 UI_EXPORT static void SetInstance(SurfaceFactoryOzone* impl);
surface_factory_ozone.cc 49 void SurfaceFactoryOzone::SetInstance(SurfaceFactoryOzone* impl) {
  /external/chromium/net/base/
registry_controlled_domain.h 217 // instance set by the most recent call to SetInstance.
218 static RegistryControlledDomainService* SetInstance(
  /external/chromium_org/ui/aura/test/
aura_test_helper.cc 50 ui::SurfaceFactoryOzone::SetInstance(surface_factory_.get());
  /external/chromium_org/ppapi/proxy/
serialized_var.cc 89 void SerializedVar::Inner::SetInstance(PP_Instance instance) {
209 inner_->SetInstance(instance);
320 serialized_.inner_->SetInstance(instance);

Completed in 346 milliseconds

1 2