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

  /external/chromium_org/chrome/browser/chromeos/contacts/
fake_contact_database.h 40 scoped_ptr<ContactIds> contact_ids_to_delete,
53 const ContactIds& contact_ids_to_delete);
contact_database.h 37 typedef std::vector<std::string> ContactIds;
61 scoped_ptr<ContactIds> contact_ids_to_delete,
83 scoped_ptr<ContactIds> contact_ids_to_delete,
115 scoped_ptr<ContactIds> contact_ids_to_delete,
contact_database_unittest.cc 82 scoped_ptr<ContactDatabaseInterface::ContactIds>
174 scoped_ptr<ContactDatabaseInterface::ContactIds> contact_ids_to_delete(
175 new ContactDatabaseInterface::ContactIds);
204 contact_ids_to_delete.reset(new ContactDatabaseInterface::ContactIds);
237 scoped_ptr<ContactDatabaseInterface::ContactIds> contact_ids_to_delete(
238 new ContactDatabaseInterface::ContactIds);
257 contact_ids_to_delete.reset(new ContactDatabaseInterface::ContactIds);
270 contact_ids_to_delete.reset(new ContactDatabaseInterface::ContactIds);
292 contact_ids_to_delete.reset(new ContactDatabaseInterface::ContactIds);
304 contact_ids_to_delete.reset(new ContactDatabaseInterface::ContactIds);
    [all...]
fake_contact_database.cc 31 MergeContacts(contacts, ContactIds());
42 scoped_ptr<ContactIds> contact_ids_to_delete,
76 const ContactIds& contact_ids_to_delete) {
81 for (ContactIds::const_iterator it = contact_ids_to_delete.begin();
contact_database.cc 90 scoped_ptr<ContactIds> contact_ids_to_delete,
220 scoped_ptr<ContactIds> contact_ids_to_delete,
246 for (ContactIds::const_iterator it = contact_ids_to_delete->begin();
google_contact_store.cc 298 scoped_ptr<ContactDatabaseInterface::ContactIds>
299 contact_ids_to_delete_from_db(new ContactDatabaseInterface::ContactIds);

Completed in 53 milliseconds