Searched refs:to_update (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsync_client.cc48 // 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
49 CollectBacklog(ResourceMetadata* metadata, std::vector<std::string>* to_fetch, std::vector<std::string>* to_update) argument
391 OnGetLocalIdsOfBacklog( const std::vector<std::string>* to_fetch, const std::vector<std::string>* to_update) argument
[all...]
H A Dsync_client.h150 const std::vector<std::string>* to_update);
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_scan_manager.cc156 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 839 milliseconds