OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContactManagerStub
(Results
1 - 3
of
3
) 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
);
/external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos_unittest.cc
60
contact_manager_.reset(new contacts::
ContactManagerStub
(profile_));
133
scoped_ptr<contacts::
ContactManagerStub
> contact_manager_;
Completed in 33 milliseconds