Searched refs:fPendingOutput (Results 1 – 2 of 2) sorted by relevance
56 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()
49 OutputInfoList* fPendingOutput; variable