Searched refs:attachment_url_for_id (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
D | bugzilla.py | 252 def attachment_url_for_id(self, attachment_id, action="view"): member in Bugzilla 305 attachment['url'] = self.attachment_url_for_id(attachment['id']) 360 attachment_url = self.attachment_url_for_id(attachment_id) 378 attachment_url = self.attachment_url_for_id(attachment_id, 'edit') 637 self.browser.open(self.attachment_url_for_id(attachment_id, 'edit')) 662 self.browser.open(self.attachment_url_for_id(attachment_id, 'edit')) 682 self.browser.open(self.attachment_url_for_id(attachment_id, 'edit'))
|
D | bugzilla_unittest.py | 88 self.assertEquals(None, bugs.attachment_url_for_id(None))
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | queries.py | 114 print "%s" % tool.bugs.attachment_url_for_id(patch.id(), action="edit")
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | mocktool.py | 326 def attachment_url_for_id(self, attachment_id, action="view"): member in MockBugzilla
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 34083 (Bugzilla.attachment_url_for_id): Ditto.
|