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

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 139 while bug.is_closed() and bug.duplicate_of():
140 bug = self._tool.bugs.fetch_bug(bug.duplicate_of())
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bug.py 79 def duplicate_of(self): member in class:Bug

Completed in 50 milliseconds