Searched refs:_parse_bug_dictionary_from_xml (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbugzilla.py320 return [Bug(self._parse_bug_dictionary_from_xml(unicode(bug_xml)), self) for bug_xml in soup('bug')]
322 def _parse_bug_dictionary_from_xml(self, page): member in class:Bugzilla
347 return self._parse_bug_dictionary_from_xml(self._fetch_bug_page(bug_id))
352 return self._parse_bug_dictionary_from_xml(self._fetch_bug_page(bug_id))
H A Dbugzilla_unittest.py250 bug = Bugzilla()._parse_bug_dictionary_from_xml(self._single_bug_xml)

Completed in 18 milliseconds