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

  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_map.h 35 DROP_DELETED_CONTACTS,
contact_map.cc 40 if (contact->deleted() && policy == DROP_DELETED_CONTACTS) {
contact_map_unittest.cc 65 // Merge it into the map with DROP_DELETED_CONTACTS. The contact shouldn't be
69 map.Merge(contacts_to_merge.Pass(), ContactMap::DROP_DELETED_CONTACTS);
74 // DROP_DELETED_CONTACTS. The previous version of the contact should also be
79 map.Merge(contacts_to_merge.Pass(), ContactMap::DROP_DELETED_CONTACTS);
google_contact_store.cc 285 contacts_.Merge(updated_contacts.Pass(), ContactMap::DROP_DELETED_CONTACTS);

Completed in 878 milliseconds