Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.h250 ConsoleOutputView* fConsoleOutputView; variable
H A DTeamWindow.cpp235 fConsoleOutputView(NULL), in TeamWindow()
735 fConsoleOutputView->ConsoleOutputReceived(fd, output); in MessageReceived()
871 if (fConsoleOutputView->SaveSettings(archive) != B_OK) in SaveSettings()
1177 .Add(fConsoleOutputView = ConsoleOutputView::Create()) in _Init()
1351 fConsoleOutputView->LoadSettings(archive); in _LoadSettings()