OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAllContacts
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_stub.h
33
virtual scoped_ptr<ContactPointers>
GetAllContacts
(Profile* profile) OVERRIDE;
45
// Contacts that will be returned by
GetAllContacts
() and GetContactById().
contact_manager.h
50
virtual scoped_ptr<ContactPointers>
GetAllContacts
(Profile* profile) = 0;
83
virtual scoped_ptr<ContactPointers>
GetAllContacts
(Profile* profile) OVERRIDE;
contact_manager_stub.cc
59
scoped_ptr<ContactPointers> ContactManagerStub::
GetAllContacts
(
contact_manager_unittest.cc
137
// Check that
GetAllContacts
() returns both contacts.
139
contact_manager_->
GetAllContacts
(profile);
contact_manager.cc
106
scoped_ptr<ContactPointers> ContactManager::
GetAllContacts
(Profile* profile) {
/external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos.cc
167
contact_manager_->
GetAllContacts
(profile_);
Completed in 564 milliseconds