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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.h49 OutputInfoList* fPendingOutput; member in class:ConsoleOutputView
H A DConsoleOutputView.cpp56 fPendingOutput(NULL),
72 delete fPendingOutput;
105 if (fPendingOutput->AddItem(info)) {
119 fPendingOutput->MakeEmpty();
124 OutputInfo* info = fPendingOutput->RemoveItemAt(0);
177 fPendingOutput = new OutputInfoList(10, true);

Completed in 35 milliseconds