HomeSort by relevance Sort by last modified time
    Searched refs:MachOOLMemoryType (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Attachment.h 42 MachOOLMemoryType,
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; }
Attachment.cpp 48 : m_type(MachOOLMemoryType)
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 147 else if (type == Attachment::MachOOLMemoryType)
193 case Attachment::MachOOLMemoryType:

Completed in 1878 milliseconds