Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.cpp111 RefPtr<SyncMessageState> syncMessageState = adoptRef(new SyncMessageState(runLoop)); in getOrCreate() local
112 result.first->second = syncMessageState.get(); in getOrCreate()
114 return syncMessageState.release(); in getOrCreate()