Home
last modified time | relevance | path

Searched refs:aRequestMode (Results 1 – 24 of 24) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/dns/
H A DnsHostResolver.cpp150 nsIRequest::TRRMode aRequestMode);
1474 nsIRequest::TRRMode aRequestMode) { in EffectiveTRRMode() argument
1487 return aRequestMode; in EffectiveTRRMode()
1491 aRequestMode == nsIRequest::TRR_DISABLED_MODE || in EffectiveTRRMode()
1492 (aRequestMode == nsIRequest::TRR_DEFAULT_MODE && in EffectiveTRRMode()
1497 if (aRequestMode == nsIRequest::TRR_DEFAULT_MODE && in EffectiveTRRMode()
1502 if (aRequestMode == nsIRequest::TRR_DEFAULT_MODE && in EffectiveTRRMode()
1507 return aRequestMode; in EffectiveTRRMode()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DTRRService.cpp242 bool TRRService::Enabled(nsIRequest::TRRMode aRequestMode) { in Enabled() argument
244 aRequestMode == nsIRequest::TRR_DISABLED_MODE) { in Enabled()
251 aRequestMode == nsIRequest::TRR_ONLY_MODE) { in Enabled()
258 if (aRequestMode == nsIRequest::TRR_FIRST_MODE && in Enabled()
H A DTRRService.h42 bool Enabled(nsIRequest::TRRMode aRequestMode = nsIRequest::TRR_DEFAULT_MODE);
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DTRRService.cpp207 bool TRRService::Enabled(nsIRequest::TRRMode aRequestMode) { in Enabled() argument
209 aRequestMode == nsIRequest::TRR_DISABLED_MODE) { in Enabled()
216 aRequestMode == nsIRequest::TRR_ONLY_MODE) { in Enabled()
223 if (aRequestMode == nsIRequest::TRR_FIRST_MODE && in Enabled()
H A DTRRService.h45 bool Enabled(nsIRequest::TRRMode aRequestMode = nsIRequest::TRR_DEFAULT_MODE);
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DTRRService.cpp242 bool TRRService::Enabled(nsIRequest::TRRMode aRequestMode) { in Enabled() argument
244 aRequestMode == nsIRequest::TRR_DISABLED_MODE) { in Enabled()
251 aRequestMode == nsIRequest::TRR_ONLY_MODE) { in Enabled()
258 if (aRequestMode == nsIRequest::TRR_FIRST_MODE && in Enabled()
H A DTRRService.h42 bool Enabled(nsIRequest::TRRMode aRequestMode = nsIRequest::TRR_DEFAULT_MODE);
/dports/lang/spidermonkey60/firefox-60.9.0/widget/android/
H A DGeckoEditableSupport.h229 void OnImeRequestCursorUpdates(int aRequestMode);
H A DGeckoEditableSupport.cpp1219 void GeckoEditableSupport::OnImeRequestCursorUpdates(int aRequestMode) { in OnImeRequestCursorUpdates() argument
1220 if (aRequestMode == EditableClient::ONE_SHOT) { in OnImeRequestCursorUpdates()
1225 mIMEMonitorCursor = (aRequestMode == EditableClient::START_MONITOR); in OnImeRequestCursorUpdates()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DGeckoEditableSupport.h243 void OnImeRequestCursorUpdates(int aRequestMode);
H A DGeckoEditableSupport.cpp1132 void GeckoEditableSupport::OnImeRequestCursorUpdates(int aRequestMode) { in OnImeRequestCursorUpdates() argument
1133 if (aRequestMode == EditableClient::ONE_SHOT) { in OnImeRequestCursorUpdates()
1138 mIMEMonitorCursor = (aRequestMode == EditableClient::START_MONITOR); in OnImeRequestCursorUpdates()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/android/
H A DGeckoEditableSupport.h258 void OnImeRequestCursorUpdates(int aRequestMode);
H A DGeckoEditableSupport.cpp1152 void GeckoEditableSupport::OnImeRequestCursorUpdates(int aRequestMode) { in OnImeRequestCursorUpdates() argument
1155 if (aRequestMode == EditableClient::ONE_SHOT) { in OnImeRequestCursorUpdates()
1160 mIMEMonitorCursor = (aRequestMode == EditableClient::START_MONITOR); in OnImeRequestCursorUpdates()
/dports/www/firefox-esr/firefox-91.8.0/widget/android/
H A DGeckoEditableSupport.h258 void OnImeRequestCursorUpdates(int aRequestMode);
H A DGeckoEditableSupport.cpp1152 void GeckoEditableSupport::OnImeRequestCursorUpdates(int aRequestMode) { in OnImeRequestCursorUpdates() argument
1155 if (aRequestMode == EditableClient::ONE_SHOT) { in OnImeRequestCursorUpdates()
1160 mIMEMonitorCursor = (aRequestMode == EditableClient::START_MONITOR); in OnImeRequestCursorUpdates()
/dports/www/firefox/firefox-99.0/widget/android/
H A DGeckoEditableSupport.h273 void OnImeRequestCursorUpdates(int aRequestMode);
H A DGeckoEditableSupport.cpp1158 void GeckoEditableSupport::OnImeRequestCursorUpdates(int aRequestMode) { in OnImeRequestCursorUpdates() argument
1161 if (aRequestMode == EditableClient::ONE_SHOT) { in OnImeRequestCursorUpdates()
1166 mIMEMonitorCursor = (aRequestMode == EditableClient::START_MONITOR); in OnImeRequestCursorUpdates()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp417 RequestMode aRequestMode, bool aIsClientRequest, in RespondWithHandler() argument
424 mRequestMode(aRequestMode), in RespondWithHandler()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp409 RequestMode aRequestMode, bool aIsClientRequest, in RespondWithHandler() argument
416 mRequestMode(aRequestMode), in RespondWithHandler()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp412 RequestMode aRequestMode, bool aIsClientRequest, in RespondWithHandler() argument
419 mRequestMode(aRequestMode), in RespondWithHandler()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerEvents.cpp283 RequestMode aRequestMode, bool aIsClientRequest, in RespondWithHandler() argument
292 , mRequestMode(aRequestMode) in RespondWithHandler()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp403 RequestMode aRequestMode, bool aIsClientRequest, in RespondWithHandler() argument
410 mRequestMode(aRequestMode), in RespondWithHandler()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp417 RequestMode aRequestMode, bool aIsClientRequest, in RespondWithHandler() argument
424 mRequestMode(aRequestMode), in RespondWithHandler()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/android/
H A DnsWindow.cpp465 void OnImeRequestCursorUpdates(int aRequestMode);
3341 nsWindow::GeckoViewSupport::OnImeRequestCursorUpdates(int aRequestMode) in OnImeRequestCursorUpdates() argument
3343 if (aRequestMode == IME_MONITOR_CURSOR_ONE_SHOT) { in OnImeRequestCursorUpdates()
3348 mIMEMonitorCursor = (aRequestMode == IME_MONITOR_CURSOR_START_MONITOR); in OnImeRequestCursorUpdates()