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

  /external/pdfium/xfa/src/fwl/src/lightwidget/
edit.cpp 127 FWL_ERR CFWL_Edit::ReplaceSelections(const CFX_WideStringC& wsReplace) {
130 return static_cast<IFWL_Edit*>(m_pIface)->ReplaceSelections(wsReplace);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 96 FWL_ERR IFWL_Edit::ReplaceSelections(const CFX_WideStringC& wsReplace) {
97 return static_cast<CFWL_EditImp*>(GetImpl())->ReplaceSelections(wsReplace);
625 FWL_ERR CFWL_EditImp::ReplaceSelections(const CFX_WideStringC& wsReplace) {
    [all...]

Completed in 59 milliseconds