Home
last modified time | relevance | path

Searched refs:attachment_dictionary (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dattachment.py38 def __init__(self, attachment_dictionary, bug): argument
39 self._attachment_dictionary = attachment_dictionary
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py311 attachment_dictionary = self.attachment_cache.get(attachment_id)
312 if not attachment_dictionary:
315 bug = self.fetch_bug(attachment_dictionary["bug_id"])
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dqueues_unittest.py189 attachment_dictionary = {
201 return Attachment(attachment_dictionary, None)