Lines Matching refs:pChild
395 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accName() local
396 if(!pChild) in get_accName()
398 return pChild->get_accName(varChild,pszName); in get_accName()
440 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accValue() local
441 if(!pChild) in get_accValue()
443 return pChild->get_accValue(varChild,pszValue); in get_accValue()
479 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accDescription() local
480 if(!pChild) in get_accDescription()
482 return pChild->get_accDescription(varChild,pszDescription); in get_accDescription()
530 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accRole() local
531 if(!pChild) in get_accRole()
533 return pChild->get_accRole(varChild,pvarRole); in get_accRole()
589 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accState() local
590 if(!pChild) in get_accState()
592 return pChild->get_accState(varChild,pvarState); in get_accState()
787 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accKeyboardShortcut() local
788 if(!pChild) in get_accKeyboardShortcut()
791 return pChild->get_accKeyboardShortcut(varChild,pszKeyboardShortcut); in get_accKeyboardShortcut()
1082 IMAccessible *pChild = this->GetChildInterface(lVal); in put_accName() local
1083 if(!pChild) in put_accName()
1085 return pChild->put_accName(varChild,szName); in put_accName()
1115 IMAccessible *pChild = this->GetChildInterface(lVal); in put_accValue() local
1116 if(!pChild) in put_accValue()
1118 return pChild->put_accValue(varChild,szValue); in put_accValue()
1394 IAccessible* pChild = NULL; in GetChildInterface() local
1396 BOOL isGet = get_IAccessibleFromXAccessible((long)pXChild.get(),&pChild); in GetChildInterface()
1401 isGet = get_IAccessibleFromXAccessible((long)pXChild.get(),&pChild); in GetChildInterface()
1406 IMAccessible* pIMAcc = (IMAccessible*)pChild; in GetChildInterface()
2112 CMAccessible* pChild = this; in get_windowHandle() local
2115 pChild = (CMAccessible*)pParent; in get_windowHandle()
2116 if(pChild) in get_windowHandle()
2118 pParent = (IAccessible*)pChild->m_pIParent; in get_windowHandle()
2119 nHwnd = (HWND)pChild->m_hwnd; in get_windowHandle()
2442 IMAccessible *pChild = this->GetChildInterface(lVal); in get_accDefaultAction() local
2443 if(!pChild) in get_accDefaultAction()
2445 return pChild->get_accDefaultAction(varChild,pszDefaultAction); in get_accDefaultAction()
2478 IMAccessible *pChild = this->GetChildInterface(lVal); in accDoDefaultAction() local
2479 if(!pChild) in accDoDefaultAction()
2481 return pChild->accDoDefaultAction( varChild ); in accDoDefaultAction()