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

/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_test.py53 action_name_to_run: This is the method name in telemetry.page.Page
63 action_name_to_run is not empty but the page doesn't have that
72 action_name_to_run='',
82 if action_name_to_run:
83 assert action_name_to_run.startswith('Run') \
84 and '_' not in action_name_to_run, \
85 ('Wrong way of naming action_name_to_run. By new convention,'
86 'action_name_to_run must start with Run- prefix and in CamelCase.')
87 self._action_name_to_run = action_name_to_run
323 def action_name_to_run(sel member in class:PageTest
[all...]

Completed in 136 milliseconds