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

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

Completed in 64 milliseconds