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

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.h 85 mach_port_t m_portSet;
NetscapePluginHostProxy.mm 97 , m_portSet(MACH_PORT_NULL)
130 if (m_portSet) {
131 mach_port_extract_member(mach_task_self(), m_clientPort, m_portSet);
132 mach_port_extract_member(mach_task_self(), CFMachPortGetPort(m_deadNameNotificationPort.get()), m_portSet);
133 mach_port_destroy(mach_task_self(), m_portSet);
293 if (!m_portSet) {
294 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_PORT_SET, &m_portSet);
295 mach_port_insert_member(mach_task_self(), m_clientPort, m_portSet);
296 mach_port_insert_member(mach_task_self(), CFMachPortGetPort(m_deadNameNotificationPort.get()), m_portSet);
303 kern_return_t kr = mach_msg(msg, MACH_RCV_MSG, 0, sizeof(buffer), m_portSet, 0, MACH_PORT_NULL)
    [all...]

Completed in 638 milliseconds