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

  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager.cc 40 contact_stores_deleter_(&contact_stores_),
52 for (ContactStoreMap::const_iterator it = contact_stores_.begin();
53 it != contact_stores_.end(); ++it) {
60 DCHECK(contact_stores_.empty());
110 ContactStoreMap::const_iterator it = contact_stores_.find(profile);
111 if (it != contact_stores_.end())
120 ContactStoreMap::const_iterator it = contact_stores_.find(profile);
121 return it != contact_stores_.end() ?
128 for (ContactStoreMap::const_iterator it = contact_stores_.begin();
129 it != contact_stores_.end(); ++it)
    [all...]
contact_manager.h 117 // Creates objects for |contact_stores_|.
121 ContactStoreMap contact_stores_; member in class:contacts::ContactManager
123 // Deletes values in |contact_stores_|.

Completed in 3469 milliseconds