Searched refs:XFA_NODEFLAG_UserInteractive (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidgetacc.cpp | 365 if (this->GetNode()->HasFlag(XFA_NODEFLAG_UserInteractive)) { in ProcessCalculate() 401 if (this->GetNode()->HasFlag(XFA_NODEFLAG_UserInteractive)) { in ProcessScriptTestValidate() 414 this->GetNode()->SetFlag(XFA_NODEFLAG_UserInteractive, TRUE, FALSE); in ProcessScriptTestValidate() 456 if (this->GetNode()->HasFlag(XFA_NODEFLAG_UserInteractive)) { in ProcessFormatTestValidate() 469 this->GetNode()->SetFlag(XFA_NODEFLAG_UserInteractive, TRUE, FALSE); in ProcessFormatTestValidate() 527 if (this->GetNode()->HasFlag(XFA_NODEFLAG_UserInteractive)) { in ProcessNullTestValidate() 539 this->GetNode()->SetFlag(XFA_NODEFLAG_UserInteractive, TRUE, FALSE); in ProcessNullTestValidate()
|
D | xfa_fffield.cpp | 763 if (pAcc->GetNode()->HasFlag(XFA_NODEFLAG_UserInteractive)) { in CalculateWidgetAcc() 780 pAcc->GetNode()->SetFlag(XFA_NODEFLAG_UserInteractive, TRUE, FALSE); in CalculateWidgetAcc() 789 pAcc->GetNode()->SetFlag(XFA_NODEFLAG_UserInteractive, TRUE, FALSE); in CalculateWidgetAcc()
|
D | xfa_ffwidgethandler.cpp | 275 if (pWidgetAcc->GetNode()->HasFlag(XFA_NODEFLAG_UserInteractive)) { in ProcessEvent()
|
D | xfa_ffdocview.cpp | 435 if (pWidgetAcc->GetNode()->HasFlag(XFA_NODEFLAG_UserInteractive)) { in XFA_ProcessEvent()
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_object.h | 35 XFA_NODEFLAG_UserInteractive = 0x01000, enumerator
|