Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DMsgAsyncPrompter.jsm12 function runnablePrompter(asyncPrompter, hashKey) {
13 this._asyncPrompter = asyncPrompter;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapIncomingServer.cpp1877 nsCOMPtr<nsIMsgAsyncPrompter> asyncPrompter = in AsyncGetPassword() local
1882 rv = asyncPrompter->QueueAsyncAuthPrompt(m_serverKey, aNewPasswordRequested, in AsyncGetPassword()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsPop3Protocol.cpp656 nsCOMPtr<nsIMsgAsyncPrompter> asyncPrompter = in StartGetAsyncPassword() local
670 rv = asyncPrompter->QueueAsyncAuthPrompt(server, false, this); in StartGetAsyncPassword()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/news/src/
H A DnsNNTPProtocol.cpp2202 nsCOMPtr<nsIMsgAsyncPrompter> asyncPrompter = in BeginAuthorization() local
2224 rv = asyncPrompter->QueueAsyncAuthPrompt(queueKey, didAuthFail, this); in BeginAuthorization()