Searched refs:fSessions (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/terminal/
H A DTermWindow.cpp355 for (int32 i = 0; i < fSessions.CountItems(); i++) {
377 alertMessage = index == -1 || fSessions.CountItems() == 1
1093 && index >= 0 && index < fSessions.CountItems()) {
1125 int32 count = fSessions.CountItems();
1349 containerView, view, fSessions.IsEmpty());
1354 if (fSessions.IsEmpty())
1359 fSessions.AddItem(session);
1433 if (fSessions.CountItems() > 1) {
1436 if (Session* session = (Session*)fSessions.RemoveItem(index)) {
1437 if (fSessions
[all...]
H A DTermWindow.h203 BList fSessions; member in class:TermWindow
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp242 SessionMap fSessions; member in class:LaunchDaemon
420 SessionMap::const_iterator found = fSessions.find(user);
421 if (found != fSessions.end())
1009 fSessions.insert(std::make_pair(user, session));
1984 for (SessionMap::iterator iterator = fSessions.begin();
1985 iterator != fSessions.end(); iterator++) {

Completed in 51 milliseconds