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

  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager.h 33 class ContactManagerInterface {
35 ContactManagerInterface() {}
36 virtual ~ContactManagerInterface() {}
39 virtual base::WeakPtr<ContactManagerInterface> GetWeakPtr() = 0;
58 DISALLOW_COPY_AND_ASSIGN(ContactManagerInterface);
61 // Real, singleton implementation of ContactManagerInterface.
62 class ContactManager : public ContactManagerInterface,
77 // ContactManagerInterface overrides:
78 virtual base::WeakPtr<ContactManagerInterface> GetWeakPtr() OVERRIDE;
128 base::WeakPtrFactory<ContactManagerInterface> weak_ptr_factory_
    [all...]
contact_manager_stub.h 14 // ContactManagerInterface implementation that returns a fixed set of contacts.
16 class ContactManagerStub : public ContactManagerInterface {
27 // ContactManagerInterface overrides:
28 virtual base::WeakPtr<ContactManagerInterface> GetWeakPtr() OVERRIDE;
38 // Profile expected to be passed to ContactManagerInterface methods.
50 base::WeakPtrFactory<ContactManagerInterface> weak_ptr_factory_;
contact_manager_stub.cc 36 base::WeakPtr<ContactManagerInterface> ContactManagerStub::GetWeakPtr() {
contact_manager.cc 82 base::WeakPtr<ContactManagerInterface> ContactManager::GetWeakPtr() {
  /external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos.h 21 class ContactManagerInterface;
36 base::WeakPtr<contacts::ContactManagerInterface> contact_manager);
69 base::WeakPtr<contacts::ContactManagerInterface> contact_manager_;
contact_provider_chromeos.cc 105 base::WeakPtr<contacts::ContactManagerInterface> contact_manager)

Completed in 2716 milliseconds