Searched defs:Wait (Results 1 - 25 of 144) sorted by path

123456

/external/chromium_org/base/synchronization/
H A Dcondition_variable_posix.cc49 void ConditionVariable::Wait() { function in class:base::ConditionVariable
H A Dcondition_variable_win.cc62 virtual void Wait() = 0;
77 virtual void Wait() OVERRIDE;
93 void WinVistaCondVar::Wait() { function in class:base::WinVistaCondVar
132 virtual void Wait() OVERRIDE;
184 // Internal implementation methods supporting Wait().
193 // Lock that is acquired before calling Wait().
238 void WinXPCondVar::Wait() { function in class:base::WinXPCondVar
303 // objects as there are threads simultaneously using this instance's Wait()
306 // We hold internal_lock, courtesy of Wait().
322 // RecycleEvent() takes a cv_event that was previously used for Wait()in
653 void ConditionVariable::Wait() { function in class:base::ConditionVariable
[all...]
H A Dwaitable_event_posix.cc155 void WaitableEvent::Wait() { function in class:base::WaitableEvent
216 sw.cv()->Wait();
278 sw.cv()->Wait();
300 // behaviour of |Wait| and |TimedWait|.
H A Dwaitable_event_win.cc47 void WaitableEvent::Wait() { function in class:base::WaitableEvent
/external/chromium_org/base/threading/
H A Dthread_perftest.cc62 done.Wait();
80 done_.Wait();
189 events_[event]->Wait();
190 my_hops = --remaining_hops_; // We own 'hops' between Wait and Signal.
243 void Wait() { function in class:base::__anon2562::ConditionVariableEvent
246 cond_.Wait();
289 void Wait() { function in class:base::__anon2562::PthreadEvent
/external/chromium_org/cc/base/
H A Dcompletion_event.h17 // It is safe to destroy this object as soon as Wait() returns.
35 void Wait() { function in class:cc::CompletionEvent
41 event_.Wait();
55 // Used to assert that Wait() and Signal() are each called exactly once.
/external/chromium_org/cc/layers/
H A Dtexture_layer_unittest.cc406 Wait(main_thread_);
409 void Wait(const base::Thread& thread) { function in class:cc::__anon2709::TextureLayerMailboxHolderTest
416 event.Wait();
436 begin_capture->Wait();
440 stop_capture->Wait();
465 Wait(main_thread_);
485 Wait(main_thread_);
493 Wait(main_thread_);
507 Wait(main_thread_);
520 Wait(main_thread
[all...]
/external/chromium_org/cc/output/
H A Dgl_renderer.cc238 void Wait() { function in class:cc::GLRenderer::SyncQuery
442 pending_sync_queries_.front()->Wait();
/external/chromium_org/chrome/browser/apps/
H A Dapp_window_interactive_uitest.cc35 void Wait() { function in class:FullscreenChangeWaiter
111 fs_changed.Wait();
127 fs_changed.Wait();
167 fs_changed.Wait();
183 fs_changed.Wait();
217 fs_changed.Wait();
272 fs_changed.Wait();
323 fs_changed.Wait();
H A Dephemeral_app_launcher_browsertest.cc158 void Wait() { function in class:__anon2903::LaunchObserver
241 launch_observer.Wait();
338 unloaded_signal.Wait();
419 launch_observer.Wait();
H A Dweb_view_interactive_browsertest.cc307 guest_observer.Wait();
369 void Wait() { function in class:WebViewInteractiveTest::PopupCreatedObserver
412 base::Bind(&PopupCreatedObserver::Wait, base::Unretained(this)),
452 popup_observer.Wait();
591 // Wait for page to receive (successful) mouse unlock response.
612 // Wait for page to receive second (successful) mouselock response.
644 // Wait for page to receive (successful) mouse unlock response.
702 // Wait for button1 to be focused again, this means we were asked to
739 // Wait for the guest to receive a 'copy' edit command.
758 // Wait fo
[all...]
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc78 void Wait() { function in class:autofill::WindowedPersonalDataManagerObserver
140 observer.Wait();
152 observer.Wait();
187 observer.Wait();
H A Dautofill_interactive_uitest.cc124 void Wait() { function in class:autofill::AutofillManagerTestDelegateImpl
173 void Wait() { function in class:autofill::WindowedPersonalDataManagerObserver
257 // AddProfile is asynchronous. Wait for it to finish before continuing the
259 observer.Wait();
265 observer.Wait();
415 test_delegate_.Wait();
432 test_delegate_.Wait();
574 test_delegate()->Wait();
605 test_delegate()->Wait();
629 test_delegate()->Wait();
[all...]
H A Dautofill_server_browsertest.cc41 void Wait() { function in class:autofill::__anon2940::WindowedPersonalDataManagerObserver
67 void Wait() { function in class:autofill::__anon2940::WindowedNetworkObserver
120 personal_data_observer.Wait();
150 query_network_observer.Wait();
171 upload_network_observer.Wait();
/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher_browsertest.cc55 void Wait() { function in class:chrome::BitmapFetcherTestDelegate
126 delegate.Wait();
178 delegate.Wait();
199 delegate.Wait();
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager_browsertest.cc118 void Wait() { function in class:chromeos::__anon3019::AppDataLoadWaiter
295 waiter.Wait();
407 waiter.Wait();
438 waiter.Wait();
452 waiter.Wait();
464 waiter.Wait();
475 waiter.Wait();
550 waiter.Wait();
590 waiter.Wait();
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Ddrive_test_util.cc37 void Wait() { function in class:file_manager::test_util::__anon3162::DriveMountPointWaiter
68 mount_point_waiter.Wait();
/external/chromium_org/chrome/browser/chromeos/login/
H A Dcrash_restore_browsertest.cc90 // Wait until the user sessions are restored. If that happened between the
93 void Wait() { function in class:chromeos::UserSessionRestoreObserver
125 restore_observer.Wait();
H A Dkiosk_browsertest.cc222 void Wait() { function in class:chromeos::__anon3289::JsConditionWaiter
383 OobeScreenWaiter(OobeDisplay::SCREEN_GAIA_SIGNIN).Wait();
389 OobeScreenWaiter(OobeDisplay::SCREEN_ACCOUNT_PICKER).Wait();
391 OobeScreenWaiter(OobeDisplay::SCREEN_GAIA_SIGNIN).Wait();
399 // Wait for the Kiosk App configuration to reload.
404 apps_loaded_signal.Wait();
430 // Wait for the Kiosk App to launch.
433 content::NotificationService::AllSources()).Wait();
457 AppWindowWaiter(app_window_registry, test_app_id_).Wait();
472 // Wait unti
1150 void Wait() { function in class:chromeos::KioskUpdateTest::KioskAppExternalUpdateWaiter
1203 void Wait() { function in class:chromeos::KioskUpdateTest::AppDataLoadWaiter
[all...]
H A Dlogin_ui_keyboard_browsertest.cc60 void Wait() { function in class:chromeos::__anon3296::FocusPODWaiter
167 waiter.Wait();
266 OobeScreenWaiter(OobeDisplay::SCREEN_GAIA_SIGNIN).Wait();
271 OobeScreenWaiter(OobeDisplay::SCREEN_ACCOUNT_PICKER).Wait();
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker_browsertest.cc68 // Wait until the two conditions are met.
69 void Wait(bool locker_state, bool fullscreen) { function in class:__anon3291::Waiter
111 lock_state_observer.Wait();
149 lock_state_observer.Wait();
190 waiter.Wait(false /* not locked */, true /* full screen */);
199 waiter.Wait(true /* locked */, true /* full screen */);
213 waiter.Wait(false /* not locked */, false /* fullscreen */);
226 waiter.Wait(false /* not locked */, true /* fullscreen */);
235 waiter.Wait(true /* locked */, false /* full screen */);
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Dapp_window_waiter.cc21 extensions::AppWindow* AppWindowWaiter::Wait() { function in class:chromeos::AppWindowWaiter
H A Doobe_screen_waiter.cc24 void OobeScreenWaiter::Wait() { function in class:chromeos::OobeScreenWaiter
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_browsertest.cc249 void Wait();
333 void DictionaryPrefValueWaiter::Wait() { function in class:policy::__anon3412::DictionaryPrefValueWaiter
455 content::NotificationService::AllSources()).Wait();
468 // Wait for the login UI to be ready.
477 // once again on blur. Wait for the screen to load and blur it so that any
638 expected_display_name).Wait();
642 // Wait for the display name becoming available as that indicates
712 base::Bind(IsSessionStarted)).Wait();
759 .Wait();
864 .Wait();
[all...]
H A Dlogin_screen_default_policy_browsertest.cc42 // of |pref_name| has changed. If the notification is received before Wait()
43 // has been called, Wait() returns immediately and no loop is spun.
48 void Wait();
69 void PrefChangeWatcher::Wait() { function in class:policy::__anon3425::PrefChangeWatcher
157 watcher.Wait();

Completed in 2205 milliseconds

123456