Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/src/
DWebAccessibilityCacheImpl.h70 typedef HashMap<int, RefPtr<WeakHandle> > ObjectMap; typedef
75 ObjectMap m_objectMap;
DWebAccessibilityCacheImpl.cpp113 ObjectMap::iterator it = m_objectMap.find(id); in getObjectById()
128 ObjectMap::iterator it = m_objectMap.find(id); in remove()
/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.h311 typedef HashMap<uint32_t, JSC::ProtectedPtr<JSC::JSObject> > ObjectMap; typedef
312 ObjectMap m_objects;