OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplaceSelections
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/include/fwl/lightwidget/
edit.h
35
FWL_ERR
ReplaceSelections
(const CFX_WideStringC& wsReplace);
/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/include/fwl/basewidget/
fwl_edit.h
139
FWL_ERR
ReplaceSelections
(const CFX_WideStringC& wsReplace);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_editimp.h
58
virtual FWL_ERR
ReplaceSelections
(const CFX_WideStringC& 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 133 milliseconds