Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dxfa_ffwidget.h125 bool IsAncestorOf(CXFA_FFWidget* pWidget);
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp233 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