Home | History | Annotate | Download | only in tools

Lines Matching refs:next_marker

275       next_marker = None
278 next_marker = document.find(namespace + 'NextMarker').text
313 return (revisions, next_marker, githash_svn_dict)
316 (revisions, next_marker, self.githash_svn_dict) = _FetchAndParse(
320 while next_marker:
321 next_url = self.GetListingURL(next_marker)
322 (new_revisions, next_marker, new_dict) = _FetchAndParse(next_url)