Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.cpp71 typedef HashMap<RunLoop*, SyncMessageState*> SyncMessageStateMap; typedef in CoreIPC::Connection::SyncMessageState
72 static SyncMessageStateMap& syncMessageStateMap() in syncMessageStateMap()
74 DEFINE_STATIC_LOCAL(SyncMessageStateMap, syncMessageStateMap, ()); in syncMessageStateMap()
104 pair<SyncMessageStateMap::iterator, bool> result = syncMessageStateMap().add(runLoop, 0); in getOrCreate()