HomeSort by relevance Sort by last modified time
    Searched refs:Wait (Results 51 - 75 of 685) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/
crash_recovery_browsertest.cc 31 observer.Wait();
59 observer.Wait();
90 observer.Wait();
repost_form_warning_browsertest.cc 80 observer.Wait();
92 navigation_observer.Wait();
unload_browsertest.cc 175 window_observer.Wait();
270 window_observer.Wait();
280 // We wait for the title to change after cancelling the popup to ensure that
295 window_observer.Wait();
318 window_observer.Wait();
405 observer.Wait();
406 load_stop_observer.Wait();
413 tab_close_observer.Wait();
511 contents_destroyed_observer.Wait();
532 window_observer.Wait();
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_manager_browsertest.cc 68 void Wait() {
140 observer.Wait();
161 observer.Wait();
  /external/chromium_org/ppapi/tests/
test_message_loop.cc 57 main_loop_task_ran_.Wait();
72 main_loop_task_ran_.Wait();
83 main_loop_task_ran_.Wait();
  /external/chromium/chrome/browser/sync/glue/
password_model_worker.cc 29 done.Wait();
ui_model_worker.cc 30 // Create an unsignaled event to wait on.
47 work_done.Wait();
90 // Wait for either a new task or SyncerThread termination.
91 syncapi_event_.Wait();
  /external/chromium_org/chrome/browser/android/provider/
blocking_ui_thread_async_request.h 37 // Wait until the request callback invokes Finished.
38 request_completed_.Wait();
  /external/chromium_org/chrome/browser/extensions/
lazy_background_page_apitest.cc 40 // incognito. The goal is to load the extension, enable incognito, then wait
43 // have already loaded once before then. So we wait until the extension is
52 void Wait() {
54 original_complete_->Wait();
55 incognito_complete_->Wait();
87 // to dispatch the onInstalled event. We wait until it shuts down again.
94 page_complete.Wait();
112 page_complete.Wait();
136 page_complete.Wait();
163 page_complete.Wait();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view_browsertest.cc 56 // NOTIFICATION_FULLSCREEN_CHANGED is sent asynchronously. Wait for the
62 waiter->Wait();
79 waiter->Wait();
105 waiter->Wait();
146 waiter->Wait();
  /external/chromium_org/chrome/test/base/
find_in_page_observer.h 24 // observer.Wait();
33 void Wait();
  /external/chromium_org/chrome/test/gpu/
webgl_infobar_browsertest.cc 72 // Load page and wait for it to load.
80 observer.Wait();
86 infobar_added.Wait();
105 // Load page and wait for it to load.
114 observer.Wait();
126 infobar_added.Wait();
  /external/chromium_org/content/browser/
security_exploit_browsertest.cc 52 terminated.Wait();
  /external/chromium_org/media/audio/
scoped_loop_observer.cc 37 event.Wait();
39 // The message loop's thread has already terminated, so no need to wait.
  /external/lzma/CPP/7zip/Common/
VirtThread.cpp 44 Thread.Wait();
  /external/chromium_org/chrome/browser/ssl/
ssl_client_certificate_selector_test.cc 60 io_loop_finished_event_.Wait();
75 io_loop_finished_event_.Wait();
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_test.cc 91 observer.Wait();
98 observer.Wait();
fullscreen_controller_interactive_browsertest.cc 91 fullscreen_observer.Wait();
164 fullscreen_observer.Wait();
191 fullscreen_observer.Wait();
376 fullscreen_observer.Wait();
385 fullscreen_observer.Wait();
396 fullscreen_observer.Wait();
469 fullscreen_observer.Wait();
478 fullscreen_observer.Wait();
490 fullscreen_observer.Wait();
506 fullscreen_observer.Wait();
    [all...]
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.cc 41 void CondVar::Wait() {
42 cv_.Wait();
68 // Another thread is running the closure, wait until completion.
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main.cc 47 virtual bool Wait(int cms, bool process_io) {
60 return talk_base::PhysicalSocketServer::Wait(0/*cms == -1 ? 1 : cms*/,
  /external/webrtc/src/system_wrappers/source/
cpu_measurement_harness.cc 82 event_->Wait(work_period_ms_);
101 // Since the initialization is lazy we need to wait until it is completed.
104 event_->Wait(1);
  /art/runtime/
barrier_test.cc 40 barrier_->Wait(self);
43 barrier_->Wait(self);
66 // Check that barrier wait and barrier increment work.
89 // Wait for all the threads to finish.
90 thread_pool.Wait(self, true, false);
134 // Wait for all the tasks to complete using the barrier.
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate_browsertest.cc 88 // Set up an observer to wait for the navigation
95 // Wait for navigation to finish.
96 observer.Wait();
121 // Set up an observer to wait for the navigation
128 // Wait for navigation to finish.
129 observer.Wait();
140 // Wait for navigation to finish.
141 observer.Wait();
  /external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc 63 // Show a tab, activating the current one if there is one, and wait for
108 observer1.Wait();
124 observer2.Wait();
140 observer3.Wait();
154 observer4.Wait();
197 observer1.Wait();
208 observer2.Wait();
217 observer3.Wait();
226 observer4.Wait();
308 observer1.Wait();
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
event_test.cc 127 // Do not allow a wait with a zero events count.
128 EXPECT_EQ(EINVAL, listener->Wait(ev, 0, TIMEOUT_IMMEDIATE, &event_cnt));
130 // Do not allow a wait with a negative events count.
131 EXPECT_EQ(EINVAL, listener->Wait(ev, -1, TIMEOUT_IMMEDIATE, &event_cnt));
133 // Do not allow a wait with a NULL EventData pointer
135 listener->Wait(NULL, MAX_EVENTS, TIMEOUT_IMMEDIATE, &event_cnt));
141 EXPECT_EQ(0, listener->Wait(ev, MAX_EVENTS, TIMEOUT_IMMEDIATE, &event_cnt));
148 EXPECT_EQ(0, listener->Wait(ev, MAX_EVENTS, TIMEOUT_IMMEDIATE, &event_cnt));
155 EXPECT_EQ(0, listener->Wait(ev, MAX_EVENTS, TIMEOUT_IMMEDIATE, &event_cnt));
164 EXPECT_EQ(0, listener->Wait(ev, MAX_EVENTS, TIMEOUT_IMMEDIATE, &event_cnt))
    [all...]

Completed in 980 milliseconds

1 23 4 5 6 7 8 91011>>