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

  /external/webkit/WebKit/chromium/src/
WebAccessibilityCacheImpl.cpp 105 m_objectMap.set(m_nextNewId, WeakHandle::create(rootObject.get()));
113 ObjectMap::iterator it = m_objectMap.find(id);
115 if (it == m_objectMap.end() || !it->second)
128 ObjectMap::iterator it = m_objectMap.find(id);
130 if (it == m_objectMap.end())
140 m_objectMap.remove(it);
145 m_objectMap.clear();
163 m_objectMap.set(m_nextNewId, WeakHandle::create(o.get()));
WebAccessibilityCacheImpl.h 75 ObjectMap m_objectMap;

Completed in 33 milliseconds