Searched refs:pvChildAtPoint (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleBase.cpp780 HRESULT STDMETHODCALLTYPE AccessibleBase::accHitTest(long x, long y, VARIANT* pvChildAtPoint) argument
782 if (!pvChildAtPoint)
785 ::VariantInit(pvChildAtPoint);
802 V_VT(pvChildAtPoint) = VT_I4;
803 V_I4(pvChildAtPoint) = CHILDID_SELF;
805 V_VT(pvChildAtPoint) = VT_DISPATCH;
806 V_DISPATCH(pvChildAtPoint) = static_cast<IDispatch*>(wrapper(childObj));
807 V_DISPATCH(pvChildAtPoint)->AddRef();
H A DAccessibleBase.h90 virtual HRESULT STDMETHODCALLTYPE accHitTest(long x, long y, VARIANT* pvChildAtPoint);

Completed in 114 milliseconds