HomeSort by relevance Sort by last modified time
    Searched refs:attachment_dictionary (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
attachment.py 38 def __init__(self, attachment_dictionary, bug):
39 self._attachment_dictionary = attachment_dictionary
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 311 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/
queues_unittest.py 189 attachment_dictionary = {
201 return Attachment(attachment_dictionary, None)

Completed in 31 milliseconds