Home
last modified time | relevance | path

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

/haiku/headers/os/interface/
H A DWindow.h324 bool _UnpackMessage(unpack_cookie& state,
/haiku/src/kits/interface/
H A DWindow.cpp3022 while (_UnpackMessage(cookie, &fLastMessage, &handler, &usePreferred)) { in task_looper()
3313 BWindow::_UnpackMessage(unpack_cookie& cookie, BMessage** _message, in _UnpackMessage() function in BWindow