Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DAttachment.h41 MachPortType, enumerator
61 mach_port_name_t port() const { ASSERT(m_type == MachPortType); return m_port.port; } in port()
62 …mach_msg_type_name_t disposition() const { ASSERT(m_type == MachPortType); return m_port.dispositi… in disposition()
DAttachment.cpp41 : m_type(MachPortType) in Attachment()
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp145 if (type == Attachment::MachPortType) in sendOutgoingMessage()
186 case Attachment::MachPortType: in sendOutgoingMessage()