Home
last modified time | relevance | path

Searched refs:wsPaste (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combobox.h88 bool EditPaste(const WideString& wsPaste) { return m_pEdit->Paste(wsPaste); } in EditPaste() argument
Dcfwl_edit.h85 bool Paste(const WideString& wsPaste);
Dcfwl_edit.cpp339 bool CFWL_Edit::Paste(const WideString& wsPaste) { in Paste() argument
341 m_EdtEngine.ReplaceSelectedText(wsPaste); in Paste()
343 m_EdtEngine.Insert(m_CursorPosition, wsPaste); in Paste()
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.h34 bool Paste(const WideString& wsPaste) override;
Dcxfa_fftextedit.h56 bool Paste(const WideString& wsPaste) override;
Dcxfa_ffcombobox.cpp252 bool CXFA_FFComboBox::Paste(const WideString& wsPaste) { in Paste() argument
254 ToComboBox(m_pNormalWidget.get())->EditPaste(wsPaste); in Paste()
Dcxfa_fftextedit.cpp411 bool CXFA_FFTextEdit::Paste(const WideString& wsPaste) { in Paste() argument
412 return ToEdit(m_pNormalWidget.get())->Paste(wsPaste); in Paste()
Dcxfa_ffwidget.h111 virtual bool Paste(const WideString& wsPaste);
Dcxfa_ffwidget.cpp491 bool CXFA_FFWidget::Paste(const WideString& wsPaste) { in Paste() argument