Home
last modified time | relevance | path

Searched defs:EditPaste (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_combobox.h77 bool EditPaste(const WideString& wsPaste) { return m_pEdit->Paste(wsPaste); } in EditPaste() function
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DApp.h153 void EditPaste() { GetFocusedPanel().EditPaste(); } in EditPaste() function
H A DPanelMenu.cpp455 void CPanel::EditPaste() in EditPaste() function in CPanel