Home
last modified time | relevance | path

Searched refs:newLoadGroup (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/image/
H A DSVGDocumentWrapper.cpp278 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
280 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
281 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
297 "external-resource", chan, newLoadGroup, nsLiteralCString(IMAGE_SVG_XML), in SetupViewer()
327 newLoadGroup.forget(aLoadGroup); in SetupViewer()
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DSVGDocumentWrapper.cpp274 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
276 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
277 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
293 "external-resource", chan, newLoadGroup, in SetupViewer()
324 newLoadGroup.forget(aLoadGroup); in SetupViewer()
/dports/www/firefox/firefox-99.0/image/
H A DSVGDocumentWrapper.cpp278 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
280 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
281 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
297 "external-resource", chan, newLoadGroup, nsLiteralCString(IMAGE_SVG_XML), in SetupViewer()
327 newLoadGroup.forget(aLoadGroup); in SetupViewer()
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DSVGDocumentWrapper.cpp278 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
280 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
281 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
297 "external-resource", chan, newLoadGroup, nsLiteralCString(IMAGE_SVG_XML), in SetupViewer()
327 newLoadGroup.forget(aLoadGroup); in SetupViewer()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DSVGDocumentWrapper.cpp326 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
328 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
329 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
345 newLoadGroup, in SetupViewer()
377 newLoadGroup.forget(aLoadGroup); in SetupViewer()
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DSVGDocumentWrapper.cpp285 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
287 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
288 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
304 "external-resource", chan, newLoadGroup, in SetupViewer()
335 newLoadGroup.forget(aLoadGroup); in SetupViewer()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DImportManager.cpp610 nsCOMPtr<nsILoadGroup> newLoadGroup = do_CreateInstance(NS_LOADGROUP_CONTRACTID); in OnStartRequest() local
611 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in OnStartRequest()
612 newLoadGroup->SetLoadGroup(loadGroup); in OnStartRequest()
613 rv = mDocument->StartDocumentLoad("import", channel, newLoadGroup, in OnStartRequest()
H A DnsDocument.cpp979 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
981 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
982 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
989 newLoadGroup->SetNotificationCallbacks(newCallbacks); in SetupViewer()
1005 rv = docLoaderFactory->CreateInstance("external-resource", chan, newLoadGroup, in SetupViewer()
1027 newLoadGroup.forget(aLoadGroup); in SetupViewer()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsDocument.cpp985 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
987 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
988 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
995 newLoadGroup->SetNotificationCallbacks(newCallbacks); in SetupViewer()
1012 "external-resource", chan, newLoadGroup, type, nullptr, nullptr, in SetupViewer()
1032 newLoadGroup.forget(aLoadGroup); in SetupViewer()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocument.cpp1022 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
1024 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
1025 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
1032 newLoadGroup->SetNotificationCallbacks(newCallbacks); in SetupViewer()
1049 "external-resource", chan, newLoadGroup, type, nullptr, nullptr, in SetupViewer()
1069 newLoadGroup.forget(aLoadGroup); in SetupViewer()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocument.cpp955 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
957 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
958 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
965 newLoadGroup->SetNotificationCallbacks(newCallbacks); in SetupViewer()
982 "external-resource", chan, newLoadGroup, type, nullptr, nullptr, in SetupViewer()
1002 newLoadGroup.forget(aLoadGroup); in SetupViewer()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocument.cpp1042 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
1044 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
1045 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
1052 newLoadGroup->SetNotificationCallbacks(newCallbacks); in SetupViewer()
1069 "external-resource", chan, newLoadGroup, type, nullptr, nullptr, in SetupViewer()
1089 newLoadGroup.forget(aLoadGroup); in SetupViewer()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocument.cpp1022 nsCOMPtr<nsILoadGroup> newLoadGroup = in SetupViewer() local
1024 NS_ENSURE_TRUE(newLoadGroup, NS_ERROR_OUT_OF_MEMORY); in SetupViewer()
1025 newLoadGroup->SetLoadGroup(loadGroup); in SetupViewer()
1032 newLoadGroup->SetNotificationCallbacks(newCallbacks); in SetupViewer()
1049 "external-resource", chan, newLoadGroup, type, nullptr, nullptr, in SetupViewer()
1069 newLoadGroup.forget(aLoadGroup); in SetupViewer()