HomeSort by relevance Sort by last modified time
    Searched refs:IsAncestorOf (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/
xfa_ffwidget.h 125 bool IsAncestorOf(CXFA_FFWidget* pWidget);
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 233 if (pParent && !pParent->IsAncestorOf(pOldWidget)) {
249 if (pParent && !pParent->IsAncestorOf(pNewWidget)) {
440 bool CXFA_FFWidget::IsAncestorOf(CXFA_FFWidget* pWidget) {
    [all...]

Completed in 82 milliseconds