Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DAttachment.h50 …Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool dealloca…
67 …mach_msg_copy_options_t copyOptions() const { ASSERT(m_type == MachOOLMemoryType); return m_oolMem… in copyOptions() function
93 mach_msg_copy_options_t copyOptions; member
DAttachment.cpp47 Attachment::Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bo… in Attachment() argument
52 m_oolMemory.copyOptions = copyOptions; in Attachment()
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp196 descriptor->out_of_line.copy = attachment.copyOptions(); in sendOutgoingMessage()