Home
last modified time | relevance | path

Searched refs:aResponseCode (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/system/gonk/
H A DVolumeCommand.h71 int aResponseCode, in HandleResponse() argument
74 mResponseCode = aResponseCode; in HandleResponse()
171 void HandleResponse(int aResponseCode, nsACString& aResponseStr) in HandleResponse() argument
174 mCallback->HandleResponse(this, aResponseCode, aResponseStr); in HandleResponse()
H A DVolumeManager.h153 void HandleBroadcast(int aResponseCode, nsCString& aResponseLine);
H A DVolume.cpp522 Volume::HandleVoldResponse(int aResponseCode, nsCWhitespaceTokenizer& aTokenizer) in HandleVoldResponse() argument
529 switch (aResponseCode) { in HandleVoldResponse()
H A DVolumeManager.cpp487 VolumeManager::HandleBroadcast(int aResponseCode, nsCString& aResponseLine) in HandleBroadcast() argument
502 vol->HandleVoldResponse(aResponseCode, tokenizer); in HandleBroadcast()
H A DVolume.h127 void HandleVoldResponse(int aResponseCode, nsCWhitespaceTokenizer& aTokenizer);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/ipc/
H A DPluginHangUIParent.cpp38 nsPluginHangUITelemetry(int aResponseCode, int aDontAskCode, in nsPluginHangUITelemetry() argument
41 mResponseCode(aResponseCode), in nsPluginHangUITelemetry()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/ipc/
H A DPluginHangUIParent.cpp39 nsPluginHangUITelemetry(int aResponseCode, int aDontAskCode, in nsPluginHangUITelemetry() argument
41 : mResponseCode(aResponseCode), in nsPluginHangUITelemetry()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/ipc/
H A DPluginHangUIParent.cpp38 nsPluginHangUITelemetry(int aResponseCode, int aDontAskCode, in nsPluginHangUITelemetry() argument
41 mResponseCode(aResponseCode), in nsPluginHangUITelemetry()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsAHttpTransaction.h217 virtual void OnProxyConnectComplete(int32_t aResponseCode) {} in OnProxyConnectComplete() argument
H A DTRRServiceChannel.cpp1353 int32_t* aResponseCode) { in GetHttpProxyConnectResponseCode() argument
1354 NS_ENSURE_ARG_POINTER(aResponseCode); in GetHttpProxyConnectResponseCode()
1356 *aResponseCode = -1; in GetHttpProxyConnectResponseCode()
H A DnsHttpTransaction.h156 void OnProxyConnectComplete(int32_t aResponseCode) override;
H A DnsHttpTransaction.cpp2946 void nsHttpTransaction::OnProxyConnectComplete(int32_t aResponseCode) { in OnProxyConnectComplete() argument
2951 aResponseCode)); in OnProxyConnectComplete()
2953 mProxyConnectResponseCode = aResponseCode; in OnProxyConnectComplete()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsAHttpTransaction.h217 virtual void OnProxyConnectComplete(int32_t aResponseCode) {} in OnProxyConnectComplete() argument
H A DTRRServiceChannel.cpp1337 int32_t* aResponseCode) { in GetHttpProxyConnectResponseCode() argument
1338 NS_ENSURE_ARG_POINTER(aResponseCode); in GetHttpProxyConnectResponseCode()
1340 *aResponseCode = -1; in GetHttpProxyConnectResponseCode()
H A DnsHttpTransaction.h159 void OnProxyConnectComplete(int32_t aResponseCode) override;
H A DnsHttpTransaction.cpp3015 void nsHttpTransaction::OnProxyConnectComplete(int32_t aResponseCode) { in OnProxyConnectComplete() argument
3020 aResponseCode)); in OnProxyConnectComplete()
3022 mProxyConnectResponseCode = aResponseCode; in OnProxyConnectComplete()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsAHttpTransaction.h217 virtual void OnProxyConnectComplete(int32_t aResponseCode) {} in OnProxyConnectComplete() argument
H A DTRRServiceChannel.cpp1353 int32_t* aResponseCode) { in GetHttpProxyConnectResponseCode() argument
1354 NS_ENSURE_ARG_POINTER(aResponseCode); in GetHttpProxyConnectResponseCode()
1356 *aResponseCode = -1; in GetHttpProxyConnectResponseCode()
H A DnsHttpTransaction.h156 void OnProxyConnectComplete(int32_t aResponseCode) override;
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/ftp/
H A DnsFTPChannel.cpp84 int32_t* aResponseCode) { in GetHttpProxyConnectResponseCode() argument
H A DFTPChannelChild.cpp115 int32_t* aResponseCode) { in GetHttpProxyConnectResponseCode() argument
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsAHttpTransaction.h222 virtual void OnProxyConnectComplete(int32_t aResponseCode) {} in OnProxyConnectComplete() argument
H A DnsHttpTransaction.h139 void OnProxyConnectComplete(int32_t aResponseCode) override;
H A DTRRServiceChannel.cpp1349 int32_t* aResponseCode) { in GetHttpProxyConnectResponseCode() argument
1350 NS_ENSURE_ARG_POINTER(aResponseCode); in GetHttpProxyConnectResponseCode()
1352 *aResponseCode = -1; in GetHttpProxyConnectResponseCode()
H A DnsHttpTransaction.cpp2580 void nsHttpTransaction::OnProxyConnectComplete(int32_t aResponseCode) { in OnProxyConnectComplete() argument
2585 aResponseCode)); in OnProxyConnectComplete()
2587 mProxyConnectResponseCode = aResponseCode; in OnProxyConnectComplete()

12