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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp 40 class Connection::SyncMessageState : public ThreadSafeRefCounted<Connection::SyncMessageState> {
42 static PassRefPtr<SyncMessageState> getOrCreate(RunLoop*);
43 ~SyncMessageState();
69 explicit SyncMessageState(RunLoop*);
71 typedef HashMap<RunLoop*, SyncMessageState*> SyncMessageStateMap;
101 PassRefPtr<Connection::SyncMessageState> Connection::SyncMessageState::getOrCreate(RunLoop* runLoop)
111 RefPtr<SyncMessageState> syncMessageState = adoptRef(new SyncMessageState(runLoop))
    [all...]
Connection.h 290 class SyncMessageState;
291 friend class SyncMessageState;
292 RefPtr<SyncMessageState> m_syncMessageState;

Completed in 410 milliseconds