OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetInstance
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/common/
launchd_mac.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/net/base/
registry_controlled_domain.h
217
// instance set by the most recent call to
SetInstance
.
218
static RegistryControlledDomainService*
SetInstance
(
registry_controlled_domain_unittest.cc
32
SetInstance
(new TestRegistryControlledDomainService()));
38
delete static_cast<TestRegistryControlledDomainService*>(
SetInstance
(NULL));
registry_controlled_domain.cc
173
RegistryControlledDomainService* RegistryControlledDomainService::
SetInstance
(
Completed in 334 milliseconds