Searched refs:IdSet (Results 1 – 7 of 7) sorted by relevance
39 typedef std::set<std::string> IdSet; typedef in content::MediaStreamTrackMetricsObserver45 IdSet GetTrackIds(const std::vector<talk_base::scoped_refptr<T> >& tracks) { in GetTrackIds()46 IdSet track_ids; in GetTrackIds()56 const IdSet& new_ids,57 const IdSet& old_ids,62 void ReportTracks(const IdSet& ids,71 IdSet audio_track_ids_;72 IdSet video_track_ids_;151 IdSet all_audio_track_ids = GetTrackIds(all_audio_tracks); in OnChanged()154 IdSet all_video_track_ids = GetTrackIds(all_video_tracks); in OnChanged()[all …]
28 typedef std::set<uint32> IdSet; typedef63 virtual void OnDownloadsRemoved(const IdSet& ids) {} in OnDownloadsRemoved()140 IdSet removing_ids_;146 IdSet removed_while_adding_;
61 typedef DownloadHistory::IdSet IdSet; typedef117 virtual void RemoveDownloads(const IdSet& ids) OVERRIDE { in RemoveDownloads()119 for (IdSet::const_iterator it = ids.begin(); in RemoveDownloads()173 void ExpectDownloadsRemoved(const IdSet& ids) { in ExpectDownloadsRemoved()176 IdSet differences = base::STLSetDifference<IdSet>(ids, remove_downloads_); in ExpectDownloadsRemoved()177 for (IdSet::const_iterator different = differences.begin(); in ExpectDownloadsRemoved()190 IdSet remove_downloads_;327 void ExpectDownloadsRemoved(const IdSet& ids) { in ExpectDownloadsRemoved()516 IdSet ids; in TEST_F()597 IdSet ids; in TEST_F()[all …]
461 IdSet remove_ids; in RemoveDownloadsBatch()
126 virtual void OnDownloadsRemoved(const DownloadHistory::IdSet& ids) OVERRIDE { in OnDownloadsRemoved()
200 IdSet current_ids; in OnDriveAppRegistryUpdated()204 const IdSet existing_ids = mapping_->GetDriveAppIds(); in OnDriveAppRegistryUpdated()205 const IdSet ids_to_remove = in OnDriveAppRegistryUpdated()206 base::STLSetDifference<IdSet>(existing_ids, current_ids); in OnDriveAppRegistryUpdated()207 for (IdSet::const_iterator it = ids_to_remove.begin(); in OnDriveAppRegistryUpdated()
50 typedef std::set<std::string> IdSet; typedef