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

/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 133 milliseconds