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
37
) 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
23
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
(
touch_editing_controller.h
89
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/renderer/android/
synchronous_compositor_factory.cc
18
void SynchronousCompositorFactory::
SetInstance
(
synchronous_compositor_factory.h
40
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
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/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/ui/views/
views_delegate.cc
13
ui::TouchSelectionControllerFactory::
SetInstance
(views_tsc_factory_.get());
17
ui::TouchSelectionControllerFactory::
SetInstance
(NULL);
/external/chromium_org/third_party/skia/include/utils/
SkEventTracer.h
14
// that event to SkEventTracer::
SetInstance
.
32
static void
SetInstance
(SkEventTracer* tracer) {
/external/skia/include/utils/
SkEventTracer.h
14
// that event to SkEventTracer::
SetInstance
.
32
static void
SetInstance
(SkEventTracer* tracer) {
/external/chromium_org/android_webview/browser/
deferred_gpu_command_service.h
36
static void
SetInstance
();
Completed in 733 milliseconds
1
2