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

  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 853 FX_BOOL ValidateFieldName(CFX_WideString& csNewFieldName, int iType);
855 FX_BOOL ValidateFieldName(const CPDF_FormField* pField, CFX_WideString& csNewFieldName);
857 FX_BOOL ValidateFieldName(const CPDF_FormControl* pControl, CFX_WideString& csNewFieldName);
1036 FX_BOOL ValidateFieldName(CFX_WideString& csNewFieldName, int iType, const CPDF_FormField* pExcludedField, const CPDF_FormControl* pExcludedControl);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 633 FX_BOOL CPDF_InterForm::ValidateFieldName(CFX_WideString& csNewFieldName, int iType, const CPDF_FormField* pExcludedField, const CPDF_FormControl* pExcludedControl)
699 FX_BOOL CPDF_InterForm::ValidateFieldName(CFX_WideString& csNewFieldName, int iType)
701 return ValidateFieldName(csNewFieldName, iType, NULL, NULL);
703 FX_BOOL CPDF_InterForm::ValidateFieldName(const CPDF_FormField* pField, CFX_WideString& csNewFieldName)
708 return ValidateFieldName(csNewFieldName, ((CPDF_FormField*)pField)->GetFieldType(), pField, NULL);
710 FX_BOOL CPDF_InterForm::ValidateFieldName(const CPDF_FormControl* pControl, CFX_WideString& csNewFieldName)
716 return ValidateFieldName(csNewFieldName, pField->GetFieldType(), pField, pControl);
    [all...]

Completed in 90 milliseconds