Home
last modified time | relevance | path

Searched defs:wsPaste (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combobox.h84 bool EditPaste(const WideString& wsPaste) { return m_pEdit->Paste(wsPaste); } in EditPaste()
Dcfwl_datetimepicker.cpp476 bool CFWL_DateTimePicker::Paste(const WideString& wsPaste) { in Paste()
Dcfwl_edit.cpp240 bool CFWL_Edit::Paste(const WideString& wsPaste) { in Paste()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp262 bool CXFA_FFDateTimeEdit::Paste(const WideString& wsPaste) { in Paste()
Dcxfa_fftextedit.cpp423 bool CXFA_FFTextEdit::Paste(const WideString& wsPaste) { in Paste()
Dcxfa_ffcombobox.cpp263 bool CXFA_FFComboBox::Paste(const WideString& wsPaste) { in Paste()
Dcxfa_ffwidget.cpp538 bool CXFA_FFWidget::Paste(const WideString& wsPaste) { in Paste()