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

  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager.cc 39 contact_store_factory_(new GoogleContactStoreFactory),
61 contact_store_factory_.swap(factory);
186 if (!contact_store_factory_->CanCreateContactStoreForProfile(profile))
190 ContactStore* store = contact_store_factory_->CreateContactStore(profile);
contact_manager.h 118 scoped_ptr<ContactStoreFactory> contact_store_factory_; member in class:contacts::ContactManager

Completed in 818 milliseconds