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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp 532 m_clientRunLoop->scheduleWork(WorkItem::create(this, &Connection::dispatchConnectionDidClose));
535 void Connection::dispatchConnectionDidClose()
537 // If the connection has been explicitly invalidated before dispatchConnectionDidClose was called,
Connection.h 216 void dispatchConnectionDidClose();

Completed in 109 milliseconds