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

  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_stub.cc 19 ContactManagerStub::ContactManagerStub(Profile* profile)
24 ContactManagerStub::~ContactManagerStub() {}
26 void ContactManagerStub::NotifyObserversAboutUpdatedContacts() {
32 void ContactManagerStub::SetContacts(const ContactPointers& contacts) {
36 base::WeakPtr<ContactManagerInterface> ContactManagerStub::GetWeakPtr() {
41 void ContactManagerStub::AddObserver(ContactManagerObserver* observer,
50 void ContactManagerStub::RemoveObserver(ContactManagerObserver* observer,
59 scoped_ptr<ContactPointers> ContactManagerStub::GetAllContacts
    [all...]
contact_manager_stub.h 16 class ContactManagerStub : public ContactManagerInterface {
18 explicit ContactManagerStub(Profile* profile);
19 virtual ~ContactManagerStub();
52 DISALLOW_COPY_AND_ASSIGN(ContactManagerStub);

Completed in 4830 milliseconds