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

  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
attachment.py 39 self._attachment_dictionary = attachment_dictionary
48 return int(self._attachment_dictionary.get("id"))
55 return self._attachment_dictionary.get("attacher_email")
61 return int(self._attachment_dictionary.get("bug_id"))
64 return not not self._attachment_dictionary.get("is_patch")
67 return not not self._attachment_dictionary.get("is_obsolete")
73 return self._attachment_dictionary.get("name")
76 return self._attachment_dictionary.get("attach_date")
79 return self._attachment_dictionary.get("review")
82 return self._attachment_dictionary.get("commit-queue"
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/config/
committervalidator.py 79 setter_email = patch._attachment_dictionary.get("%s_email" % result_key)

Completed in 50 milliseconds