Home
last modified time | relevance | path

Searched refs:include_obsolete (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbug.py83 def attachments(self, include_obsolete=False): argument
85 if not include_obsolete:
90 def patches(self, include_obsolete=False): argument
91 return [patch for patch in self.attachments(include_obsolete)
Dbugzilla.py393 attachments = self.fetch_bug(bug_id).attachments(include_obsolete=True)
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py316 for attachment in bug.attachments(include_obsolete=True):
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dupload.py86 patches = bug.patches(include_obsolete=True)