Home
last modified time | relevance | path

Searched defs:copyOptions (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DAttachment.h67 …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()