Home
last modified time | relevance | path

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

/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/filebrowser/
H A Ddata-mgr.cpp248 is_batch_operation_ = true; in slotAsyncCopyMutipleItemsSuccess()
257 is_batch_operation_ = false; in slotAsyncCopyMutipleItemsFailed()
323 if (!is_batch_operation_) { in slotQueryAsyncCopyOperationProgressSuccess()
406 is_batch_operation_ = true; in slotAsyncMoveMutipleItemsSuccess()
415 is_batch_operation_ = false; in slotAsyncMoveMutipleItemsFailed()
483 if (!is_batch_operation_) { in slotQueryAsyncMoveOperationProgressSuccess()
H A Ddata-mgr.h226 bool is_batch_operation_; variable