Searched refs:to_fetch (Results 1 – 2 of 2) sorted by relevance
50 std::vector<std::string>* to_fetch, in CollectBacklog() argument52 DCHECK(to_fetch); in CollectBacklog()76 to_fetch->push_back(local_id); in CollectBacklog()172 std::vector<std::string>* to_fetch = new std::vector<std::string>; in StartProcessingBacklog() local176 base::Bind(&CollectBacklog, metadata_, to_fetch, to_update), in StartProcessingBacklog()179 base::Owned(to_fetch), in StartProcessingBacklog()307 const std::vector<std::string>* to_fetch, in OnGetLocalIdsOfBacklog() argument319 for (size_t i = 0; i < to_fetch->size(); ++i) { in OnGetLocalIdsOfBacklog()320 const std::string& local_id = (*to_fetch)[i]; in OnGetLocalIdsOfBacklog()
129 void OnGetLocalIdsOfBacklog(const std::vector<std::string>* to_fetch,