Home
last modified time | relevance | path

Searched refs:bFormated (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp756 FX_BOOL bFormated = FALSE; local
757 CFX_WideString sValue = this->OnFormat(bFormated);
758 if (bFormated)
806 CFX_WideString CPDFSDK_Widget::OnFormat(FX_BOOL& bFormated) { argument
809 return m_pInterForm->OnFormat(pFormField, bFormated);
2247 FX_BOOL& bFormated) { argument
2252 bFormated = FALSE;
2267 bFormated = FALSE;
2286 bFormated = TRUE;
2634 FX_BOOL bFormated = FALSE; local
[all …]
Dfsdk_annothandler.cpp656 FX_BOOL bFormated = FALSE; in OnLoad() local
657 CFX_WideString sValue = pWidget->OnFormat(bFormated); in OnLoad()
658 if (bFormated && nFieldType == FIELDTYPE_COMBOBOX) { in OnLoad()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h159 CFX_WideString OnFormat(FX_BOOL& bFormated);
291 CFX_WideString OnFormat(CPDF_FormField* pFormField, FX_BOOL& bFormated);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp727 FX_BOOL bFormated = FALSE; in OnFormat() local
729 pInterForm->OnFormat(pWidget->GetFormField(), bFormated); in OnFormat()
734 if (bFormated) { in OnFormat()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp254 FX_BOOL bFormated = FALSE; in UpdateFormControl() local
255 CFX_WideString sValue = pWidget->OnFormat(bFormated); in UpdateFormControl()
256 if (bFormated) in UpdateFormControl()