Searched defs:EditPaste (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dcombobox.cpp199 FX_BOOL CFWL_ComboBox::EditPaste(const CFX_WideString& wsPaste) { function in class:CFWL_ComboBox
202 return static_cast<IFWL_ComboBox*>(m_pIface)->EditPaste(wsPaste);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_comboboximp.cpp109 FX_BOOL IFWL_ComboBox::EditPaste(const CFX_WideString& wsPaste) { function in class:IFWL_ComboBox
110 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->EditPaste(wsPaste);
837 FX_BOOL CFWL_ComboBoxImp::EditPaste(const CFX_WideString& wsPaste) { function in class:CFWL_ComboBoxImp

Completed in 32 milliseconds