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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 717 void CFFL_IFormFiller::OnFormat(CPDFSDK_Widget* pWidget,
729 pInterForm->OnFormat(pWidget->GetFormField(), bFormated);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 757 CFX_WideString sValue = this->OnFormat(bFormated);
806 CFX_WideString CPDFSDK_Widget::OnFormat(FX_BOOL& bFormated) {
809 return m_pInterForm->OnFormat(pFormField, bFormated);
    [all...]

Completed in 296 milliseconds