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

1 2 3 4 5 6

  /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_org/chrome/browser/ui/options/
options_util.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;
  /external/chromium/chrome/browser/importer/
firefox_profile_lock.cc 81 base::ThreadRestrictions::ScopedAllowIO allow_io;
  /external/chromium_org/base/threading/
thread_restrictions.h 112 // Constructing a ScopedAllowIO temporarily allows IO for the current
114 class BASE_EXPORT ScopedAllowIO {
116 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
117 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
119 // Whether IO is allowed when the ScopedAllowIO was constructed.
122 DISALLOW_COPY_AND_ASSIGN(ScopedAllowIO);
  /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;
  /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_org/base/android/
important_file_writer_android.cc 23 base::ThreadRestrictions::ScopedAllowIO allow_io;
  /external/chromium_org/content/browser/webui/
shared_resources_data_source.cc 59 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_org/content/shell/
shell_browser_main.cc 68 base::ThreadRestrictions::ScopedAllowIO allow_io;
85 base::ThreadRestrictions::ScopedAllowIO allow_io;
152 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_org/chrome/browser/status_icons/
desktop_notification_balloon.cc 81 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;
  /external/chromium_org/base/process/
process_metrics_linux.cc 40 ThreadRestrictions::ScopedAllowIO allow_io;
101 ThreadRestrictions::ScopedAllowIO allow_io;
208 ThreadRestrictions::ScopedAllowIO allow_io;
283 ThreadRestrictions::ScopedAllowIO allow_io;
335 ThreadRestrictions::ScopedAllowIO allow_io;
421 ThreadRestrictions::ScopedAllowIO allow_io;

Completed in 1688 milliseconds

1 2 3 4 5 6