Searched refs:m_clientRunLoop (Results 1 – 2 of 2) sorted by relevance
204 , 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()
235 RunLoop* m_clientRunLoop; variable