HomeSort by relevance Sort by last modified time
    Searched refs:ThreadRestrictions (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/android_webview/browser/
scoped_allow_wait_for_legacy_web_view_api.h 17 base::ThreadRestrictions::ScopedAllowWait wait;
  /external/chromium_org/base/threading/
thread_restrictions.cc 29 bool ThreadRestrictions::SetIOAllowed(bool allowed) {
36 void ThreadRestrictions::AssertIOAllowed() {
42 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
48 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) {
55 void ThreadRestrictions::AssertSingletonAllowed() {
65 void ThreadRestrictions::DisallowWaiting() {
70 void ThreadRestrictions::AssertWaitAllowed() {
77 bool ThreadRestrictions::SetWaitAllowed(bool allowed) {
  /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);
  /external/chromium/chrome/browser/
icon_manager_linux.cc 16 base::ThreadRestrictions::ScopedAllowIO allow_io;
  /external/chromium_org/chrome/browser/ui/options/
options_util.cc 16 base::ThreadRestrictions::ScopedAllowIO allow_io;
  /external/chromium_org/base/
file_util_win.cc 44 ThreadRestrictions::AssertIOAllowed();
78 ThreadRestrictions::AssertIOAllowed();
86 ThreadRestrictions::AssertIOAllowed();
140 ThreadRestrictions::AssertIOAllowed();
153 ThreadRestrictions::AssertIOAllowed();
173 ThreadRestrictions::AssertIOAllowed();
197 ThreadRestrictions::AssertIOAllowed();
202 ThreadRestrictions::AssertIOAllowed();
215 ThreadRestrictions::AssertIOAllowed();
233 base::ThreadRestrictions::AssertIOAllowed()
    [all...]
native_library_posix.cc 20 base::ThreadRestrictions::AssertIOAllowed();
platform_file_win.cc 19 base::ThreadRestrictions::AssertIOAllowed();
116 base::ThreadRestrictions::AssertIOAllowed();
123 base::ThreadRestrictions::AssertIOAllowed();
136 base::ThreadRestrictions::AssertIOAllowed();
172 base::ThreadRestrictions::AssertIOAllowed();
201 base::ThreadRestrictions::AssertIOAllowed();
227 base::ThreadRestrictions::AssertIOAllowed();
233 base::ThreadRestrictions::AssertIOAllowed();
244 base::ThreadRestrictions::AssertIOAllowed();
  /external/chromium_org/base/files/
memory_mapped_file_posix.cc 24 ThreadRestrictions::AssertIOAllowed();
42 ThreadRestrictions::AssertIOAllowed();
  /external/chromium_org/content/browser/
browser_process_sub_thread.cc 42 base::ThreadRestrictions::SetIOAllowed(false);
43 base::ThreadRestrictions::DisallowWaiting();
  /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;
  /external/chromium_org/base/test/
thread_test_helper.cc 24 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/cc/base/
completion_event.h 40 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/device/bluetooth/
bluetooth_init_win.cc 31 base::ThreadRestrictions::AssertIOAllowed();
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.cc 98 base::ThreadRestrictions::AssertIOAllowed();
110 base::ThreadRestrictions::AssertIOAllowed();
114 base::ThreadRestrictions::AssertIOAllowed();
119 base::ThreadRestrictions::AssertIOAllowed();
126 base::ThreadRestrictions::AssertIOAllowed();
147 base::ThreadRestrictions::AssertIOAllowed();
159 base::ThreadRestrictions::AssertIOAllowed();
165 base::ThreadRestrictions::AssertIOAllowed();
173 base::ThreadRestrictions::AssertIOAllowed();
177 base::ThreadRestrictions::AssertIOAllowed()
    [all...]
file_cache_metadata.cc 34 base::ThreadRestrictions::AssertIOAllowed();
42 base::ThreadRestrictions::AssertIOAllowed();
46 base::ThreadRestrictions::AssertIOAllowed();
51 base::ThreadRestrictions::AssertIOAllowed();
57 base::ThreadRestrictions::AssertIOAllowed();
63 base::ThreadRestrictions::AssertIOAllowed();
71 base::ThreadRestrictions::AssertIOAllowed();
  /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();
  /external/chromium_org/base/synchronization/
waitable_event_win.cc 51 base::ThreadRestrictions::AssertWaitAllowed();
59 base::ThreadRestrictions::AssertWaitAllowed();
80 base::ThreadRestrictions::AssertWaitAllowed();
  /external/chromium_org/chrome/browser/media_galleries/win/
portable_device_map_service.cc 29 base::ThreadRestrictions::AssertIOAllowed();
48 base::ThreadRestrictions::AssertIOAllowed();
58 base::ThreadRestrictions::AssertIOAllowed();
  /external/chromium/chrome/browser/importer/
firefox_profile_lock.cc 81 base::ThreadRestrictions::ScopedAllowIO allow_io;
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock.cc 81 base::ThreadRestrictions::ScopedAllowIO allow_io;
  /external/chromium_org/chrome/browser/net/
url_request_mock_util.cc 32 base::ThreadRestrictions::ScopedAllowIO allow_io;

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011