Home | History | Annotate | Download | only in src

Lines Matching refs:weakHandle

62 // WeakHandle -------------------------------------------------------------
64 PassRefPtr<WebAccessibilityCacheImpl::WeakHandle> WebAccessibilityCacheImpl::WeakHandle::create(AccessibilityObject* object)
66 RefPtr<WebAccessibilityCacheImpl::WeakHandle> weakHandle = adoptRef(new WebAccessibilityCacheImpl::WeakHandle(object));
67 weakHandle->m_object->setWrapper(weakHandle.get());
69 return weakHandle.release();
72 WebAccessibilityCacheImpl::WeakHandle::WeakHandle(AccessibilityObject* object)
79 void WebAccessibilityCacheImpl::WeakHandle::detach()
105 m_objectMap.set(m_nextNewId, WeakHandle::create(rootObject.get()));
158 m_objectMap.set(m_nextNewId, WeakHandle::create(o.get()));