Home
last modified time | relevance | path

Searched refs:isSameObject (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/win/Interfaces/
DAccessibleComparable.idl44 HRESULT isSameObject([in] IAccessibleComparable* other, [out, retval] BOOL* result);
/external/webkit/Source/WebKit/win/
DAccessibleBase.h96 virtual HRESULT STDMETHODCALLTYPE isSameObject(IAccessibleComparable* other, BOOL* result);
DAccessibleBase.cpp722 HRESULT AccessibleBase::isSameObject(IAccessibleComparable* other, BOOL* result) in isSameObject() function in AccessibleBase
DChangeLog6341 (AccessibleBase::isSameObject):
6346 Give the class a UUID so we can query for it in isSameObject(). Inherit
/external/webkit/Tools/DumpRenderTree/win/
DAccessibilityControllerWin.cpp282 thisComparable->isSameObject(elementComparable.get(), &isSame); in notificationReceived()
DAccessibilityUIElementWin.cpp69 if (FAILED(comparable->isSameObject(otherComparable.get(), &isSame))) in isEqual()