Home
last modified time | relevance | path

Searched refs:m_exceptionPort (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp62 if (m_exceptionPort) { in platformInvalidate()
63 m_connectionQueue.unregisterMachPortEventHandler(m_exceptionPort); in platformInvalidate()
64 m_exceptionPort = MACH_PORT_NULL; in platformInvalidate()
70 m_exceptionPort = MACH_PORT_NULL; in platformInitialize()
110 if (m_exceptionPort) { in open()
111 …m_connectionQueue.registerMachPortEventHandler(m_exceptionPort, WorkQueue::MachPortDataAvailable, … in open()
113 …deprecatedSend(CoreIPCMessage::SetExceptionPort, 0, MachPort(m_exceptionPort, MACH_MSG_TYPE_MAKE_S… in open()
384 mach_msg_header_t* header = readFromMachPort(m_exceptionPort, buffer); in exceptionSourceEventHandler()
416 ASSERT(m_exceptionPort == MACH_PORT_NULL); in setShouldCloseConnectionOnMachExceptions()
418 …if (mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &m_exceptionPort) != KERN_SUCCES… in setShouldCloseConnectionOnMachExceptions()
[all …]
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.h309 mach_port_t m_exceptionPort; variable
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1611734 Set m_exceptionPort to null.