Searched refs:IsAncestorOf (Results 1 – 2 of 2) sorted by relevance
125 bool IsAncestorOf(CXFA_FFWidget* pWidget);
233 if (pParent && !pParent->IsAncestorOf(pOldWidget)) { in OnSetFocus()249 if (pParent && !pParent->IsAncestorOf(pNewWidget)) { in OnKillFocus()440 bool CXFA_FFWidget::IsAncestorOf(CXFA_FFWidget* pWidget) { in IsAncestorOf() function in CXFA_FFWidget