Searched refs:table_title (Results 1 – 2 of 2) sorted by relevance
87 def _failures_from_row(cls, row, table_title): argument88 if table_title == cls.fail_key:90 if table_title == cls.crash_key:92 if table_title == cls.webprocess_crash_key:94 if table_title == cls.timeout_key:96 if table_title == cls.missing_key:101 def _test_result_from_row(cls, row, table_title): argument103 failures = cls._failures_from_row(row, table_title)111 table_title = unicode(table.findPreviousSibling("p").string)112 if table_title not in cls.expected_keys:[all …]
160 string16 table_title; in SendModuleList() local162 table_title += l10n_util::GetStringFUTF16( in SendModuleList()166 table_title += l10n_util::GetStringFUTF16( in SendModuleList()172 results.SetString("modulesTableTitle", table_title); in SendModuleList()