Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp75 MSG_CHOOSE_DEBUG_REPORT_LOCATION = 'ccrl', enumerator
379 case MSG_CHOOSE_DEBUG_REPORT_LOCATION: in MessageReceived()
384 if (message->what == MSG_CHOOSE_DEBUG_REPORT_LOCATION) in MessageReceived()
391 message->what == MSG_CHOOSE_DEBUG_REPORT_LOCATION ? in MessageReceived()
1278 new BMessage(MSG_CHOOSE_DEBUG_REPORT_LOCATION)); in _Init()