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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 111 void Connection::readEventHandler()
216 // There are no messages in the pipe currently. readEventHandler will be called again once there is a message.
266 m_connectionQueue.registerHandle(m_readState.hEvent, WorkItem::create(this, &Connection::readEventHandler));
270 m_connectionQueue.scheduleWork(WorkItem::create(this, &Connection::readEventHandler));
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h 313 void readEventHandler();

Completed in 1040 milliseconds