Home
last modified time | relevance | path

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

/external/chromium_org/sync/engine/
Dget_updates_processor.cc333 TypeToIndexMap::iterator context_iter = context_by_type.find(type); in ProcessGetUpdatesResponse() local
334 if (context_iter != context_by_type.end()) in ProcessGetUpdatesResponse()
335 context.CopyFrom(gu_response.context_mutations(context_iter->second)); in ProcessGetUpdatesResponse()