Home
last modified time | relevance | path

Searched refs:m_clientRunLoop (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.cpp204 , m_clientRunLoop(clientRunLoop) in Connection()
367 ASSERT(RunLoop::current() == m_clientRunLoop); in sendSyncMessage()
532 m_clientRunLoop->scheduleWork(WorkItem::create(this, &Connection::dispatchConnectionDidClose)); in connectionDidClose()
621 m_clientRunLoop->scheduleWork(WorkItem::create(this, &Connection::dispatchMessages)); in enqueueIncomingMessage()
DConnection.h235 RunLoop* m_clientRunLoop; variable