Home
last modified time | relevance | path

Searched refs:fetch_attachment (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dqueues_unittest.py187 return self._tool.bugs.fetch_attachment(patch.id())
285 rollout_patch = tool.bugs.fetch_attachment(106) # _patch6, a rollout patch.
407 patch = queue._tool.bugs.fetch_attachment(128)
414 patch = queue._tool.bugs.fetch_attachment(128)
Dearlywarningsystem_unittest.py67 mock_patch = queue._tool.bugs.fetch_attachment(197)
78 mock_patch = ews._tool.bugs.fetch_attachment(197)
Dqueuestest.py49 mock_work_item = MockTool().bugs.fetch_attachment(197)
Dqueues.py211 patch = self._tool.bugs.fetch_attachment(patch_id)
363 return self._tool.bugs.fetch_attachment(patch.id())
Ddownload.py176 return map(lambda patch_id: tool.bugs.fetch_attachment(patch_id), args)
Dupload.py106 patch = self._tool.bugs.fetch_attachment(patch_id)
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dcommitqueuetask_unittest.py83 patch = tool.bugs.fetch_attachment(197)
286 patch = tool.bugs.fetch_attachment(197)
Dflakytestreporter_unittest.py106 patch = tool.bugs.fetch_attachment(197)
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py307 def fetch_attachment(self, attachment_id): member in MockBugzilla
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py386 def fetch_attachment(self, attachment_id): member in Bugzilla
/external/webkit/Tools/
DChangeLog-2010-05-2425696 - Add fetch_attachment and bug_id_for_attachment_id.