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

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.h 89 RetainPtr<CFMachPortRef> m_deadNameNotificationPort;
NetscapePluginHostProxy.mm 109 m_deadNameNotificationPort.adoptCF(CFMachPortCreate(0, deadNameNotificationCallback, &context, 0));
113 CFMachPortGetPort(m_deadNameNotificationPort.get()), MACH_MSG_TYPE_MAKE_SEND_ONCE, &previous);
116 RetainPtr<CFRunLoopSourceRef> deathPortSource(AdoptCF, CFMachPortCreateRunLoopSource(0, m_deadNameNotificationPort.get(), 0));
132 mach_port_extract_member(mach_task_self(), CFMachPortGetPort(m_deadNameNotificationPort.get()), m_portSet);
296 mach_port_insert_member(mach_task_self(), CFMachPortGetPort(m_deadNameNotificationPort.get()), m_portSet);
329 if (msg->msgh_local_port == CFMachPortGetPort(m_deadNameNotificationPort.get())) {
    [all...]

Completed in 164 milliseconds