HomeSort by relevance Sort by last modified time
    Searched defs:Wait (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/content/test/
frame_load_waiter.cc 16 void FrameLoadWaiter::Wait() {
test_frame_navigation_observer.cc 46 void TestFrameNavigationObserver::Wait() {
  /external/chromium_org/chrome/browser/sync/test/integration/
multi_client_status_change_checker.cc 17 void MultiClientStatusChangeChecker::Wait() {
  /external/chromium_org/chrome/browser/ui/panels/
test_panel_notification_observer.cc 22 void TestPanelNotificationObserver::Wait() {
  /external/chromium_org/chrome/browser/chromeos/login/test/
app_window_waiter.cc 21 apps::AppWindow* AppWindowWaiter::Wait() {
oobe_screen_waiter.cc 24 void OobeScreenWaiter::Wait() {
  /external/chromium_org/chrome/browser/extensions/
lazy_background_page_test_util.h 12 // Helper class to wait for a lazy background page to load and close again.
27 void Wait() {
28 page_created_.Wait();
29 page_closed_.Wait();
33 page_created_.Wait();
36 page_closed_.Wait();
  /external/chromium_org/chrome/test/base/
find_in_page_observer.cc 29 void FindInPageNotificationObserver::Wait() {
  /art/runtime/
barrier.cc 35 void Barrier::Wait(Thread* self) {
56 condition_.Wait(self);
signal_set.h 46 int Wait() {
  /external/chromium_org/chrome/browser/chromeos/file_manager/
drive_test_util.cc 19 // Helper class used to wait for |OnFileSystemMounted| event from a drive file
41 void Wait() {
73 mount_point_waiter.Wait();
  /external/chromium_org/chrome/test/remoting/
waiter.cc 18 bool TimeoutWaiter::Wait() {
52 bool ConditionalTimeoutWaiter::Wait() {
61 // Also call the base class Wait() to start the timeout timer.
62 TimeoutWaiter::Wait();
  /external/chromium_org/mojo/system/
waiter.cc 39 MojoResult Waiter::Wait(MojoDeadline deadline, uint32_t* context) {
62 cv_.Wait();
94 // |cv_.Wait()|/|cv_.TimedWait()| will return after |lock_| is released.
  /external/chromium_org/third_party/libjingle/source/talk/base/
event.cc 66 bool Event::Wait(int cms) {
98 bool Event::Wait(int cms) {
nullsocketserver.h 42 virtual bool Wait(int cms, bool process_io) {
43 event_.Wait(cms);
  /external/chromium_org/third_party/webrtc/base/
event.cc 49 bool Event::Wait(int cms) {
81 bool Event::Wait(int cms) {
nullsocketserver.h 25 virtual bool Wait(int cms, bool process_io) {
26 event_.Wait(cms);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
event_win.cc 39 EventTypeWrapper EventWindows::Wait(unsigned long max_time) {
  /external/lldb/source/Host/common/
Condition.cpp 68 // The Wait() function atomically blocks the current thread
75 // wait for an infinite amount of time for the condition variable
81 Condition::Wait (Mutex &mutex, const TimeValue *abstime, bool *timed_out)
  /external/webrtc/src/system_wrappers/source/
event_win.cc 41 EventTypeWrapper EventWindows::Wait(unsigned long maxTime)
  /external/chromium_org/base/synchronization/
condition_variable_posix.cc 49 void ConditionVariable::Wait() {
waitable_event_win.cc 50 void WaitableEvent::Wait() {
83 << "Can only wait on " << MAXIMUM_WAIT_OBJECTS << " with WaitMany";
92 FALSE, // don't wait for all the objects
  /external/chromium_org/cc/base/
completion_event.h 17 // It is safe to destroy this object as soon as Wait() returns.
35 void Wait() {
41 event_.Wait();
55 // Used to assert that Wait() and Signal() are each called exactly once.
  /external/chromium_org/chrome/browser/apps/
app_window_interactive_uitest.cc 24 void Wait() {
63 // This method will wait until the application is able to ack a key event.
97 fs_changed.Wait();
103 // animation so we should wait for the key focus to be back.
113 fs_changed.Wait();
147 fs_changed.Wait();
153 // animation so we should wait for the key focus to be back.
163 fs_changed.Wait();
191 fs_changed.Wait();
197 // animation so we should wait for the key focus to be back
    [all...]
  /external/chromium_org/content/common/gpu/media/
video_accelerator_unittest_helpers.h 17 // Helper class allowing one thread to wait on a notification from another.
18 // If notifications come in faster than they are Wait()'d for, they are
19 // accumulated (so exactly as many Wait() calls will unblock as Notify() calls
29 // Used by waiters to wait for the next ClientState Notification.
30 StateEnum Wait();
52 StateEnum ClientStateNotification<StateEnum>::Wait() {
55 cv_.Wait();

Completed in 7140 milliseconds

1 2 3 4 5 6 7