Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DOSReauthenticator.cpp209 const nsAString& aMessageText, const nsAString& aCaptionText, in ReauthenticateUserWindows() argument
292 const nsString& messageText = PromiseFlatString(aMessageText); in ReauthenticateUserWindows()
422 const nsAString& aMessageText, in BackgroundReauthenticateUser() argument
432 aMessageText, aCaptionText, hwndParent, reauthenticated, isBlankPassword, in BackgroundReauthenticateUser()
483 OSReauthenticator::AsyncReauthenticateUser(const nsAString& aMessageText, in AsyncReauthenticateUser() argument
537 [promiseHandle, aMessageText = nsAutoString(aMessageText), in AsyncReauthenticateUser()
540 BackgroundReauthenticateUser(promiseHandle, aMessageText, aCaptionText, in AsyncReauthenticateUser()
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DOSReauthenticator.cpp220 const nsAString& aMessageText, const nsAString& aCaptionText, in ReauthenticateUserWindows() argument
303 const nsString& messageText = PromiseFlatString(aMessageText); in ReauthenticateUserWindows()
432 const nsAString& aMessageText, in BackgroundReauthenticateUser() argument
442 aMessageText, aCaptionText, hwndParent, reauthenticated, isBlankPassword, in BackgroundReauthenticateUser()
493 OSReauthenticator::AsyncReauthenticateUser(const nsAString& aMessageText, in AsyncReauthenticateUser() argument
547 [promiseHandle, aMessageText = nsAutoString(aMessageText), in AsyncReauthenticateUser()
550 BackgroundReauthenticateUser(promiseHandle, aMessageText, aCaptionText, in AsyncReauthenticateUser()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DOSReauthenticator.cpp220 const nsAString& aMessageText, const nsAString& aCaptionText, in ReauthenticateUserWindows() argument
303 const nsString& messageText = PromiseFlatString(aMessageText); in ReauthenticateUserWindows()
432 const nsAString& aMessageText, in BackgroundReauthenticateUser() argument
442 aMessageText, aCaptionText, hwndParent, reauthenticated, isBlankPassword, in BackgroundReauthenticateUser()
493 OSReauthenticator::AsyncReauthenticateUser(const nsAString& aMessageText, in AsyncReauthenticateUser() argument
547 [promiseHandle, aMessageText = nsAutoString(aMessageText), in AsyncReauthenticateUser()
550 BackgroundReauthenticateUser(promiseHandle, aMessageText, aCaptionText, in AsyncReauthenticateUser()
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DOSReauthenticator.cpp220 const nsAString& aMessageText, const nsAString& aCaptionText, in ReauthenticateUserWindows() argument
303 const nsString& messageText = PromiseFlatString(aMessageText); in ReauthenticateUserWindows()
432 const nsAString& aMessageText, in BackgroundReauthenticateUser() argument
442 aMessageText, aCaptionText, hwndParent, reauthenticated, isBlankPassword, in BackgroundReauthenticateUser()
493 OSReauthenticator::AsyncReauthenticateUser(const nsAString& aMessageText, in AsyncReauthenticateUser() argument
547 [promiseHandle, aMessageText = nsAutoString(aMessageText), in AsyncReauthenticateUser()
550 BackgroundReauthenticateUser(promiseHandle, aMessageText, aCaptionText, in AsyncReauthenticateUser()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewling.cxx679 OUString aMessageText; in ExecSpellPopup() local
681 aMessageText = aGrammarCheckRes.aErrors[ nErrorInResult ].aShortComment; in ExecSpellPopup()
685 (aSuggestions.hasElements() || !aMessageText.isEmpty()); in ExecSpellPopup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewling.cxx687 OUString aMessageText; in ExecSpellPopup() local
689 aMessageText = aGrammarCheckRes.aErrors[ nErrorInResult ].aShortComment; in ExecSpellPopup()
693 (aSuggestions.hasElements() || !aMessageText.isEmpty()); in ExecSpellPopup()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgDBFolder.h121 void compressQuotesInMsgSnippet(const nsString& aMessageText,
H A DnsMsgDBFolder.cpp5135 const nsAString& aMessageText, nsAString& aOutText) { in ConvertMsgSnippetToPlainText() argument
5141 return utils->ConvertToPlainText(aMessageText, flags, 80, aOutText); in ConvertMsgSnippetToPlainText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/lingu/
H A Dolmenu.cxx435 OUString aMessageText( rResult.aErrors[ nErrorInResult ].aShortComment ); in SwSpellPopup() local
437 …m_xPopupMenu->InsertItem(MN_SHORT_COMMENT, aMessageText, MenuItemBits::NOSELECT, OString(), nPos++… in SwSpellPopup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/lingu/
H A Dolmenu.cxx461 OUString aMessageText( rResult.aErrors[ nErrorInResult ].aShortComment ); in SwSpellPopup() local
463 …m_xPopupMenu->InsertItem(MN_SHORT_COMMENT, aMessageText, MenuItemBits::NOSELECT, OString(), nPos++… in SwSpellPopup()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/public/
H A DnsIMsgFolder.idl794 AString convertMsgSnippetToPlainText(in AString aMessageText);