Home
last modified time | relevance | path

Searched refs:bFormatted (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp303 bool& bFormatted) { in OnFormat() argument
306 bFormatted = false; in OnFormat()
318 bFormatted = false; in OnFormat()
335 bFormatted = true; in OnFormat()
651 bool bFormatted = false; in AfterValueChange() local
652 WideString sValue = OnFormat(pField, bFormatted); in AfterValueChange()
653 ResetFieldAppearance(pField, bFormatted ? &sValue : nullptr, true); in AfterValueChange()
Dcpdfsdk_widgethandler.cpp233 bool bFormatted = false; in OnLoad() local
235 WideString sValue = pWidget->OnFormat(bFormatted); in OnLoad()
239 if (bFormatted && fieldType == FormFieldType::kComboBox) in OnLoad()
Dcpdfsdk_widget.cpp745 bool bFormatted = false; local
746 WideString sValue = OnFormat(bFormatted);
747 ResetAppearance(bFormatted ? &sValue : nullptr, true);
792 WideString CPDFSDK_Widget::OnFormat(bool& bFormatted) { argument
795 return m_pInterForm->OnFormat(pFormField, bFormatted);
Dcpdfsdk_widget.h115 WideString OnFormat(bool& bFormatted);
Dcpdfsdk_interform.h71 WideString OnFormat(CPDF_FormField* pFormField, bool& bFormatted);
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp687 bool bFormatted = false; in OnFormat() local
688 WideString sValue = pInterForm->OnFormat(pWidget->GetFormField(), bFormatted); in OnFormat()
692 if (bFormatted) { in OnFormat()
/external/pdfium/fxjs/
Dcjs_field.cpp276 bool bFormatted = false; in UpdateFormField() local
278 ->OnFormat(bFormatted); in UpdateFormField()
281 ->ResetAppearance(bFormatted ? &sValue : nullptr, false); in UpdateFormField()
334 bool bFormatted = false; in UpdateFormControl() local
335 WideString sValue = pWidget->OnFormat(bFormatted); in UpdateFormControl()
338 pWidget->ResetAppearance(bFormatted ? &sValue : nullptr, false); in UpdateFormControl()