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

  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.cc 47 // fetched (not present locally), to |to_upload| if the file is dirty but not
51 std::vector<std::string>* to_upload,
54 DCHECK(to_upload);
81 to_upload->push_back(local_id);
173 std::vector<std::string>* to_upload = new std::vector<std::string>; local
177 base::Bind(&CollectBacklog, metadata_, to_fetch, to_upload, to_remove),
181 base::Owned(to_upload),
333 const std::vector<std::string>* to_upload,
339 for (size_t i = 0; i < to_upload->size(); ++i) {
340 const std::string& local_id = (*to_upload)[i]
    [all...]
sync_client.h 137 const std::vector<std::string>* to_upload,

Completed in 32 milliseconds