Searched refs:tab_title_substring (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/chrome/test/functional/ |
D | perf_endure.py | 441 def _RunEndureTest(self, webapp_name, tab_title_substring, test_description, argument 469 webapp_name, test_description, tab_title_substring) 488 webapp_name, test_description, tab_title_substring) 523 webapp_name, test_description, tab_title_substring, is_last=True) 525 def _GetProcessInfo(self, tab_title_substring): argument 564 [x for x in proc_info['titles'] if tab_title_substring in x]): 569 tab_title_substring, len(tab_proc_info), 581 tab_title_substring, is_last=False): argument 599 proc_info = self._GetProcessInfo(tab_title_substring)
|