Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp56 fCoreSelectionPanel(NULL), in TeamsWindow()
147 delete fCoreSelectionPanel; in MessageReceived()
148 fCoreSelectionPanel = NULL; in MessageReceived()
167 fCoreSelectionPanel = new BFilePanel(B_OPEN_PANEL, &messenger, in MessageReceived()
169 fCoreSelectionPanel->Show(); in MessageReceived()
171 delete fCoreSelectionPanel; in MessageReceived()
172 fCoreSelectionPanel = NULL; in MessageReceived()
H A DTeamsWindow.h64 BFilePanel* fCoreSelectionPanel; variable