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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
webkit.py 100 image_diff_path = self._path_to_image_diff()
101 if not self._filesystem.exists(image_diff_path):
102 _log.error("ImageDiff was not found at %s" % image_diff_path)
chromium.py 133 image_diff_path = self._path_to_image_diff()
134 return self._check_file_exists(image_diff_path, 'image diff exe',

Completed in 429 milliseconds