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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp 161 void Connection::readyReadHandler()
289 m_socketNotifier = m_connectionQueue.registerSocketEventHandler(m_socketDescriptor, QSocketNotifier::Read, WorkItem::create(this, &Connection::readyReadHandler));
292 m_connectionQueue.registerEventSourceHandler(m_socketDescriptor, G_IO_IN, WorkItem::create(this, &Connection::readyReadHandler));
295 // Schedule a call to readyReadHandler. Data may have arrived before installation of the signal
297 m_connectionQueue.scheduleWork(WorkItem::create(this, &Connection::readyReadHandler));
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h 323 void readyReadHandler();

Completed in 580 milliseconds