Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.h84 bool EditPaste(const WideString& wsPaste) { return m_pEdit->Paste(wsPaste); } in EditPaste() argument
Dcfwl_datetimepicker.h64 bool Paste(const WideString& wsPaste);
Dcfwl_edit.h85 bool Paste(const WideString& wsPaste);
Dcfwl_datetimepicker.cpp476 bool CFWL_DateTimePicker::Paste(const WideString& wsPaste) { in Paste() argument
477 return m_pEdit->Paste(wsPaste); in Paste()
Dcfwl_edit.cpp240 bool CFWL_Edit::Paste(const WideString& wsPaste) { in Paste() argument
242 m_pEditEngine->ReplaceSelectedText(wsPaste); in Paste()
244 m_pEditEngine->Insert(m_CursorPosition, wsPaste); in Paste()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp262 bool CXFA_FFDateTimeEdit::Paste(const WideString& wsPaste) { in Paste() argument
263 return GetPickerWidget()->Paste(wsPaste); in Paste()
Dcxfa_ffdatetimeedit.h50 bool Paste(const WideString& wsPaste) override;
Dcxfa_fftextedit.h57 bool Paste(const WideString& wsPaste) override;
Dcxfa_ffcombobox.h40 bool Paste(const WideString& wsPaste) override;
Dcxfa_ffcombobox.cpp263 bool CXFA_FFComboBox::Paste(const WideString& wsPaste) { in Paste() argument
265 ToComboBox(GetNormalWidget())->EditPaste(wsPaste); in Paste()
Dcxfa_fftextedit.cpp423 bool CXFA_FFTextEdit::Paste(const WideString& wsPaste) { in Paste() argument
424 return ToEdit(GetNormalWidget())->Paste(wsPaste); in Paste()
Dcxfa_ffwidget.h138 virtual bool Paste(const WideString& wsPaste);
Dcxfa_ffwidget.cpp538 bool CXFA_FFWidget::Paste(const WideString& wsPaste) { in Paste() argument