OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSingletonAllowed
(Results
1 - 9
of
9
) sorted by null
/external/chromium/base/threading/
thread_restrictions.h
58
ScopedAllowSingleton() { previous_value_ =
SetSingletonAllowed
(true); }
59
~ScopedAllowSingleton() {
SetSingletonAllowed
(previous_value_); }
81
static bool
SetSingletonAllowed
(bool allowed);
91
static bool
SetSingletonAllowed
(bool allowed) { return true; }
thread_restrictions.cc
45
bool ThreadRestrictions::
SetSingletonAllowed
(bool allowed) {
platform_thread_win.cc
35
base::ThreadRestrictions::
SetSingletonAllowed
(false);
platform_thread_posix.cc
49
base::ThreadRestrictions::
SetSingletonAllowed
(false);
/external/chromium_org/base/threading/
thread_restrictions.h
131
ScopedAllowSingleton() { previous_value_ =
SetSingletonAllowed
(true); }
132
~ScopedAllowSingleton() {
SetSingletonAllowed
(previous_value_); }
154
static bool
SetSingletonAllowed
(bool allowed);
171
static bool
SetSingletonAllowed
(bool allowed) { return true; }
thread_restrictions.cc
48
bool ThreadRestrictions::
SetSingletonAllowed
(bool allowed) {
platform_thread_posix.cc
63
base::ThreadRestrictions::
SetSingletonAllowed
(false);
platform_thread_win.cc
55
base::ThreadRestrictions::
SetSingletonAllowed
(false);
/external/chromium_org/media/audio/
audio_device_thread.cc
149
base::ThreadRestrictions::
SetSingletonAllowed
(true);
Completed in 2517 milliseconds