Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsParseMailbox.h172 virtual void UpdateProgressPercent();
H A DnsPop3Protocol.h305 void UpdateProgressPercent(int64_t totalDone, int64_t total);
H A DnsParseMailbox.cpp167 UpdateProgressPercent(); in OnStopRequest()
281 void nsMsgMailboxParser::UpdateProgressPercent() { in UpdateProgressPercent() function in nsMsgMailboxParser
432 UpdateProgressPercent(); in HandleLine()
H A DnsPop3Protocol.cpp597 void nsPop3Protocol::UpdateProgressPercent(int64_t totalDone, int64_t total) { in UpdateProgressPercent() function in nsPop3Protocol
3070 UpdateProgressPercent(0, m_totalDownloadSize); in SendRetr()
3300 UpdateProgressPercent(m_totalBytesReceived, m_totalDownloadSize); in RetrResponse()
3905 UpdateProgressPercent(0, 0); // clear out the progress meter in ProcessProtocolState()