Home
last modified time | relevance | path

Searched refs:outerChannel (Results 1 – 10 of 10) sorted by last modified time

/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DFetchEventOpChild.cpp353 nsCOMPtr<nsICacheInfoChannel> outerChannel = in StartSynthesizedResponse() local
355 if (outerChannel && in StartSynthesizedResponse()
356 !outerChannel->PreferredAlternativeDataTypes().IsEmpty()) { in StartSynthesizedResponse()
358 outerChannel->PreferredAlternativeDataTypes()[0].type()); in StartSynthesizedResponse()
H A DServiceWorkerEvents.cpp328 nsCOMPtr<nsICacheInfoChannel> outerChannel = in Run() local
330 if (outerChannel && in Run()
331 !outerChannel->PreferredAlternativeDataTypes().IsEmpty()) { in Run()
334 outerChannel->PreferredAlternativeDataTypes()[0].type()); in Run()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp323 nsCOMPtr<nsICacheInfoChannel> outerChannel = in Run() local
325 if (outerChannel && in Run()
326 !outerChannel->PreferredAlternativeDataTypes().IsEmpty()) { in Run()
329 outerChannel->PreferredAlternativeDataTypes()[0].type()); in Run()
H A DFetchEventOpChild.cpp435 nsCOMPtr<nsICacheInfoChannel> outerChannel = in StartSynthesizedResponse() local
437 if (outerChannel && in StartSynthesizedResponse()
438 !outerChannel->PreferredAlternativeDataTypes().IsEmpty()) { in StartSynthesizedResponse()
440 outerChannel->PreferredAlternativeDataTypes()[0].type()); in StartSynthesizedResponse()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp328 nsCOMPtr<nsICacheInfoChannel> outerChannel = in Run() local
330 if (outerChannel && in Run()
331 !outerChannel->PreferredAlternativeDataTypes().IsEmpty()) { in Run()
334 outerChannel->PreferredAlternativeDataTypes()[0].type()); in Run()
H A DFetchEventOpChild.cpp353 nsCOMPtr<nsICacheInfoChannel> outerChannel = in StartSynthesizedResponse() local
355 if (outerChannel && in StartSynthesizedResponse()
356 !outerChannel->PreferredAlternativeDataTypes().IsEmpty()) { in StartSynthesizedResponse()
358 outerChannel->PreferredAlternativeDataTypes()[0].type()); in StartSynthesizedResponse()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DFetchEventOpChild.cpp353 nsCOMPtr<nsICacheInfoChannel> outerChannel = in StartSynthesizedResponse() local
355 if (outerChannel && in StartSynthesizedResponse()
356 !outerChannel->PreferredAlternativeDataTypes().IsEmpty()) { in StartSynthesizedResponse()
358 outerChannel->PreferredAlternativeDataTypes()[0].type()); in StartSynthesizedResponse()
H A DServiceWorkerEvents.cpp320 nsCOMPtr<nsICacheInfoChannel> outerChannel = in Run() local
322 if (outerChannel && in Run()
323 !outerChannel->PreferredAlternativeDataTypes().IsEmpty()) { in Run()
326 outerChannel->PreferredAlternativeDataTypes()[0].type()); in Run()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp314 nsCOMPtr<nsICacheInfoChannel> outerChannel = in Run() local
316 if (outerChannel) { in Run()
317 outerChannel->GetPreferredAlternativeDataType(preferredAltDataType); in Run()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/kernel/
H A Dqeventdispatcher_blackberry.cpp64 outerChannel = bps_channel_get_active(); in BpsChannelScopeSwitcher()
65 if (outerChannel != innerChannel) in BpsChannelScopeSwitcher()
71 if (outerChannel != innerChannel) in ~BpsChannelScopeSwitcher()
72 bps_channel_set_active(outerChannel); in ~BpsChannelScopeSwitcher()
77 int outerChannel; member in BpsChannelScopeSwitcher