OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1270 milliseconds