Home | History | Annotate | Download | only in app

Lines Matching defs:pParent

232   CXFA_FFWidget* pParent = GetParent();
233 if (pParent && !pParent->IsAncestorOf(pOldWidget)) {
234 pParent->OnSetFocus(pOldWidget);
248 CXFA_FFWidget* pParent = GetParent();
249 if (pParent && !pParent->IsAncestorOf(pNewWidget)) {
250 pParent->OnKillFocus(pNewWidget);