Home
last modified time | relevance | path

Searched refs:EditPaste (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combobox.h88 bool EditPaste(const WideString& wsPaste) { return m_pEdit->Paste(wsPaste); } in EditPaste() function
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp254 ToComboBox(m_pNormalWidget.get())->EditPaste(wsPaste); in Paste()