Home
last modified time | relevance | path

Searched refs:ScopedAllowWait (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/base/threading/
Dthread_restrictions.h234 class BASE_EXPORT ScopedAllowWait {
236 ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); } in ScopedAllowWait() function
237 ~ScopedAllowWait() { SetWaitAllowed(previous_value_); } in ~ScopedAllowWait()
243 DISALLOW_COPY_AND_ASSIGN(ScopedAllowWait);
Dplatform_thread_posix.cc198 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Create()
207 base::ThreadRestrictions::ScopedAllowWait allow_wait; in CreateWithPriority()
216 base::ThreadRestrictions::ScopedAllowWait allow_wait; in CreateNonJoinable()
Dsimple_thread.cc34 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Start()
46 base::ThreadRestrictions::ScopedAllowWait allow_wait; in HasBeenStarted()
Dthread.cc113 base::ThreadRestrictions::ScopedAllowWait allow_wait; in StartWithOptions()
Dsequenced_worker_pool.cc639 base::ThreadRestrictions::ScopedAllowWait allow_wait; in CleanupForTesting()
689 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Shutdown()
/external/chromium_org/content/browser/renderer_host/
Dtext_input_client_mac.mm45 base::ThreadRestrictions::ScopedAllowWait allow_wait;
66 base::ThreadRestrictions::ScopedAllowWait allow_wait;
87 base::ThreadRestrictions::ScopedAllowWait allow_wait;
Drender_widget_helper.cc177 base::ThreadRestrictions::ScopedAllowWait allow_wait; in WaitForBackingStoreMsg()
/external/chromium_org/android_webview/browser/
Dscoped_allow_wait_for_legacy_web_view_api.h17 base::ThreadRestrictions::ScopedAllowWait wait;
/external/chromium_org/base/test/
Dthread_test_helper.cc24 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Run()
/external/chromium_org/cc/base/
Dcompletion_event.h40 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Wait()
/external/chromium_org/base/message_loop/
Dmessage_pump_default.cc50 ThreadRestrictions::ScopedAllowWait allow_wait; in Run()
/external/chromium_org/base/android/
Djava_handler_thread.cc42 base::ThreadRestrictions::ScopedAllowWait wait_allowed; in Start()
/external/chromium_org/chromeos/dbus/
Dblocking_method_caller.cc61 base::ThreadRestrictions::ScopedAllowWait allow_wait; in CallMethodAndBlock()
/external/chromium_org/net/disk_cache/
Din_flight_io.cc88 base::ThreadRestrictions::ScopedAllowWait allow_wait; in InvokeCallback()
/external/chromium_org/content/public/test/
Dnested_message_pump_android.cc99 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Run()
Dbrowser_test_base.cc139 base::ThreadRestrictions::ScopedAllowWait allow_wait; in ~BrowserTestBase()
/external/chromium_org/content/browser/gpu/
Dbrowser_gpu_channel_host_factory.cc127 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Wait()
243 base::ThreadRestrictions::ScopedAllowWait allow_wait; in CreateViewCommandBuffer()
/external/chromium_org/content/shell/browser/
Dwebkit_test_controller.h39 base::ThreadRestrictions::ScopedAllowWait wait;
/external/chromium_org/remoting/base/
Dauto_thread.cc141 base::ThreadRestrictions::ScopedAllowWait allow_wait; in StartWithType()
/external/chromium_org/chromeos/system/
Dstatistics_provider.cc135 base::ThreadRestrictions::ScopedAllowWait allow_wait; in WaitForStatisticsLoaded()
/external/chromium_org/net/base/
Daddress_tracker_linux.cc185 base::ThreadRestrictions::ScopedAllowWait allow_wait; in GetCurrentConnectionType()
/external/chromium_org/net/disk_cache/v3/
Dbackend_worker.cc273 base::ThreadRestrictions::ScopedAllowWait allow_wait; in ~BackendImpl()
/external/chromium_org/content/common/gpu/client/
Dgpu_channel_host.cc113 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Send()
/external/chromium_org/chrome/browser/
Dbrowser_process_impl.cc395 base::ThreadRestrictions::ScopedAllowWait allow_wait; in EndSession()
/external/chromium_org/dbus/
Dbus.cc495 base::ThreadRestrictions::ScopedAllowWait allow_wait; in ShutdownOnDBusThreadAndBlock()

12