Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h114 CFX_WideString OnFormat(int nCommitKey, FX_BOOL& bFormated);
201 CFX_WideString OnFormat(CPDF_FormField* pFormField, int nCommitKey, FX_BOOL& bFormated);
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp393 CFX_WideString CPDFSDK_Widget::OnFormat(int nCommitKey, FX_BOOL& bFormated) in OnFormat() argument
400 return m_pInterForm->OnFormat(pFormField, nCommitKey, bFormated); in OnFormat()
1991 …eString CPDFSDK_InterForm::OnFormat(CPDF_FormField* pFormField, int nCommitKey, FX_BOOL& bFormated) in OnFormat() argument
2001 bFormated = FALSE; in OnFormat()
2020 bFormated = FALSE; in OnFormat()
2045 bFormated = TRUE; in OnFormat()
2526 FX_BOOL bFormated = FALSE; in AfterValueChange() local
2527 CFX_WideString sValue = this->OnFormat(pFormField, 0, bFormated); in AfterValueChange()
2528 if (bFormated) in AfterValueChange()
Dfsdk_annothandler.cpp677 FX_BOOL bFormated = FALSE; in OnLoad() local
678 CFX_WideString sValue = pWidget->OnFormat(0, bFormated); in OnLoad()
679 if (bFormated && nFieldType == FIELDTYPE_COMBOBOX) in OnLoad()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp967 FX_BOOL bFormated = FALSE; in OnFormat() local
968 CFX_WideString sValue = pInterForm->OnFormat(pWidget->GetFormField(), GetCommitKey(), bFormated); in OnFormat()
974 if (bFormated) in OnFormat()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp258 FX_BOOL bFormated = FALSE; in UpdateFormField() local
259 CFX_WideString sValue = pWidget->OnFormat(0, bFormated); in UpdateFormField()
260 if (bFormated) in UpdateFormField()
315 FX_BOOL bFormated = FALSE; in UpdateFormControl() local
316 CFX_WideString sValue = pWidget->OnFormat(0, bFormated); in UpdateFormControl()
317 if (bFormated) in UpdateFormControl()