Home
last modified time | relevance | path

Searched refs:WaitForEvent (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Dplay.py40 self.WaitForEvent(tab, self._selector, 'playing',
44 self.WaitForEvent(tab, self._selector, 'ended',
Dloop.py38 self.WaitForEvent(tab, self._selector, 'loop', self._timeout_in_seconds)
Dload_media.py31 self.WaitForEvent(tab, self._selector, self._event_to_await,
Dmedia_action.py28 def WaitForEvent(self, tab, selector, event_name, timeout_in_seconds): member in MediaAction
Dseek.py46 self.WaitForEvent(tab, self._selector, 'seeked',
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc464 void WaitForEvent(const FilePath& signal_dir, const char* signal_file) { in WaitForEvent() function
497 WaitForEvent(temp_path, kSignalClosed); in TEST()
/external/libchrome/base/threading/
Dsimple_thread_unittest.cc96 TEST(SimpleThreadTest, WaitForEvent) { in TEST() argument