Home
last modified time | relevance | path

Searched refs:MESSAGE_FLAG_WAS_DELIVERED (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/build/private/app/
H A DMessagePrivate.h31 MESSAGE_FLAG_WAS_DELIVERED = 0x0010, enumerator
/haiku/headers/private/app/
H A DMessagePrivate.h31 MESSAGE_FLAG_WAS_DELIVERED = 0x0010, enumerator
/haiku/src/kits/app/
H A DMessage.cpp209 | MESSAGE_FLAG_IS_REPLY | MESSAGE_FLAG_WAS_DELIVERED in operator =()
829 && (fHeader->flags & MESSAGE_FLAG_WAS_DELIVERED) != 0; in WasDelivered()
848 && (fHeader->flags & MESSAGE_FLAG_WAS_DELIVERED) != 0 in IsSourceRemote()
857 if (fHeader == NULL || (fHeader->flags & MESSAGE_FLAG_WAS_DELIVERED) == 0) in ReturnAddress()
955 if ((fHeader->flags & MESSAGE_FLAG_WAS_DELIVERED) == 0) in SendReply()
1010 if ((fHeader->flags & MESSAGE_FLAG_WAS_DELIVERED) == 0) in SendReply()
1503 || (fHeader->flags & MESSAGE_FLAG_WAS_DELIVERED) == 0) in GetCurrentSpecifier()
1541 (fHeader->flags & MESSAGE_FLAG_WAS_DELIVERED) == 0) in PopSpecifier()
2234 header->flags |= MESSAGE_FLAG_WAS_DELIVERED; in _SendMessage()
2408 header->flags |= MESSAGE_FLAG_WAS_DELIVERED; in _SendFlattenedMessage()
/haiku/src/build/libbe/app/
H A DMessage.cpp154 | MESSAGE_FLAG_IS_REPLY | MESSAGE_FLAG_WAS_DELIVERED in operator =()
692 return (fHeader->flags & MESSAGE_FLAG_WAS_DELIVERED) != 0; in WasDelivered()
709 if ((fHeader->flags & MESSAGE_FLAG_WAS_DELIVERED) != 0) { in ReturnAddress()
1108 || (fHeader->flags & MESSAGE_FLAG_WAS_DELIVERED) == 0) in GetCurrentSpecifier()
1142 (fHeader->flags & MESSAGE_FLAG_WAS_DELIVERED) == 0) in PopSpecifier()