OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetIOAllowed
(Results
1 - 8
of
8
) sorted by null
/external/chromium/base/threading/
thread_restrictions.h
22
// base::ThreadRestrictions::
SetIOAllowed
(false);
45
ScopedAllowIO() { previous_value_ =
SetIOAllowed
(true); }
46
~ScopedAllowIO() {
SetIOAllowed
(previous_value_); }
72
static bool
SetIOAllowed
(bool allowed);
89
static bool
SetIOAllowed
(bool allowed) { return true; }
thread_restrictions.cc
27
bool ThreadRestrictions::
SetIOAllowed
(bool allowed) {
40
"base::ThreadRestrictions::
SetIOAllowed
() in this thread's "
/external/chromium/net/base/
network_config_watcher_mac.cc
68
base::ThreadRestrictions::
SetIOAllowed
(false);
/external/chromium/chrome/browser/
browser_shutdown.cc
124
base::ThreadRestrictions::
SetIOAllowed
(true);
browser_process_impl.cc
310
base::ThreadRestrictions::
SetIOAllowed
(true);
313
NewRunnableFunction(&base::ThreadRestrictions::
SetIOAllowed
, true));
[
all
...]
io_thread.cc
412
base::ThreadRestrictions::
SetIOAllowed
(false);
browser_main.cc
583
base::ThreadRestrictions::
SetIOAllowed
(false);
[
all
...]
/external/chromium/chrome/browser/metrics/
thread_watcher.cc
406
base::ThreadRestrictions::
SetIOAllowed
(false);
Completed in 1162 milliseconds