Searched refs:ContactManager (Results 1 – 7 of 7) sorted by relevance
26 ContactManager* g_instance = NULL;31 ContactManager* ContactManager::GetInstance() { in GetInstance()37 ContactManager::ContactManager() in ContactManager() function in contacts::ContactManager47 ContactManager::~ContactManager() { in ~ContactManager()58 void ContactManager::SetContactStoreForTesting( in SetContactStoreForTesting()64 void ContactManager::Init() { in Init()82 base::WeakPtr<ContactManagerInterface> ContactManager::GetWeakPtr() { in GetWeakPtr()87 void ContactManager::AddObserver(ContactManagerObserver* observer, in AddObserver()96 void ContactManager::RemoveObserver(ContactManagerObserver* observer, in RemoveObserver()106 scoped_ptr<ContactPointers> ContactManager::GetAllContacts(Profile* profile) { in GetAllContacts()[all …]
62 class ContactManager : public ContactManagerInterface,66 static ContactManager* GetInstance();68 ContactManager();69 virtual ~ContactManager();130 DISALLOW_COPY_AND_ASSIGN(ContactManager);
34 TestContactManagerObserver(ContactManager* contact_manager, in TestContactManagerObserver()55 ContactManager* contact_manager_; // not owned76 contact_manager_.reset(new ContactManager); in SetUp()87 scoped_ptr<ContactManager> contact_manager_;
12 class ContactManager; variable
14 class ContactManager; variable64 scoped_ptr<contacts::ContactManager> contact_manager_;
476 contact_manager_.reset(new contacts::ContactManager()); in PreProfileInit()
182 contacts::ContactManager::GetInstance()->GetWeakPtr())); in AutocompleteController()