Home
last modified time | relevance | path

Searched refs:EnumerateCategory (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsStyleSheetService.cpp117 catMan->EnumerateCategory("agent-style-sheets", getter_AddRefs(sheets)); in Init()
120 catMan->EnumerateCategory("user-style-sheets", getter_AddRefs(sheets)); in Init()
123 catMan->EnumerateCategory("author-style-sheets", getter_AddRefs(sheets)); in Init()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsStyleSheetService.cpp117 catMan->EnumerateCategory("agent-style-sheets", getter_AddRefs(sheets)); in Init()
120 catMan->EnumerateCategory("user-style-sheets", getter_AddRefs(sheets)); in Init()
123 catMan->EnumerateCategory("author-style-sheets", getter_AddRefs(sheets)); in Init()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsStyleSheetService.cpp117 catMan->EnumerateCategory("agent-style-sheets", getter_AddRefs(sheets)); in Init()
120 catMan->EnumerateCategory("user-style-sheets", getter_AddRefs(sheets)); in Init()
123 catMan->EnumerateCategory("author-style-sheets", getter_AddRefs(sheets)); in Init()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsStyleSheetService.cpp121 catMan->EnumerateCategory("agent-style-sheets", getter_AddRefs(sheets)); in Init()
124 catMan->EnumerateCategory("user-style-sheets", getter_AddRefs(sheets)); in Init()
127 catMan->EnumerateCategory("author-style-sheets", getter_AddRefs(sheets)); in Init()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsStyleSheetService.cpp117 catMan->EnumerateCategory("agent-style-sheets", getter_AddRefs(sheets)); in Init()
120 catMan->EnumerateCategory("user-style-sheets", getter_AddRefs(sheets)); in Init()
123 catMan->EnumerateCategory("author-style-sheets", getter_AddRefs(sheets)); in Init()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsStyleSheetService.cpp119 catMan->EnumerateCategory("agent-style-sheets", getter_AddRefs(sheets)); in Init()
122 catMan->EnumerateCategory("user-style-sheets", getter_AddRefs(sheets)); in Init()
125 catMan->EnumerateCategory("author-style-sheets", getter_AddRefs(sheets)); in Init()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DnsAppStartupNotifier.cpp27 rv = categoryManager->EnumerateCategory(category, getter_AddRefs(enumerator)); in NotifyObservers()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DnsAppStartupNotifier.cpp31 rv = categoryManager->EnumerateCategory(category, getter_AddRefs(enumerator)); in NotifyObservers()
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DnsAppStartupNotifier.cpp31 rv = categoryManager->EnumerateCategory(category, getter_AddRefs(enumerator)); in NotifyObservers()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DnsAppStartupNotifier.cpp31 rv = categoryManager->EnumerateCategory(category, getter_AddRefs(enumerator)); in NotifyObservers()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/components/
H A DnsICategoryManager.idl132 EnumerateCategory(const char (&aCategory)[N], nsISimpleEnumerator** aResult)
134 return EnumerateCategory(nsLiteralCString(aCategory), aResult);
H A DnsCategoryCache.cpp35 catMan->EnumerateCategory(aCategory, getter_AddRefs(enumerator)); in nsCategoryObserver()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/components/
H A DnsICategoryManager.idl132 EnumerateCategory(const char (&aCategory)[N], nsISimpleEnumerator** aResult)
134 return EnumerateCategory(nsLiteralCString(aCategory), aResult);
H A DnsCategoryCache.cpp35 catMan->EnumerateCategory(aCategory, getter_AddRefs(enumerator)); in nsCategoryObserver()
/dports/www/firefox/firefox-99.0/xpcom/components/
H A DnsICategoryManager.idl132 EnumerateCategory(const char (&aCategory)[N], nsISimpleEnumerator** aResult)
134 return EnumerateCategory(nsLiteralCString(aCategory), aResult);
H A DnsCategoryCache.cpp35 catMan->EnumerateCategory(aCategory, getter_AddRefs(enumerator)); in nsCategoryObserver()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/components/
H A DnsICategoryManager.idl132 EnumerateCategory(const char (&aCategory)[N], nsISimpleEnumerator** aResult)
134 return EnumerateCategory(nsLiteralCString(aCategory), aResult);
H A DnsCategoryCache.cpp35 catMan->EnumerateCategory(aCategory, getter_AddRefs(enumerator)); in nsCategoryObserver()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DnsAppStartupNotifier.cpp33 rv = categoryManager->EnumerateCategory(aTopic, getter_AddRefs(enumerator)); in Observe()
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/appstartup/
H A DnsAppStartupNotifier.cpp37 rv = categoryManager->EnumerateCategory(aTopic, in Observe()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsCategoryCache.cpp28 nsresult rv = catMan->EnumerateCategory(aCategory, in nsCategoryObserver()
/dports/www/firefox/firefox-99.0/intl/l10n/rust/l10nregistry-ffi/src/
H A Dxpcom_utils.rs114 getter_addrefs(|p| unsafe { category_manager.EnumerateCategory(category, p) }).ok()?; in get_category_entries()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGDocument.cpp102 catMan->EnumerateCategory("agent-style-sheets", getter_AddRefs(sheets)); in EnsureNonSVGUserAgentStyleSheetsLoaded()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGDocument.cpp113 catMan->EnumerateCategory("agent-style-sheets", getter_AddRefs(sheets)); in EnsureNonSVGUserAgentStyleSheetsLoaded()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/components/
H A DnsCategoryCache.cpp31 catMan->EnumerateCategory(aCategory, getter_AddRefs(enumerator)); in nsCategoryObserver()

123