OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetInstance
(Results
1 - 25
of
45
) sorted by null
1
2
/external/chromium_org/ui/views/
views_delegate.cc
13
ui::TouchSelectionControllerFactory::
SetInstance
(views_tsc_factory_.get());
17
ui::TouchSelectionControllerFactory::
SetInstance
(NULL);
/external/chromium_org/ui/views/linux_ui/
linux_ui.cc
18
void LinuxUI::
SetInstance
(LinuxUI* instance) {
21
LinuxInputMethodContextFactory::
SetInstance
(instance);
22
LinuxShellDialog::
SetInstance
(instance);
linux_ui.h
41
static void
SetInstance
(LinuxUI* instance);
/external/chromium_org/content/browser/aura/
image_transport_factory.cc
24
ui::ContextFactory::
SetInstance
(g_factory->AsContextFactory());
33
ui::ContextFactory::
SetInstance
(g_factory->AsContextFactory());
38
ui::ContextFactory::
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/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
(
touch_editing_controller.h
77
static void
SetInstance
(TouchSelectionControllerFactory* instance);
/external/chromium_org/ui/ozone/
ozone_platform.cc
43
gfx::SurfaceFactoryOzone::
SetInstance
(NULL);
44
ui::EventFactoryOzone::
SetInstance
(NULL);
55
gfx::SurfaceFactoryOzone::
SetInstance
(instance_->GetSurfaceFactoryOzone());
56
ui::EventFactoryOzone::
SetInstance
(instance_->GetEventFactoryOzone());
/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/ui/compositor/test/
context_factories_for_test.cc
49
ContextFactory::
SetInstance
(g_implicit_factory);
53
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/ui/views/widget/desktop_aura/
desktop_factory_ozone.cc
25
void DesktopFactoryOzone::
SetInstance
(DesktopFactoryOzone* impl) {
desktop_factory_ozone.h
31
static void
SetInstance
(DesktopFactoryOzone* impl);
/external/chromium_org/android_webview/lib/
aw_browser_dependency_factory_impl.cc
31
SetInstance
(g_lazy_instance.Pointer());
/external/chromium_org/net/socket/
socket_descriptor.h
36
static void
SetInstance
(PlatformSocketFactory* factory);
/external/chromium_org/ui/events/ozone/
event_factory_ozone.h
35
// Returns the static instance last set using
SetInstance
().
39
static void
SetInstance
(EventFactoryOzone*);
/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_org/ui/base/ime/
input_method_factory.cc
38
SetInstance
(DefaultInputMethodFactory::GetInstance());
44
void InputMethodFactory::
SetInstance
(InputMethodFactory* instance) {
104
InputMethodFactory::
SetInstance
(MockInputMethodFactory::GetInstance());
/external/chromium/third_party/libjingle/source/talk/base/
win32window.h
53
static void
SetInstance
(HINSTANCE instance);
Completed in 818 milliseconds
1
2