Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DAttachment.h42 MachOOLMemoryType, enumerator
65 void* address() const { ASSERT(m_type == MachOOLMemoryType); return m_oolMemory.address; } in address()
66 mach_msg_size_t size() const { ASSERT(m_type == MachOOLMemoryType); return m_oolMemory.size; } in size()
67 …mach_msg_copy_options_t copyOptions() const { ASSERT(m_type == MachOOLMemoryType); return m_oolMem… in copyOptions()
68 bool deallocate() const { ASSERT(m_type == MachOOLMemoryType); return m_oolMemory.deallocate; } in deallocate()
DAttachment.cpp48 : m_type(MachOOLMemoryType) in Attachment()
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp147 else if (type == Attachment::MachOOLMemoryType) in sendOutgoingMessage()
193 case Attachment::MachOOLMemoryType: in sendOutgoingMessage()