Searched defs:Wait (Results 51 - 75 of 144) sorted by relevance

123456

/external/chromium_org/components/test/data/password_manager/
H A Dwebsitetest.py165 def Wait(self, duration): member in class:WebsiteTest
166 """Wait for a duration in seconds. This needs to be used in potentially
172 logging.info("action: Wait %s" % duration)
187 self.Wait(1)
311 self.Wait(2)
336 self.Wait(2)
364 self.Wait(2)
394 self.Wait(2)
404 self.Wait(2)
/external/chromium_org/content/browser/download/
H A Ddrag_download_file.cc203 bool DragDownloadFile::Wait() { function in class:content::DragDownloadFile
/external/chromium_org/third_party/skia/src/utils/
H A DSkTaskGroup.cpp32 static void Wait(int32_t* pending) { function in class:__anon15361::ThreadPool
118 sk_atomic_dec(work.pending); // Release pairs with sk_acquire_load() in Wait().
147 void SkTaskGroup::wait() { ThreadPool::Wait(&fPending); }
/external/chromium_org/third_party/webrtc/base/
H A Dnatsocketfactory.h141 virtual bool Wait(int cms, bool process_io) { function in class:rtc::NATSocketServer
142 return server_->Wait(cms, process_io);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_posix.cc113 EventTypeWrapper EventPosix::Wait(unsigned long timeout) { function in class:webrtc::EventPosix
162 EventTypeWrapper EventPosix::Wait(timespec& wake_at) { function in class:webrtc::EventPosix
251 switch (timer_event_->Wait(end_at)) {
/external/chromium_org/third_party/webrtc/test/
H A Drtp_rtcp_observer.h48 virtual EventTypeWrapper Wait() { function in class:webrtc::test::RtpRtcpObserver
49 EventTypeWrapper result = observation_complete_->Wait(timeout_ms_);
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_extensions.cc72 bool Wait() { function in class:ExtensionVerifyTransport
73 // Wait until we've received to specified number of packets.
111 EXPECT_FALSE(verifying_transport_.Wait());
119 EXPECT_TRUE(verifying_transport_.Wait());
126 EXPECT_FALSE(verifying_transport_.Wait());
134 EXPECT_TRUE(verifying_transport_.Wait());
145 EXPECT_TRUE(verifying_transport_.Wait());
157 EXPECT_TRUE(verifying_transport_.Wait());
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc126 EventTypeWrapper EventPosix::Wait(unsigned long timeout) function in class:webrtc::EventPosix
181 EventTypeWrapper EventPosix::Wait(timespec& tPulse) function in class:webrtc::EventPosix
277 switch(_timerEvent->Wait(tEnd))
/external/chromium_org/base/synchronization/
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|.
/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/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_apitest.cc72 void Wait() { function in class:extensions::__anon3872::WebstoreInstallListener
267 listener.Wait();
334 listener.Wait();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_test_notification_observer.cc126 notification_type, content::NotificationService::AllSources()).Wait();
163 content::NotificationService::AllSources()).Wait();
193 content::NotificationService::AllSources()).Wait();
211 void ExtensionTestNotificationObserver::Wait() { function in class:ExtensionTestNotificationObserver
212 observer_->Wait();
H A Dpermissions_updater_unittest.cc115 void Wait() { function in class:extensions::__anon4006::PermissionsUpdaterListener
217 listener.Wait();
253 listener.Wait();
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_browsertest.cc56 void Wait() { function in class:WaitForLoadObserver
120 destroyed_watcher.Wait();
154 waiter.Wait();
156 tab_added_observer.Wait();
157 tab_loaded_observer.Wait();
180 observer.Wait();
192 observer.Wait();
289 window_observer.Wait();
352 observer.Wait();
394 observer.Wait();
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_unittest.cc54 void Wait() { function in class:__anon4742::SupervisedUserURLFilterObserver
260 // Wait for the initial update to finish (otherwise we'll get leaks).
261 observer.Wait();
321 observer.Wait();
354 extension_load_observer.Wait();
355 observer.Wait();
382 observer.Wait();
409 observer.Wait();
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dextensions_helper.cc167 void Wait();
239 void ExtensionsMatchChecker::Wait() { function in class:extensions_helper::__anon4815::ExtensionsMatchChecker
258 VLOG(1) << "Starting Wait: " << GetDebugMessage();
272 checker.Wait();
H A Dpreferences_helper.cc225 // Wait for condition to become true.
226 void Wait();
248 void PrefMatchChecker::Wait() { function in class:preferences_helper::__anon4820::PrefMatchChecker
365 checker.Wait();
371 checker.Wait();
377 checker.Wait();
383 checker.Wait();
H A Dthemes_helper.cc102 void Wait();
136 void ThemePendingInstallChecker::Wait() { function in class:themes_helper::__anon4838::ThemePendingInstallChecker
154 checker.Wait();
182 void Wait();
220 void ThemeConditionChecker::Wait() { function in class:themes_helper::__anon4839::ThemeConditionChecker
249 checker.Wait();
258 checker.Wait();
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_unittest.cc39 void Wait() { function in class:app_list::test::__anon4958::HistoryDataLoadWaiter
69 void Wait() { function in class:app_list::test::__anon4958::StoreFlushWaiter
120 HistoryDataLoadWaiter(history_->data_.get()).Wait();
125 StoreFlushWaiter(history_->store_.get()).Wait();
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_browsertest.cc80 void Wait() { function in class:__anon5025::CloseObserver
132 observer.Wait();
191 observer.Wait();
199 observer.Wait();
447 nav_observer.Wait();
453 close_observer.Wait();
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_browsertest.cc296 void Wait() { function in class:local_discovery::__anon5495::TestMessageLoopCondition
476 condition_devices_listed().Wait();
483 condition_devices_listed().Wait();
506 condition_devices_listed().Wait();
530 condition_token_claimed.Wait();
559 condition_token_claimed.Wait();
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_ui_browsertest.cc61 void Wait() { function in class:options::__anon5547::SignOutWaiter
240 // Wait for the current browser to close before resuming, otherwise
250 wait_for_profile_deletion.Wait();
255 wait_for_browser_closed.Wait();
286 sign_out_waiter.Wait();
306 observer.Wait();
/external/chromium_org/content/browser/
H A Dsite_per_process_browsertest.cc83 // Wait until the specified notification occurs. If the notification was
86 void Wait();
127 void RedirectNotificationObserver::Wait() { function in class:content::RedirectNotificationObserver
184 load_observer.Wait();
345 crash_observer.Wait();
364 crash_observer.Wait();
456 load_observer2.Wait();
490 load_observer2.Wait();
533 load_observer2.Wait();
/external/chromium_org/content/public/test/
H A Dtest_utils.cc254 void WindowedNotificationObserver::Wait() { function in class:content::WindowedNotificationObserver
/external/chromium_org/mojo/public/cpp/system/
H A Dhandle.h57 // |ScopedMessagePipe| "out" parameters, whereas |Wait()| and |WaitMany()| take
196 inline MojoResult Wait(Handle handle, function in namespace:mojo

Completed in 447 milliseconds

123456