Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.cpp72 static SyncMessageStateMap& syncMessageStateMap() in syncMessageStateMap() function in CoreIPC::Connection::SyncMessageState
74 DEFINE_STATIC_LOCAL(SyncMessageStateMap, syncMessageStateMap, ()); in syncMessageStateMap()
75 return syncMessageStateMap; in syncMessageStateMap()
104 pair<SyncMessageStateMap::iterator, bool> result = syncMessageStateMap().add(runLoop, 0); in getOrCreate()
127 ASSERT(syncMessageStateMap().contains(m_runLoop)); in ~SyncMessageState()
128 syncMessageStateMap().remove(m_runLoop); in ~SyncMessageState()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-161168 (CoreIPC::Connection::SyncMessageState::syncMessageStateMap):