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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 124 connectionDidClose();
133 connectionDidClose();
188 connectionDidClose();
246 connectionDidClose();
305 connectionDidClose();
  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp 291 m_connectionQueue.registerEventSourceHandler(m_socketDescriptor, (G_IO_HUP | G_IO_ERR), WorkItem::create(this, &Connection::connectionDidClose));
397 m_connectionQueue.scheduleWorkOnTermination(process, WorkItem::create(this, &Connection::connectionDidClose));
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 228 m_connectionQueue.registerMachPortEventHandler(m_sendPort, WorkQueue::MachPortDeadNameNotification, WorkItem::create(this, &Connection::connectionDidClose));
411 connectionDidClose();
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h 211 void connectionDidClose();
Connection.cpp 514 void Connection::connectionDidClose()

Completed in 9339 milliseconds