Searched defs:action_runner (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dpage_action_unittest.py7 from telemetry.page.actions import action_runner namespace
16 runner = action_runner.ActionRunner(self._tab)
/external/chromium_org/tools/perf/measurements/
H A Dtimeline_controller.py9 from telemetry.page.actions import action_runner namespace
45 runner = action_runner.ActionRunner(tab)
H A Dsmoothness_controller.py11 from telemetry.page.actions import action_runner namespace
54 runner = action_runner.ActionRunner(tab)
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_credentials.py13 from telemetry.page.actions import action_runner namespace
61 runner = action_runner.ActionRunner(tab)

Completed in 110 milliseconds