Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/drive/
Dsync_client.cc50 std::vector<std::string>* to_fetch, in CollectBacklog() argument
52 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() local
176 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() argument
319 for (size_t i = 0; i < to_fetch->size(); ++i) { in OnGetLocalIdsOfBacklog()
320 const std::string& local_id = (*to_fetch)[i]; in OnGetLocalIdsOfBacklog()
Dsync_client.h129 void OnGetLocalIdsOfBacklog(const std::vector<std::string>* to_fetch,