Home
last modified time | relevance | path

Searched refs:PersonList (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/mail/
H A DPeople.cpp106 PersonList::PersonList(QueryList& query) in PersonList() function in PersonList
115 PersonList::~PersonList() in ~PersonList()
122 PersonList::EntryCreated(QueryList& source, const entry_ref& ref, ino_t node) in EntryCreated()
133 PersonList::EntryRemoved(QueryList& source, const node_ref& nodeRef) in EntryRemoved()
H A DPeople.h45 class PersonList : public QueryListener, public BLocker {
47 PersonList(QueryList& query);
48 ~PersonList();
H A DMailApp.h99 PersonList& People() in People()
145 PersonList fPeople;
H A DAddressTextControl.cpp91 PersonList& peopleList);
92 void _AddPeople(BMenu* menu, PersonList& peopleList,
135 PersonList& peopleList = static_cast<TMailApp*>(be_app)->People(); in FetchChoicesFor()
489 PersonList& peopleList = static_cast<TMailApp*>(be_app)->People(); in _RebuildMenu()
511 PersonList& peopleList) in _AddGroup()
522 AddressPopUpMenu::_AddPeople(BMenu* menu, PersonList& peopleList, in _AddPeople()