Searched refs:kMsgQuitLooper (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/app/
H A DMessageLooper.h57 static const int32 kMsgQuitLooper = 'quit'; variable
H A DMessageLooper.cpp82 PostMessage(kMsgQuitLooper);
158 if (code == kMsgQuitLooper)
H A DDesktop.cpp2698 PostMessage(kMsgQuitLooper);
2770 PostMessage(kMsgQuitLooper);
H A DServerWindow.cpp4191 if (code == AS_DELETE_WINDOW || code == kMsgQuitLooper) {

Completed in 54 milliseconds