OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedAllowIO
(Results
1 - 25
of
63
) sorted by null
1
2
3
/external/chromium/base/threading/
thread_restrictions.h
41
// Constructing a
ScopedAllowIO
temporarily allows IO for the current
43
class BASE_API
ScopedAllowIO
{
45
ScopedAllowIO
() { previous_value_ = SetIOAllowed(true); }
46
~
ScopedAllowIO
() { SetIOAllowed(previous_value_); }
48
// Whether IO is allowed when the
ScopedAllowIO
was constructed.
51
DISALLOW_COPY_AND_ASSIGN(
ScopedAllowIO
);
/external/chromium/chrome/browser/
icon_manager_linux.cc
16
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/chrome/browser/net/
url_request_mock_util.cc
31
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
net_log_logger.cc
17
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
url_request_mock_http_job.cc
96
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/chrome/browser/importer/
firefox_profile_lock.cc
81
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/chrome/browser/chromeos/
metrics_cros_settings_provider.cc
51
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
75
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
name_value_pairs_parser.cc
72
base::ThreadRestrictions::
ScopedAllowIO
allow_io_for_thread_join;
90
base::ThreadRestrictions::
ScopedAllowIO
allow_io_for_thread_join;
/external/chromium/chrome/common/
chrome_version_info.cc
21
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/chrome/browser/extensions/
autoupdate_interceptor.cc
51
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
76
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
extension_rlz_module.cc
77
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
102
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
120
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
181
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
extension_protocols.cc
55
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
173
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/net/proxy/
proxy_config_service_win.cc
78
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
96
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/chrome/browser/chromeos/login/
camera_controller.cc
40
// A
ScopedAllowIO
object is required to join the thread when calling Stop.
42
base::ThreadRestrictions::
ScopedAllowIO
allow_io_for_thread_join;
/external/chromium/chrome/browser/ui/webui/
shared_resources_data_source.cc
78
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/net/url_request/
url_request_file_job.cc
170
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
276
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
334
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
360
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/base/
process_util_linux.cc
38
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
57
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
75
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
110
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
344
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
356
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
401
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
474
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
566
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
sys_info_chromeos.cc
54
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
shared_memory_posix.cc
108
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
258
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/net/base/
network_config_watcher_mac.cc
60
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
directory_lister.cc
89
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
156
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/chrome/browser/printing/
printer_query.cc
134
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/chrome/browser/ui/options/
options_util.cc
114
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/net/socket/
nss_ssl_util.cc
83
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/chromium/chrome/browser/rlz/
rlz.cc
135
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
251
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
Completed in 3548 milliseconds
1
2
3