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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/access/
H A Daccesstest.cpp419 if (S_OK != accessibleFrame->get_accChildCount(& childCount))
506 if (S_OK == obj->get_accChildCount(& childCount))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Daccess.cpp222 STDMETHODIMP get_accChildCount ( long* pCountChildren);
725 STDMETHODIMP wxIAccessible::get_accChildCount ( long* pCountChildren) function in class:wxIAccessible
727 wxLogTrace(wxT("access"), wxT("get_accChildCount"));
745 wxLogTrace(wxT("access"), wxT("Using standard interface for get_accChildCount"));
746 HRESULT res = stdInterface->get_accChildCount (pCountChildren);
1628 this->get_accChildCount(& nChildren);

Completed in 119 milliseconds