Searched refs:isSameObject (Results 1 – 6 of 6) sorted by relevance
44 HRESULT isSameObject([in] IAccessibleComparable* other, [out, retval] BOOL* result);
96 virtual HRESULT STDMETHODCALLTYPE isSameObject(IAccessibleComparable* other, BOOL* result);
722 HRESULT AccessibleBase::isSameObject(IAccessibleComparable* other, BOOL* result) in isSameObject() function in AccessibleBase
6341 (AccessibleBase::isSameObject):6346 Give the class a UUID so we can query for it in isSameObject(). Inherit
282 thisComparable->isSameObject(elementComparable.get(), &isSame); in notificationReceived()
69 if (FAILED(comparable->isSameObject(otherComparable.get(), &isSame))) in isEqual()