Searched refs:PlayAction (Results 1 – 5 of 5) sorted by relevance
16 action_runner.RunAction(PlayAction(35 def PlayAction(self, action_runner): member in ToughVideoCasesPage36 action_runner.RunAction(PlayAction(43 action_runner.RunAction(PlayAction(76 self.PlayAction(action_runner)89 self.PlayAction(action_runner)103 self.PlayAction(action_runner)117 self.PlayAction(action_runner)132 self.PlayAction(action_runner)147 self.PlayAction(action_runner)[all …]
16 def PlayAction(self, action_runner): member in BasicPlayPage17 action_runner.RunAction(PlayAction(24 self.PlayAction(action_runner)27 action_runner.RunAction(PlayAction(
26 action = play.PlayAction(data)40 action = play.PlayAction(data)54 action = play.PlayAction(data)70 action = play.PlayAction(data)80 action = play.PlayAction(data)92 action = play.PlayAction(data)104 action = play.PlayAction(data)
20 class PlayAction(media_action.MediaAction): class22 super(PlayAction, self).__init__(attributes)26 super(PlayAction, self).WillRunAction(tab)
16 from telemetry.page.actions.play import PlayAction