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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py 54 pretty_diff_file = pretty_patch.pretty_diff_file(diff)
55 url = "file://%s" % urllib.quote(pretty_diff_file.name)
57 # We return the pretty_diff_file here because we need to keep the
59 return pretty_diff_file
69 pretty_diff_file = self._show_pretty_diff(diff)
70 if not pretty_diff_file:
73 if pretty_diff_file:
74 pretty_diff_file.close()
haslanded.py 113 with self._show_pretty_diff(diff_diff) as pretty_diff_file:
114 if not pretty_diff_file:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
prettypatch.py 37 def pretty_diff_file(self, diff): member in class:PrettyPatch

Completed in 280 milliseconds