Home
last modified time | relevance | path

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

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