Searched refs:id_set (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dread_transaction.cc51 AttachmentIdSet* id_set) {
52 DCHECK(id_set);
54 transaction_, type, id_set);
50 GetAttachmentIdsToUpload(ModelType type, AttachmentIdSet* id_set) argument
/external/chromium_org/sync/internal_api/public/
H A Dread_transaction.h49 // Clears |id_set| and fills it with the ids of attachments that need to be
51 void GetAttachmentIdsToUpload(ModelType type, AttachmentIdSet* id_set);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer.cc240 std::set<std::string> id_set; local
244 if (id_set.find(id) != id_set.end())
247 id_set.insert(id);
/external/chromium_org/sync/api/
H A Dsync_data.cc33 syncer::AttachmentIdSet id_set; local
34 id_set.insert(attachment_ids.begin(), attachment_ids.end());
35 return id_set.size() != attachment_ids.size();
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.h234 void NotifyExtensionsDownloadFailed(const std::set<std::string>& id_set,
H A Dextension_downloader.cc432 const std::set<std::string>& id_set(fetch_data->extension_ids());
436 NotifyExtensionsDownloadFailed(id_set,
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor.cc708 syncer::AttachmentIdSet id_set; local
711 trans.GetAttachmentIdsToUpload(type_, &id_set);
713 if (!id_set.empty()) {
714 attachment_service_->UploadAttachments(id_set);
/external/chromium_org/sync/syncable/
H A Ddirectory_unittest.cc1737 AttachmentIdSet id_set; local
1740 dir()->GetAttachmentIdsToUpload(&trans, PREFERENCES, &id_set);
1742 ASSERT_EQ(1U, id_set.size());
1743 ASSERT_EQ(attachment_id, *id_set.begin());
1749 dir()->GetAttachmentIdsToUpload(&trans, PASSWORDS, &id_set);
1751 ASSERT_TRUE(id_set.empty());
1764 dir()->GetAttachmentIdsToUpload(&trans, PREFERENCES, &id_set);
1766 ASSERT_TRUE(id_set.empty());
H A Ddirectory.cc1482 AttachmentIdSet* id_set) {
1487 DCHECK(id_set);
1488 id_set->clear();
1512 // otherwise, add it to id_set.
1523 // remove any ids known to be on the server from the id_set we are about to
1531 std::inserter(*id_set, id_set->end()));
1480 GetAttachmentIdsToUpload(BaseTransaction* trans, ModelType type, AttachmentIdSet* id_set) argument
H A Ddirectory.h417 // Clears |id_set| and fills it with the ids of attachments that need to be
421 AttachmentIdSet* id_set);
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.cc330 std::set<MenuItem::ExtensionKey> id_set; local
333 id_set.insert(i->first);
335 return id_set;
H A Dextension_service_unittest.cc7107 std::set<std::string> id_set; local
7108 id_set.insert(id);
7110 content::NotificationService::AllSources(), id_set); local

Completed in 778 milliseconds