Home
last modified time | relevance | path

Searched refs:IsAncestorOf (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp429 if (pParent && !pParent->IsAncestorOf(pOldWidget)) { in OnSetFocus()
463 if (pParent && !pParent->IsAncestorOf(pNewWidget)) { in OnKillFocus()
636 bool CXFA_FFWidget::IsAncestorOf(CXFA_FFWidget* pWidget) { in IsAncestorOf() function in CXFA_FFWidget
Dcxfa_ffwidget.h168 bool IsAncestorOf(CXFA_FFWidget* pWidget);