HomeSort by relevance Sort by last modified time
    Searched refs:table_title (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults.py 87 def _failures_from_row(cls, row, table_title):
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):
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/
conflicts_ui.cc 160 string16 table_title; local
162 table_title += l10n_util::GetStringFUTF16(
166 table_title += l10n_util::GetStringFUTF16(
172 results.SetString("modulesTableTitle", table_title);

Completed in 67 milliseconds