HomeSort by relevance Sort by last modified time
    Searched refs:to_fetch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.cc 47 // Iterates entries and appends IDs to |to_fetch| if the file is pinned but not
50 std::vector<std::string>* to_fetch,
52 DCHECK(to_fetch);
76 to_fetch->push_back(local_id);
178 std::vector<std::string>* to_fetch = new std::vector<std::string>; local
182 base::Bind(&CollectBacklog, metadata_, to_fetch, to_update),
185 base::Owned(to_fetch),
392 const std::vector<std::string>* to_fetch,
404 for (size_t i = 0; i < to_fetch->size(); ++i) {
405 const std::string& local_id = (*to_fetch)[i]
    [all...]
sync_client.h 149 void OnGetLocalIdsOfBacklog(const std::vector<std::string>* to_fetch,

Completed in 59 milliseconds