Searched refs:maxRelations (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/Accessible2/
H A DAccessible2.idl406 @param [in] maxRelations
413 actual number of relations in the returned array (not more than maxRelations)
420 [in] long maxRelations,
421 [out, size_is(maxRelations), length_is(*nRelations)]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleBase.h56 virtual HRESULT STDMETHODCALLTYPE get_relations(long maxRelations, IAccessibleRelation** relations, long* nRelations);
H A DAccessibleBase.cpp187 HRESULT AccessibleBase::get_relations(long maxRelations, IAccessibleRelation** relations, long* nRelations) argument

Completed in 128 milliseconds