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

  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_store.h 46 class ContactStoreFactory {
48 ContactStoreFactory() {}
49 virtual ~ContactStoreFactory() {}
62 DISALLOW_COPY_AND_ASSIGN(ContactStoreFactory);
contact_manager.h 30 class ContactStoreFactory;
73 void SetContactStoreForTesting(scoped_ptr<ContactStoreFactory> factory);
118 scoped_ptr<ContactStoreFactory> contact_store_factory_;
fake_contact_store.h 65 // ContactStoreFactory implementation that returns FakeContactStores.
66 class FakeContactStoreFactory : public ContactStoreFactory {
83 // ContactStoreFactory implementation:
google_contact_store.h 187 // ContactStoreFactory implementation that returns GoogleContactStores.
188 class GoogleContactStoreFactory : public ContactStoreFactory {
193 // ContactStoreFactory implementation:
contact_manager_unittest.cc 79 scoped_ptr<ContactStoreFactory>(store_factory_).Pass());
contact_manager.cc 59 scoped_ptr<ContactStoreFactory> factory) {

Completed in 38 milliseconds