Home
last modified time | relevance | path

Searched refs:CreateInteraction (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/examples/benchmarks/
Dsimple_story_set.py23 with action_runner.CreateInteraction('Scroll-And-Tap'):
28 with action_runner.CreateInteraction('Scroll'):
30 with action_runner.CreateInteraction('Wait-two'):
/external/chromium-trace/catapult/telemetry/telemetry/page/
Daction_runner.py46 def CreateInteraction(self, label, repeatable=False): member in ActionRunner
105 return self.CreateInteraction('Gesture_' + label, repeatable)
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Daction_runner_unittest.py37 with action_runner.CreateInteraction('InteractionName',