Searched refs:ValidateFieldName (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h853 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);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp633 FX_BOOL CPDF_InterForm::ValidateFieldName(CFX_WideString& csNewFieldName, int iType, const CPDF_FormField* pExcludedField, const CPDF_FormControl* pExcludedControl) function in class:CPDF_InterForm
699 FX_BOOL CPDF_InterForm::ValidateFieldName(CFX_WideString& csNewFieldName, int iType) function in class:CPDF_InterForm
701 return ValidateFieldName(csNewFieldName, iType, NULL, NULL);
703 FX_BOOL CPDF_InterForm::ValidateFieldName(const CPDF_FormField* pField, CFX_WideString& csNewFieldName) function in class:CPDF_InterForm
708 return ValidateFieldName(csNewFieldName, ((CPDF_FormField*)pField)->GetFieldType(), pField, NULL);
710 FX_BOOL CPDF_InterForm::ValidateFieldName(const CPDF_FormControl* pControl, CFX_WideString& csNewFieldName) function in class:CPDF_InterForm
716 return ValidateFieldName(csNewFieldName, pField->GetFieldType(), pField, pControl);

Completed in 222 milliseconds