Searched refs:MSG_RESET (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/installer/
H A DInstallerDefs.h14 static const uint32 MSG_RESET = 'iRSI'; variable
H A DWorkerThread.cpp643 BMessage statusMessage(MSG_RESET);
H A DInstallerWindow.cpp344 case MSG_RESET:
/haiku/src/tests/servers/app/scrolling/
H A Dmain.cpp12 MSG_RESET = 'rset' enumerator in enum:__anon140
47 if (message->what == MSG_RESET)
122 BButton* control = new BButton(b, "button", "Reset", new BMessage(MSG_RESET));
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp20 MSG_RESET = 'rset', enumerator in enum:__anon133
173 case MSG_RESET: {
550 BButton* control = new BButton(b, "button", "Reset", new BMessage(MSG_RESET),

Completed in 81 milliseconds