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

  /external/pdfium/xfa/src/fwl/src/lightwidget/
edit.cpp 105 FWL_ERR CFWL_Edit::SetFormatString(const CFX_WideString& wsFormat) {
108 return static_cast<IFWL_Edit*>(m_pIface)->SetFormatString(wsFormat);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 82 FWL_ERR IFWL_Edit::SetFormatString(const CFX_WideString& wsFormat) {
83 return static_cast<CFWL_EditImp*>(GetImpl())->SetFormatString(wsFormat);
592 FWL_ERR CFWL_EditImp::SetFormatString(const CFX_WideString& wsFormat) {
    [all...]

Completed in 68 milliseconds