Home
last modified time | relevance | path

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

/haiku/src/tests/servers/app/playground/
H A DObjectView.h12 MSG_OBJECT_COUNT_CHANGED = 'obcc', enumerator
H A DObjectView.cpp443 Window()->PostMessage(MSG_OBJECT_COUNT_CHANGED); in RemoveObject()
464 Window()->PostMessage(MSG_OBJECT_COUNT_CHANGED); in MakeEmpty()
H A DObjectWindow.cpp402 case MSG_OBJECT_COUNT_CHANGED: in MessageReceived()