Home
last modified time | relevance | path

Searched refs:ActionRunner (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Daction_runner_unittest.py32 action_runner = action_runner_module.ActionRunner(self._tab,
64 self.action_runner = action_runner_module.ActionRunner(self._tab,
116 action_runner = action_runner_module.ActionRunner(self._tab,
124 action_runner = action_runner_module.ActionRunner(self._tab,
137 action_runner = action_runner_module.ActionRunner(self._tab,
170 action_runner = action_runner_module.ActionRunner(self._tab)
184 action_runner = action_runner_module.ActionRunner(self._tab,
198 action_runner = action_runner_module.ActionRunner(self._tab,
212 action_runner = action_runner_module.ActionRunner(self._tab,
249 action_runner = action_runner_module.ActionRunner(self._tab,
[all …]
Daction_runner.py41 class ActionRunner(object): class
/external/chromium-trace/catapult/telemetry/telemetry/page/
Daction_runner.py7 ActionRunner = action_runner.ActionRunner variable
Dlegacy_page_test.py193 action_runner = action_runner_module.ActionRunner(
D__init__.py110 action_runner = action_runner_module.ActionRunner(
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dtab.py27 self._action_runner = action_runner.ActionRunner(self)