Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/
DWebProcessProxy.cpp50 static inline bool isGoodKey(const typename HashMap::KeyType& key) in isGoodKey() function
364 return isGoodKey<WebFrameProxyMap>(frameID) ? m_frameMap.get(frameID).get() : 0; in webFrame()
369 return isGoodKey<WebFrameProxyMap>(frameID) && !m_frameMap.contains(frameID); in canCreateFrame()
383 ASSERT(isGoodKey<WebFrameProxyMap>(frameID)); in didDestroyFrame()