Home
last modified time | relevance | path

Searched refs:bundleService (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgPrompts.cpp19 nsCOMPtr<nsIStringBundleService> bundleService = in nsMsgGetMessageByName() local
21 NS_ENSURE_TRUE(bundleService, NS_ERROR_UNEXPECTED); in nsMsgGetMessageByName()
24 rv = bundleService->CreateBundle( in nsMsgGetMessageByName()
36 nsCOMPtr<nsIStringBundleService> bundleService = in nsMsgBuildMessageByName() local
38 NS_ENSURE_TRUE(bundleService, NS_ERROR_UNEXPECTED); in nsMsgBuildMessageByName()
41 rv = bundleService->CreateBundle( in nsMsgBuildMessageByName()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DnsBeckyStringBundle.cpp24 nsCOMPtr<nsIStringBundleService> bundleService = in GetStringBundle() local
26 if (NS_SUCCEEDED(rv) && bundleService) in GetStringBundle()
27 rv = bundleService->CreateBundle(BECKY_MESSAGES_URL, in GetStringBundle()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DApplicationAccessible.cpp38 nsCOMPtr<nsIStringBundleService> bundleService = in Name() local
41 NS_ASSERTION(bundleService, "String bundle service must be present!"); in Name()
42 if (!bundleService) return eNameOK; in Name()
45 nsresult rv = bundleService->CreateBundle( in Name()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DApplicationAccessible.cpp38 nsCOMPtr<nsIStringBundleService> bundleService = in Name() local
41 NS_ASSERTION(bundleService, "String bundle service must be present!"); in Name()
42 if (!bundleService) return eNameOK; in Name()
45 nsresult rv = bundleService->CreateBundle( in Name()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DApplicationAccessible.cpp39 nsCOMPtr<nsIStringBundleService> bundleService = in Name() local
42 NS_ASSERTION(bundleService, "String bundle service must be present!"); in Name()
43 if (!bundleService) return eNameOK; in Name()
46 nsresult rv = bundleService->CreateBundle( in Name()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5PlainTextUtils.cpp26 nsCOMPtr<nsIStringBundleService> bundleService = in NewLinkAttributes() local
28 NS_ASSERTION(NS_SUCCEEDED(rv) && bundleService, in NewLinkAttributes()
31 rv = bundleService->CreateBundle("chrome://global/locale/browser.properties", in NewLinkAttributes()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5PlainTextUtils.cpp26 nsCOMPtr<nsIStringBundleService> bundleService = do_GetService(NS_STRINGBUNDLE_CONTRACTID, &rv); in NewLinkAttributes() local
27 NS_ASSERTION(NS_SUCCEEDED(rv) && bundleService, "The bundle service could not be loaded"); in NewLinkAttributes()
29 rv = bundleService->CreateBundle("chrome://global/locale/browser.properties", in NewLinkAttributes()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DApplicationAccessible.cpp36 nsCOMPtr<nsIStringBundleService> bundleService = in Name() local
39 NS_ASSERTION(bundleService, "String bundle service must be present!"); in Name()
40 if (!bundleService) return eNameOK; in Name()
43 nsresult rv = bundleService->CreateBundle( in Name()
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DApplicationAccessible.cpp39 nsCOMPtr<nsIStringBundleService> bundleService = in Name() local
42 NS_ASSERTION(bundleService, "String bundle service must be present!"); in Name()
43 if (!bundleService) return eNameOK; in Name()
46 nsresult rv = bundleService->CreateBundle( in Name()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DApplicationAccessible.cpp43 nsCOMPtr<nsIStringBundleService> bundleService = in NS_IMPL_ISUPPORTS_INHERITED0() local
46 NS_ASSERTION(bundleService, "String bundle service must be present!"); in NS_IMPL_ISUPPORTS_INHERITED0()
47 if (!bundleService) in NS_IMPL_ISUPPORTS_INHERITED0()
51 nsresult rv = bundleService->CreateBundle("chrome://branding/locale/brand.properties", in NS_IMPL_ISUPPORTS_INHERITED0()
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DNSSErrorsService.cpp39 nsCOMPtr<nsIStringBundleService> bundleService( in Init() local
41 if (NS_FAILED(rv) || !bundleService) return NS_ERROR_FAILURE; in Init()
43 bundleService->CreateBundle(PIPNSS_STRBUNDLE_URL, in Init()
47 bundleService->CreateBundle(NSSERR_STRBUNDLE_URL, in Init()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DNSSErrorsService.cpp43 nsCOMPtr<nsIStringBundleService> bundleService(do_GetService(NS_STRINGBUNDLE_CONTRACTID, &rv)); in Init() local
44 if (NS_FAILED(rv) || !bundleService) in Init()
47 bundleService->CreateBundle(PIPNSS_STRBUNDLE_URL, in Init()
52 bundleService->CreateBundle(NSSERR_STRBUNDLE_URL, in Init()
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DNSSErrorsService.cpp40 nsCOMPtr<nsIStringBundleService> bundleService( in Init() local
42 if (NS_FAILED(rv) || !bundleService) return NS_ERROR_FAILURE; in Init()
44 bundleService->CreateBundle(PIPNSS_STRBUNDLE_URL, in Init()
48 bundleService->CreateBundle(NSSERR_STRBUNDLE_URL, in Init()
H A DnsNSSCertHelper.cpp37 nsCOMPtr<nsIStringBundleService> bundleService( in GetPIPNSSBundle() local
39 if (!bundleService) { in GetPIPNSSBundle()
42 return bundleService->CreateBundle("chrome://pipnss/locale/pipnss.properties", in GetPIPNSSBundle()
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DNSSErrorsService.cpp40 nsCOMPtr<nsIStringBundleService> bundleService( in Init() local
42 if (NS_FAILED(rv) || !bundleService) return NS_ERROR_FAILURE; in Init()
44 bundleService->CreateBundle(PIPNSS_STRBUNDLE_URL, in Init()
48 bundleService->CreateBundle(NSSERR_STRBUNDLE_URL, in Init()
H A DnsNSSCertHelper.cpp36 nsCOMPtr<nsIStringBundleService> bundleService( in GetPIPNSSBundle() local
38 if (!bundleService) { in GetPIPNSSBundle()
41 return bundleService->CreateBundle("chrome://pipnss/locale/pipnss.properties", in GetPIPNSSBundle()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DNSSErrorsService.cpp40 nsCOMPtr<nsIStringBundleService> bundleService( in Init() local
42 if (NS_FAILED(rv) || !bundleService) return NS_ERROR_FAILURE; in Init()
44 bundleService->CreateBundle(PIPNSS_STRBUNDLE_URL, in Init()
48 bundleService->CreateBundle(NSSERR_STRBUNDLE_URL, in Init()
H A DnsNSSCertHelper.cpp37 nsCOMPtr<nsIStringBundleService> bundleService( in GetPIPNSSBundle() local
39 if (!bundleService) { in GetPIPNSSBundle()
42 return bundleService->CreateBundle("chrome://pipnss/locale/pipnss.properties", in GetPIPNSSBundle()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DNSSErrorsService.cpp40 nsCOMPtr<nsIStringBundleService> bundleService( in Init() local
42 if (NS_FAILED(rv) || !bundleService) return NS_ERROR_FAILURE; in Init()
44 bundleService->CreateBundle(PIPNSS_STRBUNDLE_URL, in Init()
48 bundleService->CreateBundle(NSSERR_STRBUNDLE_URL, in Init()
/dports/www/firefox/firefox-99.0/widget/
H A DWidgetUtils.cpp119 nsCOMPtr<nsIStringBundleService> bundleService = in GetBrandShortName() local
123 if (bundleService) { in GetBrandShortName()
124 bundleService->CreateBundle("chrome://branding/locale/brand.properties", in GetBrandShortName()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DWidgetUtils.cpp134 nsCOMPtr<nsIStringBundleService> bundleService = in GetBrandShortName() local
138 if (bundleService) { in GetBrandShortName()
139 bundleService->CreateBundle("chrome://branding/locale/brand.properties", in GetBrandShortName()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DWidgetUtils.cpp134 nsCOMPtr<nsIStringBundleService> bundleService = in GetBrandShortName() local
138 if (bundleService) { in GetBrandShortName()
139 bundleService->CreateBundle("chrome://branding/locale/brand.properties", in GetBrandShortName()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DWidgetUtils.cpp135 nsCOMPtr<nsIStringBundleService> bundleService = in GetBrandShortName() local
139 if (bundleService) { in GetBrandShortName()
140 bundleService->CreateBundle("chrome://branding/locale/brand.properties", in GetBrandShortName()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DWidgetUtils.cpp135 nsCOMPtr<nsIStringBundleService> bundleService = in GetBrandShortName() local
139 if (bundleService) { in GetBrandShortName()
140 bundleService->CreateBundle("chrome://branding/locale/brand.properties", in GetBrandShortName()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/mdn/
H A DnsMsgMdnGenerator.cpp102 nsCOMPtr<nsIStringBundleService> bundleService = in FormatStringFromName() local
104 NS_ENSURE_TRUE(bundleService, NS_ERROR_UNEXPECTED); in FormatStringFromName()
108 bundleService->CreateBundle(MDN_STRINGBUNDLE_URL, getter_AddRefs(bundle)); in FormatStringFromName()
121 nsCOMPtr<nsIStringBundleService> bundleService = in GetStringFromName() local
123 NS_ENSURE_TRUE(bundleService, NS_ERROR_UNEXPECTED); in GetStringFromName()
127 bundleService->CreateBundle(MDN_STRINGBUNDLE_URL, getter_AddRefs(bundle)); in GetStringFromName()
976 nsCOMPtr<nsIStringBundleService> bundleService = in OnStopRunningUrl() local
978 NS_ENSURE_TRUE(bundleService, NS_ERROR_UNEXPECTED); in OnStopRunningUrl()
980 rv = bundleService->CreateBundle( in OnStopRunningUrl()

1234567