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

/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widgethandler.cpp233 bool bFormatted = false; local
235 WideString sValue = pWidget->OnFormat(bFormatted);
239 if (bFormatted && fieldType == FormFieldType::kComboBox)
H A Dcpdfsdk_interform.cpp303 bool& bFormatted) {
306 bFormatted = false;
318 bFormatted = false;
335 bFormatted = true;
651 bool bFormatted = false; local
652 WideString sValue = OnFormat(pField, bFormatted);
653 ResetFieldAppearance(pField, bFormatted ? &sValue : nullptr, true);
302 OnFormat(CPDF_FormField* pFormField, bool& bFormatted) argument
H A 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);
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.cpp687 bool bFormatted = false; local
688 WideString sValue = pInterForm->OnFormat(pWidget->GetFormField(), bFormatted);
692 if (bFormatted) {
/external/pdfium/fxjs/
H A Dcjs_field.cpp276 bool bFormatted = false; local
278 ->OnFormat(bFormatted);
281 ->ResetAppearance(bFormatted ? &sValue : nullptr, false);
334 bool bFormatted = false; local
335 WideString sValue = pWidget->OnFormat(bFormatted);
338 pWidget->ResetAppearance(bFormatted ? &sValue : nullptr, false);

Completed in 158 milliseconds