Home | History | Annotate | Download | only in contacts

Lines Matching refs:Profile

18   explicit ContactManagerStub(Profile* profile);
29 virtual void AddObserver(ContactManagerObserver* observer, Profile* profile)
32 Profile* profile) OVERRIDE;
33 virtual scoped_ptr<ContactPointers> GetAllContacts(Profile* profile) OVERRIDE;
34 virtual const Contact* GetContactById(Profile* profile,
38 // Profile expected to be passed to ContactManagerInterface methods.
39 // Passing any other profile will result in a crash.
40 Profile* profile_; // not owned