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

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
commitinfo.py 41 self._author_email = changelog_data["author_email"]
68 return self._author_email
changelog.py 61 self._author_email = match.group("email") if match else None
67 self._author = self._committer_list.committer_by_email(self._author_email) or self._committer_list.committer_by_name(self._author_name)
73 return self._author_email
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter_unittest.py 44 self._author_email = author_email
49 if not self._author_email:
51 return Committer("Mock Committer", self._author_email)

Completed in 2422 milliseconds