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

  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.cc 48 // fetched (not present locally), to |to_update| if the file needs update.
51 std::vector<std::string>* to_update) {
53 DCHECK(to_update);
60 to_update->push_back(local_id);
82 to_update->push_back(local_id);
179 std::vector<std::string>* to_update = new std::vector<std::string>; local
182 base::Bind(&CollectBacklog, metadata_, to_fetch, to_update),
186 base::Owned(to_update)));
393 const std::vector<std::string>* to_update) {
398 for (size_t i = 0; i < to_update->size(); ++i)
    [all...]
sync_client.h 150 const std::vector<std::string>* to_update);
  /external/chromium_org/chrome/browser/media_galleries/
media_scan_manager.cc 156 std::map<MediaGalleryPrefId, MediaGalleryScanResult> to_update; local
167 to_update[it->first] = file_counts;
173 MediaGalleryScanResult>::const_iterator it = to_update.begin();
174 it != to_update.end();
210 unique_found_folders.size() + to_update.size());

Completed in 128 milliseconds