HomeSort by relevance Sort by last modified time
    Searched refs:ThreadRestrictions (Results 1 - 25 of 90) 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/chrome/browser/
icon_manager_linux.cc 16 base::ThreadRestrictions::ScopedAllowIO allow_io;
  /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/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/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...]
native_library_linux.cc 20 base::ThreadRestrictions::AssertIOAllowed();
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...]
message_loop_proxy_impl.cc 48 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton;
65 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton;
native_library_win.cc 20 base::ThreadRestrictions::AssertIOAllowed();
  /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;
  /external/chromium/net/base/
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();
net_util_posix.cc 61 base::ThreadRestrictions::AssertIOAllowed();
  /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 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;

Completed in 765 milliseconds

1 2 3 4