Searched refs:readEventHandler (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
H A DConnectionWin.cpp111 void Connection::readEventHandler() function in class:CoreIPC::Connection
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/
H A DConnection.h313 void readEventHandler();

Completed in 247 milliseconds