HomeSort by relevance Sort by last modified time
    Searched full:assigned_to_email (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bug_unittest.py 37 bug = Bug({"assigned_to_email": email}, bugzilla=None)
39 bug = Bug({"assigned_to_email": "test@test.com"}, bugzilla=None)
bug.py 53 def assigned_to_email(self): member in class:Bug
54 return self.bug_dictionary["assigned_to_email"]
63 return self.assigned_to_email() in self.unassigned_emails
bugzilla_unittest.py 179 "assigned_to_email" : "webkit-unassigned@lists.webkit.org",
bugzilla.py 332 bug["assigned_to_email"] = self._string_contents(soup.find("assigned_to"))
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 162 "assigned_to_email": _unassigned_email,
172 "assigned_to_email": "foo@foo.com",
182 "assigned_to_email": _unassigned_email,
192 "assigned_to_email": "foo@foo.com",
202 "assigned_to_email": "foo@foo.com",