Home
last modified time | relevance | path

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

/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp349 if(varChild.lVal==CHILDID_SELF) in get_accChild()
386 if(varChild.lVal==CHILDID_SELF) in get_accName()
394 varChild.lVal = CHILDID_SELF; in get_accName()
425 if(varChild.lVal==CHILDID_SELF) in get_accValue()
439 varChild.lVal = CHILDID_SELF; in get_accValue()
470 if(varChild.lVal==CHILDID_SELF) in get_accDescription()
478 varChild.lVal = CHILDID_SELF; in get_accDescription()
510 if(varChild.lVal == CHILDID_SELF) in get_accRole()
529 varChild.lVal = CHILDID_SELF; in get_accRole()
560 if(varChild.lVal == CHILDID_SELF) in get_accState()
[all …]
H A DMAccessible.h41 #define CHILDID_SELF 0 macro
/trunk/main/winaccessibility/inc/
H A DaccHelper.hxx39 #define CHILDID_SELF 0 macro
/trunk/main/winaccessibility/source/service/
H A DAccObject.cxx983 m_pIMAcc->Put_XAccFocus(CHILDID_SELF); in setFocus()
H A DAccObjectWinManager.cxx50 #define CHILDID_SELF 0 macro
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1518 Therefore MSAA's get_accChild should never return a child ID (other than CHILDID_SELF)