Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp32 MSG_NAVIGATE_PREVIOUS_BLOCK = 'npbl', enumerator
156 new BMessage(MSG_NAVIGATE_PREVIOUS_BLOCK))) in _Init()
227 MSG_NAVIGATE_PREVIOUS_BLOCK)); in _Init()
301 case MSG_NAVIGATE_PREVIOUS_BLOCK: in MessageReceived()
306 if (message->what == MSG_NAVIGATE_PREVIOUS_BLOCK) in MessageReceived()