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

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
commitinfo.py 40 self._author_name = changelog_data["author_name"]
65 return self._author_name
changelog.py 60 self._author_name = match.group("name") 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)
70 return self._author_name

Completed in 454 milliseconds