Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelOperations.cpp38 class CThreadFolderOperations: public CProgressThreadVirt class
51 CThreadFolderOperations(EFolderOpType opType): OpType(opType) {} in CThreadFolderOperations() function in CThreadFolderOperations
55 HRESULT CThreadFolderOperations::ProcessVirt() in ProcessVirt()
72 HRESULT CThreadFolderOperations::DoOperation(CPanel &panel, const UString &progressTitle, const USt… in DoOperation()
253 CThreadFolderOperations op(FOLDER_TYPE_DELETE); in DeleteItems()
326 CThreadFolderOperations op(FOLDER_TYPE_RENAME); in OnEndLabelEdit()
399 CThreadFolderOperations op(FOLDER_TYPE_CREATE_FOLDER); in CreateFolder()