OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedAllowWait
(Results
1 - 25
of
29
) 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
230
// Constructing a
ScopedAllowWait
temporarily allows waiting on the current
234
class BASE_EXPORT
ScopedAllowWait
{
236
ScopedAllowWait
() { previous_value_ = SetWaitAllowed(true); }
237
~
ScopedAllowWait
() { SetWaitAllowed(previous_value_); }
239
// Whether singleton use is allowed when the
ScopedAllowWait
was
243
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
113
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
61
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/
nested_message_pump_android.cc
99
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
browser_test_base.cc
139
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
/external/chromium_org/content/shell/browser/
webkit_test_controller.h
39
base::ThreadRestrictions::
ScopedAllowWait
wait;
/external/chromium_org/remoting/base/
auto_thread.cc
141
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
/external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc
127
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
243
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
/external/chromium_org/chromeos/system/
statistics_provider.cc
135
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
113
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
/external/chromium_org/chrome/browser/
browser_process_impl.cc
395
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
[
all
...]
/external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.cc
142
// This
ScopedAllowWait
should not be here. http://crbug.com/125331
143
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
[
all
...]
/external/chromium_org/dbus/
bus.cc
495
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
[
all
...]
Completed in 1761 milliseconds
1
2