Home
last modified time | relevance | path

Searched refs:table_title (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/
Dlayouttestresults.py87 def _failures_from_row(cls, row, table_title): argument
88 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): argument
103 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 …]
/external/chromium/chrome/browser/ui/webui/
Dconflicts_ui.cc160 string16 table_title; in SendModuleList() local
162 table_title += l10n_util::GetStringFUTF16( in SendModuleList()
166 table_title += l10n_util::GetStringFUTF16( in SendModuleList()
172 results.SetString("modulesTableTitle", table_title); in SendModuleList()