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

1 2

  /external/chromium_org/android_webview/browser/
scoped_allow_wait_for_legacy_web_view_api.h 17 base::ThreadRestrictions::ScopedAllowWait wait;
  /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/base/threading/
thread_restrictions.h 226 // Constructing a ScopedAllowWait temporarily allows waiting on the current
230 class BASE_EXPORT ScopedAllowWait {
232 ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); }
233 ~ScopedAllowWait() { SetWaitAllowed(previous_value_); }
235 // Whether singleton use is allowed when the ScopedAllowWait was
239 DISALLOW_COPY_AND_ASSIGN(ScopedAllowWait);
platform_thread_posix.cc 198 base::ThreadRestrictions::ScopedAllowWait allow_wait;
207 base::ThreadRestrictions::ScopedAllowWait allow_wait;
216 base::ThreadRestrictions::ScopedAllowWait allow_wait;
simple_thread.cc 34 base::ThreadRestrictions::ScopedAllowWait allow_wait;
46 base::ThreadRestrictions::ScopedAllowWait allow_wait;
thread.cc 99 base::ThreadRestrictions::ScopedAllowWait allow_wait;
sequenced_worker_pool.cc 639 base::ThreadRestrictions::ScopedAllowWait allow_wait;
689 base::ThreadRestrictions::ScopedAllowWait allow_wait;
    [all...]
  /external/chromium_org/base/message_loop/
message_pump_default.cc 50 ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/base/android/
java_handler_thread.cc 42 base::ThreadRestrictions::ScopedAllowWait wait_allowed;
  /external/chromium_org/chromeos/dbus/
blocking_method_caller.cc 59 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/net/disk_cache/
in_flight_io.cc 88 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/content/public/test/
browser_test_base.cc 90 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 129 base::ThreadRestrictions::ScopedAllowWait allow_wait;
273 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/content/shell/
webkit_test_controller.h 40 base::ThreadRestrictions::ScopedAllowWait wait;
  /external/chromium_org/remoting/base/
auto_thread.cc 141 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/chrome/browser/chromeos/system/
statistics_provider.cc 163 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/net/base/
address_tracker_linux.cc 185 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/content/browser/renderer_host/
render_widget_helper.cc 177 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/net/disk_cache/v3/
backend_worker.cc 273 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc 100 base::ThreadRestrictions::ScopedAllowWait allow_wait;
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 367 base::ThreadRestrictions::ScopedAllowWait allow_wait;
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.cc 141 // This ScopedAllowWait should not be here. http://crbug.com/125331
142 base::ThreadRestrictions::ScopedAllowWait allow_wait;
    [all...]
  /external/chromium_org/dbus/
bus.cc 493 base::ThreadRestrictions::ScopedAllowWait allow_wait;
    [all...]
  /external/chromium_org/chrome/browser/net/
predictor.cc     [all...]

Completed in 1332 milliseconds

1 2