HomeSort by relevance Sort by last modified time
    Searched refs:PlayAction (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/perf/page_sets/
media_cns_cases.py 16 def PlayAction(self, action_runner):
17 action_runner.RunAction(PlayAction(
24 self.PlayAction(action_runner)
27 action_runner.RunAction(PlayAction(
tough_video_cases.py 16 action_runner.RunAction(PlayAction(
35 def PlayAction(self, action_runner):
36 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...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
play.py 20 class PlayAction(media_action.MediaAction):
22 super(PlayAction, self).__init__(attributes)
26 super(PlayAction, self).WillRunAction(tab)
play_unittest.py 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)
all_page_actions.py 16 from telemetry.page.actions.play import PlayAction

Completed in 592 milliseconds