Searched refs:isGoodKey (Results 1 – 1 of 1) sorted by relevance
50 static inline bool isGoodKey(const typename HashMap::KeyType& key) in isGoodKey() function364 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()