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

  /external/chromium_org/chrome/browser/chromeos/contacts/
fake_contact_store.cc 18 FakeContactStore::FakeContactStore(FakeContactStoreFactory* factory)
23 FakeContactStore::~FakeContactStore() {
27 void FakeContactStore::SetContacts(const ContactPointers& contacts) {
36 void FakeContactStore::NotifyObserversAboutContactsUpdate() {
42 void FakeContactStore::Init() {
45 void FakeContactStore::AppendContacts(ContactPointers* contacts_out) {
54 const Contact* FakeContactStore::GetContactById(const std::string& contact_id) {
59 void FakeContactStore::AddObserver(ContactStoreObserver* observer)
    [all...]
fake_contact_store.h 28 class FakeContactStore : public ContactStore {
30 explicit FakeContactStore(FakeContactStoreFactory* factory);
31 virtual ~FakeContactStore();
62 DISALLOW_COPY_AND_ASSIGN(FakeContactStore);
75 // Returns the FakeContactStore previously created for |profile|, or NULL if
77 FakeContactStore* GetContactStoreForProfile(Profile* profile);
79 // Removes |store| from |stores_| after being called by a FakeContactStore's
81 void RemoveStore(FakeContactStore* store);
88 typedef std::map<Profile*, FakeContactStore*> ProfileStoreMap;
90 // Live FakeContactStore objects that we've handed out. We don't retai
    [all...]

Completed in 2296 milliseconds