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

  /external/pdfium/xfa/include/fxfa/
fxfa_widget.h 80 void ProcessScriptTestValidate(CXFA_Validate validate,
84 int32_t ProcessFormatTestValidate(CXFA_Validate validate,
86 int32_t ProcessNullTestValidate(CXFA_Validate validate,
fxfa_objectacc.h 28 class CXFA_Validate;
387 class CXFA_Validate : public CXFA_Data {
389 CXFA_Validate(CXFA_Node* pNode);
601 CXFA_Validate GetValidate(FX_BOOL bModified = FALSE);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp     [all...]
xfa_object_imp.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgetacc.cpp 385 void CXFA_WidgetAcc::ProcessScriptTestValidate(CXFA_Validate validate,
425 int32_t CXFA_WidgetAcc::ProcessFormatTestValidate(CXFA_Validate validate,
476 int32_t CXFA_WidgetAcc::ProcessNullTestValidate(CXFA_Validate validate,
593 CXFA_Validate validate = this->GetValidate();
    [all...]
xfa_ffdocview.cpp 227 if (CXFA_Validate validate = pWidgetAcc->GetValidate()) {
xfa_ffwidgethandler.cpp 236 CXFA_Validate val = pWidgetAcc->GetValidate();

Completed in 70 milliseconds