Searched refs:WaitForEvent (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
D | play.py | 40 self.WaitForEvent(tab, self._selector, 'playing', 44 self.WaitForEvent(tab, self._selector, 'ended',
|
D | loop.py | 38 self.WaitForEvent(tab, self._selector, 'loop', self._timeout_in_seconds)
|
D | load_media.py | 31 self.WaitForEvent(tab, self._selector, self._event_to_await,
|
D | media_action.py | 28 def WaitForEvent(self, tab, selector, event_name, timeout_in_seconds): member in MediaAction
|
D | seek.py | 46 self.WaitForEvent(tab, self._selector, 'seeked',
|
/external/libchrome/base/process/ |
D | process_metrics_unittest.cc | 464 void WaitForEvent(const FilePath& signal_dir, const char* signal_file) { in WaitForEvent() function 497 WaitForEvent(temp_path, kSignalClosed); in TEST()
|
/external/libchrome/base/threading/ |
D | simple_thread_unittest.cc | 96 TEST(SimpleThreadTest, WaitForEvent) { in TEST() argument
|