/dports/www/firefox-esr/firefox-91.8.0/layout/base/ |
H A D | nsStyleSheetService.cpp | 117 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 D | nsStyleSheetService.cpp | 117 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 D | nsStyleSheetService.cpp | 117 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 D | nsStyleSheetService.cpp | 121 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 D | nsStyleSheetService.cpp | 117 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 D | nsStyleSheetService.cpp | 119 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 D | nsAppStartupNotifier.cpp | 27 rv = categoryManager->EnumerateCategory(category, getter_AddRefs(enumerator)); in NotifyObservers()
|
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/ |
H A D | nsAppStartupNotifier.cpp | 31 rv = categoryManager->EnumerateCategory(category, getter_AddRefs(enumerator)); in NotifyObservers()
|
/dports/www/firefox/firefox-99.0/toolkit/xre/ |
H A D | nsAppStartupNotifier.cpp | 31 rv = categoryManager->EnumerateCategory(category, getter_AddRefs(enumerator)); in NotifyObservers()
|
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/ |
H A D | nsAppStartupNotifier.cpp | 31 rv = categoryManager->EnumerateCategory(category, getter_AddRefs(enumerator)); in NotifyObservers()
|
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/components/ |
H A D | nsICategoryManager.idl | 132 EnumerateCategory(const char (&aCategory)[N], nsISimpleEnumerator** aResult) 134 return EnumerateCategory(nsLiteralCString(aCategory), aResult);
|
H A D | nsCategoryCache.cpp | 35 catMan->EnumerateCategory(aCategory, getter_AddRefs(enumerator)); in nsCategoryObserver()
|
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/components/ |
H A D | nsICategoryManager.idl | 132 EnumerateCategory(const char (&aCategory)[N], nsISimpleEnumerator** aResult) 134 return EnumerateCategory(nsLiteralCString(aCategory), aResult);
|
H A D | nsCategoryCache.cpp | 35 catMan->EnumerateCategory(aCategory, getter_AddRefs(enumerator)); in nsCategoryObserver()
|
/dports/www/firefox/firefox-99.0/xpcom/components/ |
H A D | nsICategoryManager.idl | 132 EnumerateCategory(const char (&aCategory)[N], nsISimpleEnumerator** aResult) 134 return EnumerateCategory(nsLiteralCString(aCategory), aResult);
|
H A D | nsCategoryCache.cpp | 35 catMan->EnumerateCategory(aCategory, getter_AddRefs(enumerator)); in nsCategoryObserver()
|
/dports/www/firefox-esr/firefox-91.8.0/xpcom/components/ |
H A D | nsICategoryManager.idl | 132 EnumerateCategory(const char (&aCategory)[N], nsISimpleEnumerator** aResult) 134 return EnumerateCategory(nsLiteralCString(aCategory), aResult);
|
H A D | nsCategoryCache.cpp | 35 catMan->EnumerateCategory(aCategory, getter_AddRefs(enumerator)); in nsCategoryObserver()
|
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/ |
H A D | nsAppStartupNotifier.cpp | 33 rv = categoryManager->EnumerateCategory(aTopic, getter_AddRefs(enumerator)); in Observe()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/appstartup/ |
H A D | nsAppStartupNotifier.cpp | 37 rv = categoryManager->EnumerateCategory(aTopic, in Observe()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/ |
H A D | nsCategoryCache.cpp | 28 nsresult rv = catMan->EnumerateCategory(aCategory, in nsCategoryObserver()
|
/dports/www/firefox/firefox-99.0/intl/l10n/rust/l10nregistry-ffi/src/ |
H A D | xpcom_utils.rs | 114 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 D | SVGDocument.cpp | 102 catMan->EnumerateCategory("agent-style-sheets", getter_AddRefs(sheets)); in EnsureNonSVGUserAgentStyleSheetsLoaded()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/ |
H A D | SVGDocument.cpp | 113 catMan->EnumerateCategory("agent-style-sheets", getter_AddRefs(sheets)); in EnsureNonSVGUserAgentStyleSheetsLoaded()
|
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/components/ |
H A D | nsCategoryCache.cpp | 31 catMan->EnumerateCategory(aCategory, getter_AddRefs(enumerator)); in nsCategoryObserver()
|