Searched refs:fActiveFunction (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp213 fActiveFunction(NULL),
917 if (function != NULL && function != fActiveFunction)
1561 if (functionInstance == fActiveFunction)
1566 if (fActiveFunction != NULL) {
1567 fActiveFunction->GetFunction()->RemoveListener(this);
1568 fActiveFunction->ReleaseReference();
1575 fActiveFunction = NULL;
1580 fActiveFunction = functionInstance;
1587 if (fActiveFunction != NULL) {
1588 fActiveFunction
[all...]
H A DTeamWindow.h228 FunctionInstance* fActiveFunction; member in class:TeamWindow

Completed in 86 milliseconds