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

/haiku/src/apps/pulse/
H A DCPUButton.cpp206 new BMessage(kDeleteReplicant)));
289 case kDeleteReplicant: {
290 Window()->PostMessage(kDeleteReplicant, this, NULL);
/haiku/headers/private/interface/
H A DViewPrivate.h22 const static uint32 kDeleteReplicant = 'JAHA'; variable
/haiku/src/kits/interface/
H A DDragger.cpp302 Window()->PostMessage(kDeleteReplicant, fTarget, NULL);
746 new BMessage(kDeleteReplicant)));
H A DShelf.cpp509 if (message->what == kDeleteReplicant) {
588 if (msg->what == kDeleteReplicant) {
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1023 new BMessage(kDeleteReplicant)));

Completed in 203 milliseconds