HomeSort by relevance Sort by last modified time
    Searched refs:WebFrameProxyMap (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.h 57 typedef HashMap<uint64_t, RefPtr<WebFrameProxy> > WebFrameProxyMap;
165 WebFrameProxyMap m_frameMap;
WebProcessProxy.cpp 364 return isGoodKey<WebFrameProxyMap>(frameID) ? m_frameMap.get(frameID).get() : 0;
369 return isGoodKey<WebFrameProxyMap>(frameID) && !m_frameMap.contains(frameID);
383 ASSERT(isGoodKey<WebFrameProxyMap>(frameID));

Completed in 201 milliseconds