Home
last modified time | relevance | path

Searched refs:wrappedCallbacks (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox/firefox-99.0/toolkit/components/filewatcher/
H A DNativeFileWatcherWin.cpp1308 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in AddPath() local
1319 wrappedCallbacks.get()), in AddPath()
1326 Unused << wrappedCallbacks.release(); in AddPath()
1382 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in RemovePath() local
1393 wrappedCallbacks.get()), in RemovePath()
1400 Unused << wrappedCallbacks.release(); in RemovePath()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/filewatcher/
H A DNativeFileWatcherWin.cpp1308 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in AddPath() local
1319 wrappedCallbacks.get()), in AddPath()
1326 Unused << wrappedCallbacks.release(); in AddPath()
1382 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in RemovePath() local
1393 wrappedCallbacks.get()), in RemovePath()
1400 Unused << wrappedCallbacks.release(); in RemovePath()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/filewatcher/
H A DNativeFileWatcherWin.cpp1308 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in AddPath() local
1319 wrappedCallbacks.get()), in AddPath()
1326 Unused << wrappedCallbacks.release(); in AddPath()
1382 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in RemovePath() local
1393 wrappedCallbacks.get()), in RemovePath()
1400 Unused << wrappedCallbacks.release(); in RemovePath()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/filewatcher/
H A DNativeFileWatcherWin.cpp1314 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in AddPath() local
1325 wrappedCallbacks.get()), in AddPath()
1332 Unused << wrappedCallbacks.release(); in AddPath()
1388 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in RemovePath() local
1399 wrappedCallbacks.get()), in RemovePath()
1406 Unused << wrappedCallbacks.release(); in RemovePath()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/filewatcher/
H A DNativeFileWatcherWin.cpp1315 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in AddPath() local
1328 wrappedCallbacks.get()), in AddPath()
1335 wrappedCallbacks.release(); in AddPath()
1385 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in RemovePath() local
1398 wrappedCallbacks.get()), in RemovePath()
1405 wrappedCallbacks.release(); in RemovePath()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/filewatcher/
H A DNativeFileWatcherWin.cpp1316 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in AddPath() local
1327 wrappedCallbacks.get()), in AddPath()
1334 Unused << wrappedCallbacks.release(); in AddPath()
1390 UniquePtr<PathRunnablesParametersWrapper> wrappedCallbacks( in RemovePath() local
1401 wrappedCallbacks.get()), in RemovePath()
1408 Unused << wrappedCallbacks.release(); in RemovePath()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsHttpConnectionMgr.cpp431 nsCOMPtr<nsIInterfaceRequestor> wrappedCallbacks;
433 getter_AddRefs(wrappedCallbacks));
439 : new SpeculativeTransaction(ci, wrappedCallbacks, caps);
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpConnectionMgr.cpp458 nsCOMPtr<nsIInterfaceRequestor> wrappedCallbacks; in SpeculativeConnect() local
460 getter_AddRefs(wrappedCallbacks)); in SpeculativeConnect()
466 : new SpeculativeTransaction(ci, wrappedCallbacks, caps); in SpeculativeConnect()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsHttpConnectionMgr.cpp431 nsCOMPtr<nsIInterfaceRequestor> wrappedCallbacks; in SpeculativeConnect() local
433 getter_AddRefs(wrappedCallbacks)); in SpeculativeConnect()
439 : new SpeculativeTransaction(ci, wrappedCallbacks, caps); in SpeculativeConnect()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsHttpConnectionMgr.cpp436 nsCOMPtr<nsIInterfaceRequestor> wrappedCallbacks; in SpeculativeConnect() local
437 NS_NewInterfaceRequestorAggregation(callbacks, nullptr, getter_AddRefs(wrappedCallbacks)); in SpeculativeConnect()
442 nullTransaction ? nullTransaction : new NullHttpTransaction(ci, wrappedCallbacks, caps); in SpeculativeConnect()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpConnectionMgr.cpp479 nsCOMPtr<nsIInterfaceRequestor> wrappedCallbacks; in SpeculativeConnect() local
481 getter_AddRefs(wrappedCallbacks)); in SpeculativeConnect()
487 : new NullHttpTransaction(ci, wrappedCallbacks, caps); in SpeculativeConnect()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpConnectionMgr.cpp520 nsCOMPtr<nsIInterfaceRequestor> wrappedCallbacks; in SpeculativeConnect() local
522 getter_AddRefs(wrappedCallbacks)); in SpeculativeConnect()
528 : new NullHttpTransaction(ci, wrappedCallbacks, caps); in SpeculativeConnect()