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

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 325 results_html = self._read_file_contents(results_path)
326 if not results_html:
328 return LayoutTestResults.results_from_string(results_html)
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 239 results_html = "%s/results.html" % (self.results_url())
243 return urllib2.urlopen(results_html)

Completed in 99 milliseconds