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

  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.h 85 mach_port_t m_portSet;
NetscapePluginHostProxy.mm 94 , m_portSet(MACH_PORT_NULL)
134 if (m_portSet) {
135 mach_port_extract_member(mach_task_self(), m_clientPort, m_portSet);
136 mach_port_extract_member(mach_task_self(), CFMachPortGetPort(m_deadNameNotificationPort.get()), m_portSet);
137 mach_port_destroy(mach_task_self(), m_portSet);
299 if (!m_portSet) {
300 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_PORT_SET, &m_portSet);
301 mach_port_insert_member(mach_task_self(), m_clientPort, m_portSet);
302 mach_port_insert_member(mach_task_self(), CFMachPortGetPort(m_deadNameNotificationPort.get()), m_portSet);
309 kern_return_t kr = mach_msg(msg, MACH_RCV_MSG, 0, sizeof(buffer), m_portSet, 0, MACH_PORT_NULL)
    [all...]

Completed in 12 milliseconds