Searched refs:Wait (Results 26 - 50 of 765) sorted by relevance

1234567891011>>

/external/chromium_org/base/threading/
H A Dthread_local_unittest.cc95 done.Wait();
101 done.Wait();
111 done.Wait();
116 done.Wait();
123 done.Wait();
131 done.Wait();
136 done.Wait();
143 done.Wait();
/external/chromium_org/chrome/browser/
H A Dfast_shutdown_browsertest.cc54 window_observer.Wait();
70 renderer_shutdown_observer.Wait();
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_browsertest.cc48 mouse_lock_observer.Wait();
77 mouse_lock_observer.Wait();
/external/chromium_org/chrome/test/remoting/
H A Dfullscreen_browsertest.cc27 bool result = waiter.Wait();
31 TimeoutWaiter(base::TimeDelta::FromSeconds(10)).Wait();
H A Dwaiter.h27 virtual bool Wait();
33 // Callback used to cancel the TimeoutWaiter::Wait.
55 virtual bool Wait() OVERRIDE;
61 // Callback used to cancel the ConditionalTimeoutWaiter::Wait.
/external/chromium_org/content/browser/manifest/
H A Dmanifest_browsertest.cc55 navigation_observer.Wait();
68 navigation_observer.Wait();
81 navigation_observer.Wait();
94 navigation_observer.Wait();
107 navigation_observer.Wait();
120 navigation_observer.Wait();
164 navigation_observer.Wait();
191 navigation_observer.Wait();
/external/chromium_org/third_party/webrtc/base/
H A Dnullsocketserver.h25 virtual bool Wait(int cms, bool process_io) { function in class:rtc::NullSocketServer
26 event_.Wait(cms);
H A Devent.h34 bool Wait(int cms);
H A Dmaccocoasocketserver.h34 virtual bool Wait(int cms, bool process_io);
H A Dmacsocketserver.h38 virtual bool Wait(int cms, bool process_io) = 0;
71 virtual bool Wait(int cms, bool process_io);
89 // event loop until the next call to Wait. Other events are dispatched
97 virtual bool Wait(int cms, bool process_io);
112 // next call to Wait. Other events are automatically dispatched to
120 virtual bool Wait(int cms, bool process_io);
H A Dsharedexclusivelock.cc22 shared_count_is_zero_.Wait(rtc::kForever);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_posix.h34 virtual EventTypeWrapper Wait(unsigned long max_time) OVERRIDE;
47 EventTypeWrapper Wait(timespec& wake_at);
H A Devent_win.h27 virtual EventTypeWrapper Wait(unsigned long max_time);
/external/chromium_org/tools/perf/page_sets/
H A Dbrowser_control_click.py27 action_runner.Wait(0.5)
29 action_runner.Wait(0.5)
H A Dgmail_compose_discard.py54 action_runner.Wait(1)
58 action_runner.Wait(1)
H A Dplus_alt_posts_photos.py32 action_runner.Wait(5)
36 action_runner.Wait(5)
H A Dtough_webgl_cases.py26 action_runner.Wait(2)
29 action_runner.Wait(5)
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.h35 virtual EventTypeWrapper Wait(unsigned long maxTime);
48 EventTypeWrapper Wait(timespec& tPulse);
/external/chromium_org/base/test/
H A Dthread_test_helper.cc26 done_event_.Wait();
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmigration_waiter.h32 void Wait();
H A Dmulti_client_status_change_checker.cc17 void MultiClientStatusChangeChecker::Wait() { function in class:MultiClientStatusChangeChecker
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_notification_observer.cc22 void TestPanelNotificationObserver::Wait() { function in class:TestPanelNotificationObserver
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dzoom_bubble_view_browsertest.cc38 // NOTIFICATION_FULLSCREEN_CHANGED is sent asynchronously. Wait for the
44 waiter->Wait();
61 waiter->Wait();
82 waiter->Wait();
123 waiter->Wait();
/external/chromium_org/mojo/services/public/cpp/network/
H A Dweb_socket_read_queue.h31 void Wait();
H A Dweb_socket_write_queue.h33 void Wait();

Completed in 2430 milliseconds

1234567891011>>