Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DOnDemandStatusDialog.cs49 private volatile string m_strProgress = InitialStatus; field in KeePass.UI.OnDemandStatusDialog
95 lock(m_objSync) { m_strProgress = strNewText; } in SetText()
122 if(m_strProgress != strProgress) in GuiThread()
124 strProgress = m_strProgress; in GuiThread()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DViewTransfers.h43 wxString m_strProgress; variable
H A DViewWork.cpp95 m_strProgress.Clear(); in ~CWork()
566 (work->m_strProgress).c_str(), in OnWorkAbort()
737 strBuffer = work->m_strProgress; in OnListGetItemText()
1018 FormatProgress(x, work->m_strProgress); in SynchronizeCacheItem()
1273 strBuffer = work->m_strProgress; in GetProgressText()
H A DViewWork.h45 wxString m_strProgress; variable
H A DViewTransfers.cpp493 strBuffer = transfer->m_strProgress; in OnListGetItemText()
611 FormatProgress(x, transfer->m_strProgress); in SynchronizeCacheItem()
926 strBuffer = transfer->m_strProgress; in GetProgressText()