Home
last modified time | relevance | path

Searched refs:attachment_url_for_id (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py252 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'))
Dbugzilla_unittest.py88 self.assertEquals(None, bugs.attachment_url_for_id(None))
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dqueries.py114 print "%s" % tool.bugs.attachment_url_for_id(patch.id(), action="edit")
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py326 def attachment_url_for_id(self, attachment_id, action="view"): member in MockBugzilla
/external/webkit/Tools/
DChangeLog-2010-05-2434083 (Bugzilla.attachment_url_for_id): Ditto.