Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp397 mach_msg_bits_t messageBits = header->msgh_bits & MACH_MSGH_BITS_COMPLEX; in exceptionSourceEventHandler() local
398 messageBits |= MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, MACH_MSG_TYPE_MOVE_SEND_ONCE); in exceptionSourceEventHandler()
400 header->msgh_bits = messageBits; in exceptionSourceEventHandler()