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

  /external/webkit/Source/WebKit/win/Interfaces/
AccessibleComparable.idl 44 HRESULT isSameObject([in] IAccessibleComparable* other, [out, retval] BOOL* result);
  /external/webkit/Source/WebKit/win/
AccessibleBase.h 96 virtual HRESULT STDMETHODCALLTYPE isSameObject(IAccessibleComparable* other, BOOL* result);
AccessibleBase.cpp 722 HRESULT AccessibleBase::isSameObject(IAccessibleComparable* other, BOOL* result)
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityControllerWin.cpp 282 thisComparable->isSameObject(elementComparable.get(), &isSame);
AccessibilityUIElementWin.cpp 69 if (FAILED(comparable->isSameObject(otherComparable.get(), &isSame)))

Completed in 6154 milliseconds