HomeSort by relevance Sort by last modified time
    Searched full:threadrestrictions (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/chromium/base/threading/
thread_restrictions.cc 27 bool ThreadRestrictions::SetIOAllowed(bool allowed) {
34 void ThreadRestrictions::AssertIOAllowed() {
40 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
45 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) {
52 void ThreadRestrictions::AssertSingletonAllowed() {
thread_restrictions.h 13 // Certain behavior is disallowed on certain threads. ThreadRestrictions helps
22 // base::ThreadRestrictions::SetIOAllowed(false);
28 // base::ThreadRestrictions::AssertIOAllowed();
30 // ThreadRestrictions does nothing in release builds; it is debug-only.
39 class BASE_API ThreadRestrictions {
96 DISALLOW_IMPLICIT_CONSTRUCTORS(ThreadRestrictions);
platform_thread_win.cc 35 base::ThreadRestrictions::SetSingletonAllowed(false);
136 base::ThreadRestrictions::AssertIOAllowed();
  /external/chromium/base/win/
registry.cc 27 base::ThreadRestrictions::AssertIOAllowed();
49 base::ThreadRestrictions::AssertIOAllowed();
60 base::ThreadRestrictions::AssertIOAllowed();
69 base::ThreadRestrictions::AssertIOAllowed();
82 base::ThreadRestrictions::AssertIOAllowed();
95 base::ThreadRestrictions::AssertIOAllowed();
104 base::ThreadRestrictions::AssertIOAllowed();
112 base::ThreadRestrictions::AssertIOAllowed();
123 base::ThreadRestrictions::AssertIOAllowed();
131 base::ThreadRestrictions::AssertIOAllowed()
    [all...]
  /external/chromium/base/
file_util_win.cc 39 base::ThreadRestrictions::AssertIOAllowed();
81 base::ThreadRestrictions::AssertIOAllowed();
91 base::ThreadRestrictions::AssertIOAllowed();
120 base::ThreadRestrictions::AssertIOAllowed();
168 base::ThreadRestrictions::AssertIOAllowed();
179 base::ThreadRestrictions::AssertIOAllowed();
213 base::ThreadRestrictions::AssertIOAllowed();
234 base::ThreadRestrictions::AssertIOAllowed();
248 base::ThreadRestrictions::AssertIOAllowed();
281 base::ThreadRestrictions::AssertIOAllowed()
    [all...]
platform_file_win.cc 17 base::ThreadRestrictions::AssertIOAllowed();
108 base::ThreadRestrictions::AssertIOAllowed();
113 base::ThreadRestrictions::AssertIOAllowed();
135 base::ThreadRestrictions::AssertIOAllowed();
154 base::ThreadRestrictions::AssertIOAllowed();
180 base::ThreadRestrictions::AssertIOAllowed();
186 base::ThreadRestrictions::AssertIOAllowed();
197 base::ThreadRestrictions::AssertIOAllowed();
file_util_posix.cc 51 base::ThreadRestrictions::AssertIOAllowed(); // For realpath().
67 base::ThreadRestrictions::AssertIOAllowed();
73 base::ThreadRestrictions::AssertIOAllowed();
86 base::ThreadRestrictions::AssertIOAllowed(); // For realpath().
96 base::ThreadRestrictions::AssertIOAllowed();
147 base::ThreadRestrictions::AssertIOAllowed();
187 base::ThreadRestrictions::AssertIOAllowed();
212 base::ThreadRestrictions::AssertIOAllowed();
219 base::ThreadRestrictions::AssertIOAllowed();
319 base::ThreadRestrictions::AssertIOAllowed()
    [all...]
file_util_mac.mm 30 base::ThreadRestrictions::AssertIOAllowed();
message_loop_proxy_impl.cc 48 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton;
65 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton;
native_library_linux.cc 20 base::ThreadRestrictions::AssertIOAllowed();
native_library_win.cc 20 base::ThreadRestrictions::AssertIOAllowed();
file_version_info_win.cc 17 base::ThreadRestrictions::AssertIOAllowed();
45 base::ThreadRestrictions::AssertIOAllowed();
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;
  /external/chromium/chrome/browser/
icon_manager_linux.cc 16 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/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;
  /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;
  /external/chromium/net/base/
file_stream_win.cc 202 base::ThreadRestrictions::AssertIOAllowed();
234 base::ThreadRestrictions::AssertIOAllowed();
294 base::ThreadRestrictions::AssertIOAllowed();
318 base::ThreadRestrictions::AssertIOAllowed();
335 base::ThreadRestrictions::AssertIOAllowed();
network_config_watcher_mac.cc 60 base::ThreadRestrictions::ScopedAllowIO allow_io;
68 base::ThreadRestrictions::SetIOAllowed(false);
file_stream_posix.cc 62 base::ThreadRestrictions::AssertIOAllowed();
83 base::ThreadRestrictions::AssertIOAllowed();
101 base::ThreadRestrictions::AssertIOAllowed();
329 base::ThreadRestrictions::AssertIOAllowed();
346 base::ThreadRestrictions::AssertIOAllowed();
426 base::ThreadRestrictions::AssertIOAllowed();
  /external/chromium/chrome/browser/chromeos/login/
camera_controller.cc 42 base::ThreadRestrictions::ScopedAllowIO allow_io_for_thread_join;
  /external/chromium/chrome/common/
chrome_version_info.cc 21 base::ThreadRestrictions::ScopedAllowIO allow_io;

Completed in 622 milliseconds

1 2 3 4