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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp 204 , m_clientRunLoop(clientRunLoop)
367 ASSERT(RunLoop::current() == m_clientRunLoop);
532 m_clientRunLoop->scheduleWork(WorkItem::create(this, &Connection::dispatchConnectionDidClose));
621 m_clientRunLoop->scheduleWork(WorkItem::create(this, &Connection::dispatchMessages));
Connection.h 235 RunLoop* m_clientRunLoop;

Completed in 131 milliseconds