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

123456

/external/chromium_org/content/public/test/
H A Dframe_load_waiter.cc16 void FrameLoadWaiter::Wait() { function in class:content::FrameLoadWaiter
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmulti_client_status_change_checker.cc17 void MultiClientStatusChangeChecker::Wait() { function in class:MultiClientStatusChangeChecker
H A Dmigration_waiter.cc34 void MigrationWaiter::Wait() { function in class:MigrationWaiter
/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/extensions/
H A Dlazy_background_page_test_util.h25 void Wait() { function in class:LazyBackgroundObserver
26 page_created_.Wait();
27 page_closed_.Wait();
31 page_created_.Wait();
34 page_closed_.Wait();
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_notification_observer.cc22 void TestPanelNotificationObserver::Wait() { function in class:TestPanelNotificationObserver
/external/chromium_org/base/synchronization/
H A Dcondition_variable_posix.cc49 void ConditionVariable::Wait() { function in class:base::ConditionVariable
/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/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/test/base/
H A Dfind_in_page_observer.cc29 void FindInPageNotificationObserver::Wait() { function in class:ui_test_utils::FindInPageNotificationObserver
/external/chromium_org/chrome/test/remoting/
H A Dwaiter.cc18 bool TimeoutWaiter::Wait() { function in class:remoting::TimeoutWaiter
52 bool ConditionalTimeoutWaiter::Wait() { function in class:remoting::ConditionalTimeoutWaiter
61 // Also call the base class Wait() to start the timeout timer.
62 TimeoutWaiter::Wait();
/external/chromium_org/content/common/gpu/media/
H A Dvideo_accelerator_unittest_helpers.h18 // 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
30 StateEnum Wait();
52 StateEnum ClientStateNotification<StateEnum>::Wait() { function in class:content::ClientStateNotification
55 cv_.Wait();
/external/chromium_org/content/test/
H A Dtest_frame_navigation_observer.cc46 void TestFrameNavigationObserver::Wait() { function in class:content::TestFrameNavigationObserver
/external/chromium_org/mojo/system/
H A Dwaiter.cc39 MojoResult Waiter::Wait(MojoDeadline deadline, uint32_t* context) { function in class:mojo::system::Waiter
62 cv_.Wait();
95 // |cv_.Wait()|/|cv_.TimedWait()| will return after |lock_| is released.
/external/chromium_org/third_party/webrtc/base/
H A Devent.cc49 bool Event::Wait(int cms) { function in class:rtc::Event
81 bool Event::Wait(int cms) {
H A Dnullsocketserver.h25 virtual bool Wait(int cms, bool process_io) { function in class:rtc::NullSocketServer
26 event_.Wait(cms);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_win.cc39 EventTypeWrapper EventWindows::Wait(unsigned long max_time) { function in class:webrtc::EventWindows
/external/chromium_org/ui/compositor/test/
H A Ddraw_waiter_for_test.cc12 void DrawWaiterForTest::Wait(Compositor* compositor) { function in class:ui::DrawWaiterForTest
/external/chromium_org/ui/views/test/
H A Dx11_property_change_waiter.cc46 void X11PropertyChangeWaiter::Wait() { function in class:views::X11PropertyChangeWaiter
/external/chromium_org/v8/src/base/platform/
H A Dcondition-variable.cc62 void ConditionVariable::Wait(Mutex* mutex) { function in class:v8::base::ConditionVariable
265 void ConditionVariable::Wait(Mutex* mutex) {
272 // Wait on the wait event.
292 // Wait on the wait event.
H A Dsemaphore.cc45 void Semaphore::Wait() { function in class:v8::base::Semaphore
98 void Semaphore::Wait() {
125 // Wait for semaphore signalled or timeout.
171 void Semaphore::Wait() {
/external/lldb/source/Host/common/
H A DCondition.cpp68 // The Wait() function atomically blocks the current thread
81 Condition::Wait (Mutex &mutex, const TimeValue *abstime, bool *timed_out) function in class:Condition
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DSDLOSXCAGuard.h87 to properly manage the recursive nesting. The Wait calls with timeouts
102 void (*Wait)(struct S_SDLOSXCAGuard *cag); member in struct:S_SDLOSXCAGuard
/external/webrtc/src/system_wrappers/source/
H A Devent_win.cc41 EventTypeWrapper EventWindows::Wait(unsigned long maxTime) function in class:webrtc::EventWindows

Completed in 4735 milliseconds

123456