Home
last modified time | relevance | path

Searched refs:_string_contents (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py274 def _string_contents(self, soup): member in Bugzilla
296 return self._parse_date(self._string_contents(soup))
307 attachment['name'] = self._string_contents(element.find('desc'))
308 attachment['attacher_email'] = self._string_contents(element.find('attacher'))
309 attachment['type'] = self._string_contents(element.find('type'))
326 bug["title"] = self._string_contents(soup.find("short_desc"))
327 bug["bug_status"] = self._string_contents(soup.find("bug_status"))
330 bug["dup_id"] = self._string_contents(dup_id)
331 bug["reporter_email"] = self._string_contents(soup.find("reporter"))
332 bug["assigned_to_email"] = self._string_contents(soup.find("assigned_to"))
[all …]
/external/webkit/Tools/
DChangeLog-2010-05-244554 - Add a new _string_contents() method and explain why
4809 - Add a new _string_contents() method and explain why
5307 - Add a new _string_contents() method and explain why