Home
last modified time | relevance | path

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

/external/chromium_org/sync/engine/
Ddownload.cc165 TypeToIndexMap::iterator progress_marker_iter = in ProcessUpdateResponseContents() local
168 for ( ; (progress_marker_iter != progress_index_by_type.end() in ProcessUpdateResponseContents()
170 ++progress_marker_iter, ++updates_iter) { in ProcessUpdateResponseContents()
171 DCHECK_EQ(progress_marker_iter->first, updates_iter->first); in ProcessUpdateResponseContents()
172 ModelType type = progress_marker_iter->first; in ProcessUpdateResponseContents()
178 gu_response.new_progress_marker(progress_marker_iter->second), in ProcessUpdateResponseContents()
188 DCHECK(progress_marker_iter == progress_index_by_type.end() in ProcessUpdateResponseContents()