Home
last modified time | relevance | path

Searched refs:connectionDidClose (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
DConnectionWin.cpp124 connectionDidClose(); in readEventHandler()
133 connectionDidClose(); in readEventHandler()
188 connectionDidClose(); in readEventHandler()
246 connectionDidClose(); in writeEventHandler()
305 connectionDidClose(); in sendOutgoingMessage()
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
DConnectionUnix.cpp291 …_socketDescriptor, (G_IO_HUP | G_IO_ERR), WorkItem::create(this, &Connection::connectionDidClose)); in open()
397 …nQueue.scheduleWorkOnTermination(process, WorkItem::create(this, &Connection::connectionDidClose)); in setShouldCloseConnectionOnProcessTermination()
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp228 … WorkQueue::MachPortDeadNameNotification, WorkItem::create(this, &Connection::connectionDidClose)); in initializeDeadNameSource()
411 connectionDidClose(); in exceptionSourceEventHandler()
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.h211 void connectionDidClose();
DConnection.cpp514 void Connection::connectionDidClose() in connectionDidClose() function in CoreIPC::Connection
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-161153 (CoreIPC::Connection::connectionDidClose):
2104 Handle ERROR_BROKEN_PIPE by calling connectionDidClose() and returning early.
2241 function, eliminating the race condition in connectionDidClose where m_client could be
2251 (CoreIPC::Connection::connectionDidClose):
11744 Receive the message, forward it to the real exception handler and call connectionDidClose.
12100 Do not call connectionDidClose with a connection that has been explicitly
20206 (CoreIPC::Connection::connectionDidClose):
24657 (CoreIPC::Connection::connectionDidClose):
35625 …(CoreIPC::Connection::open): Registered connectionDidClose to be called when the client disconnect…