HomeSort by relevance Sort by last modified time
    Searched refs:OnFormat (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_widget.h 115 WideString OnFormat(bool& bFormatted);
cpdfsdk_interform.h 71 WideString OnFormat(CPDF_FormField* pFormField, bool& bFormatted);
cpdfsdk_widgethandler.cpp 235 WideString sValue = pWidget->OnFormat(bFormatted);
cpdfsdk_widget.cpp 746 WideString sValue = OnFormat(bFormatted);
792 WideString CPDFSDK_Widget::OnFormat(bool& bFormatted) {
795 return m_pInterForm->OnFormat(pFormField, bFormatted);
cpdfsdk_interform.cpp 302 WideString CPDFSDK_InterForm::OnFormat(CPDF_FormField* pFormField,
652 WideString sValue = OnFormat(pField, bFormatted);
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.h 102 void OnFormat(CPDFSDK_Annot::ObservedPtr* pAnnot,
cffl_interactiveformfiller.cpp 677 void CFFL_InteractiveFormFiller::OnFormat(CPDFSDK_Annot::ObservedPtr* pAnnot,
688 WideString sValue = pInterForm->OnFormat(pWidget->GetFormField(), bFormatted);
cffl_formfiller.cpp 502 pFormFiller->OnFormat(&pObserved, pPageView, nFlag);
  /external/pdfium/fxjs/
cjs_field.cpp 278 ->OnFormat(bFormatted);
279 if (pObserved) { // Not redundant, may be clobbered by OnFormat.
335 WideString sValue = pWidget->OnFormat(bFormatted);
    [all...]

Completed in 202 milliseconds