Home
last modified time | relevance | path

Searched refs:m_deadNameNotificationPort (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostProxy.h93 RetainPtr<CFMachPortRef> m_deadNameNotificationPort; variable
DNetscapePluginHostProxy.mm107m_deadNameNotificationPort.adoptCF(CFMachPortCreate(0, deadNameNotificationCallback, &context, 0));
111 … CFMachPortGetPort(m_deadNameNotificationPort.get()), MACH_MSG_TYPE_MAKE_SEND_ONCE, &previous);
114 …Ref> deathPortSource(AdoptCF, CFMachPortCreateRunLoopSource(0, m_deadNameNotificationPort.get(), 0…
136 …mach_port_extract_member(mach_task_self(), CFMachPortGetPort(m_deadNameNotificationPort.get()), m_…
302 …mach_port_insert_member(mach_task_self(), CFMachPortGetPort(m_deadNameNotificationPort.get()), m_p…
335 if (msg->msgh_local_port == CFMachPortGetPort(m_deadNameNotificationPort.get())) {