Home
last modified time | relevance | path

Searched refs:HttpChannelParent (Results 1 – 25 of 73) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttpChannelParent.cpp51 HttpChannelParent::HttpChannelParent(const PBrowserOrId& iframeEmbedding, in HttpChannelParent() function in mozilla::net::HttpChannelParent
90 HttpChannelParent::~HttpChannelParent() in ~HttpChannelParent()
150 NS_IMPL_ADDREF(HttpChannelParent)
151 NS_IMPL_RELEASE(HttpChannelParent)
658 HttpChannelParent::RecvSuspend() in RecvSuspend()
669 HttpChannelParent::RecvResume() in RecvResume()
844 HttpChannelParent* mParent;
934 HttpChannelParent* mParent;
993 HttpChannelParent* mParent;
1014 HttpChannelParent::DivertComplete() in DivertComplete()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp64 HttpChannelParent::HttpChannelParent(const PBrowserOrId& iframeEmbedding, in HttpChannelParent() function in mozilla::net::HttpChannelParent
101 HttpChannelParent::~HttpChannelParent() { in ~HttpChannelParent()
262 NS_IMPL_ADDREF(HttpChannelParent)
263 NS_IMPL_RELEASE(HttpChannelParent)
264 NS_INTERFACE_MAP_BEGIN(HttpChannelParent)
415 bool HttpChannelParent::DoAsyncOpen( in DoAsyncOpen()
741 RefPtr<HttpChannelParent> self = this; in DoAsyncOpen()
1105 HttpChannelParent* mParent;
1183 HttpChannelParent* mParent;
1233 HttpChannelParent* mParent;
[all …]
H A DnsIBackgroundChannelRegistrar.idl13 class HttpChannelParent;
18 [ptr] native HttpChannelParent(mozilla::net::HttpChannelParent);
22 * Registrar for pairing HttpChannelParent and HttpBackgroundChannelParent via
23 * channel Id. HttpChannelParent::OnBackgroundParentReady and
33 * associated with the same channel Id is found. Store the HttpChannelParent
40 in HttpChannelParent aChannel);
44 * callbacks will be invoked immediately when the HttpChannelParent associated
55 * Delete previous stored HttpChannelParent or HttpBackgroundChannelParent
H A DBackgroundChannelRegistrar.h17 class HttpChannelParent; variable
20 typedef nsRefPtrHashtable<nsUint64HashKey, HttpChannelParent>
38 void NotifyChannelLinked(HttpChannelParent* aChannelParent,
H A DHttpBackgroundChannelParent.h22 class HttpChannelParent; variable
36 void LinkToChannel(HttpChannelParent* aChannelParent);
91 RefPtr<HttpChannelParent> mChannelParent;
H A DBackgroundChannelRegistrar.cpp32 HttpChannelParent* aChannelParent, HttpBackgroundChannelParent* aBgParent) { in NotifyChannelLinked()
50 HttpChannelParent* aChannel) { in LinkHttpChannel()
71 RefPtr<HttpChannelParent> parent; in LinkBackgroundChannel()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp66 HttpChannelParent::HttpChannelParent(dom::BrowserParent* iframeEmbedding, in HttpChannelParent() function in mozilla::net::HttpChannelParent
104 HttpChannelParent::~HttpChannelParent() { in ~HttpChannelParent()
268 NS_IMPL_ADDREF(HttpChannelParent)
269 NS_IMPL_RELEASE(HttpChannelParent) in NS_IMPL_RELEASE() argument
270 NS_INTERFACE_MAP_BEGIN(HttpChannelParent) in NS_IMPL_RELEASE()
370 bool HttpChannelParent::DoAsyncOpen( in DoAsyncOpen()
651 RefPtr<HttpChannelParent> self = this; in DoAsyncOpen()
1094 HttpChannelParent* mParent;
1172 HttpChannelParent* mParent;
1222 HttpChannelParent* mParent;
[all …]
H A DnsIBackgroundChannelRegistrar.idl13 class HttpChannelParent;
18 [ptr] native HttpChannelParent(mozilla::net::HttpChannelParent);
22 * Registrar for pairing HttpChannelParent and HttpBackgroundChannelParent via
23 * channel Id. HttpChannelParent::OnBackgroundParentReady and
33 * associated with the same channel Id is found. Store the HttpChannelParent
40 in HttpChannelParent aChannel);
44 * callbacks will be invoked immediately when the HttpChannelParent associated
55 * Delete previous stored HttpChannelParent or HttpBackgroundChannelParent
H A DBackgroundChannelRegistrar.h18 class HttpChannelParent; variable
21 typedef nsRefPtrHashtable<nsUint64HashKey, HttpChannelParent>
44 void NotifyChannelLinked(HttpChannelParent* aChannelParent,
H A DHttpBackgroundChannelParent.h22 class HttpChannelParent; variable
36 void LinkToChannel(HttpChannelParent* aChannelParent);
75 RefPtr<HttpChannelParent> mChannelParent;
H A DBackgroundChannelRegistrar.cpp51 HttpChannelParent* aChannelParent, HttpBackgroundChannelParent* aBgParent) { in NotifyChannelLinked()
69 HttpChannelParent* aChannel) { in LinkHttpChannel()
90 RefPtr<HttpChannelParent> parent; in LinkBackgroundChannel()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp66 HttpChannelParent::HttpChannelParent(dom::BrowserParent* iframeEmbedding, in HttpChannelParent() function in mozilla::net::HttpChannelParent
99 HttpChannelParent::~HttpChannelParent() { in ~HttpChannelParent()
260 NS_IMPL_ADDREF(HttpChannelParent)
261 NS_IMPL_RELEASE(HttpChannelParent) in NS_IMPL_RELEASE() argument
262 NS_INTERFACE_MAP_BEGIN(HttpChannelParent) in NS_IMPL_RELEASE()
355 bool HttpChannelParent::DoAsyncOpen( in DoAsyncOpen()
571 RefPtr<HttpChannelParent> self = this; in DoAsyncOpen()
661 RefPtr<HttpChannelParent> self = this; in ConnectChannel()
876 HttpChannelParent::ContinueVerification( in ContinueVerification()
1634 HttpChannelParent::Delete() { in Delete()
[all …]
H A DnsIBackgroundChannelRegistrar.idl13 class HttpChannelParent;
18 [ptr] native HttpChannelParent(mozilla::net::HttpChannelParent);
22 * Registrar for pairing HttpChannelParent and HttpBackgroundChannelParent via
23 * channel Id. HttpChannelParent::OnBackgroundParentReady and
33 * associated with the same channel Id is found. Store the HttpChannelParent
40 in HttpChannelParent aChannel);
44 * callbacks will be invoked immediately when the HttpChannelParent associated
55 * Delete previous stored HttpChannelParent or HttpBackgroundChannelParent
H A DBackgroundChannelRegistrar.h18 class HttpChannelParent; variable
22 nsRefPtrHashtable<nsUint64HashKey, HttpChannelParent>;
44 void NotifyChannelLinked(HttpChannelParent* aChannelParent,
H A DBackgroundChannelRegistrar.cpp51 HttpChannelParent* aChannelParent, HttpBackgroundChannelParent* aBgParent) { in NotifyChannelLinked()
69 HttpChannelParent* aChannel) { in LinkHttpChannel()
90 RefPtr<HttpChannelParent> parent; in LinkBackgroundChannel()
H A DHttpBackgroundChannelParent.h22 class HttpChannelParent; variable
36 void LinkToChannel(HttpChannelParent* aChannelParent);
115 RefPtr<HttpChannelParent> mChannelParent;
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp66 HttpChannelParent::HttpChannelParent(dom::BrowserParent* iframeEmbedding, in HttpChannelParent() function in mozilla::net::HttpChannelParent
99 HttpChannelParent::~HttpChannelParent() { in ~HttpChannelParent()
260 NS_IMPL_ADDREF(HttpChannelParent)
261 NS_IMPL_RELEASE(HttpChannelParent) in NS_IMPL_RELEASE() argument
262 NS_INTERFACE_MAP_BEGIN(HttpChannelParent) in NS_IMPL_RELEASE()
355 bool HttpChannelParent::DoAsyncOpen( in DoAsyncOpen()
571 RefPtr<HttpChannelParent> self = this; in DoAsyncOpen()
661 RefPtr<HttpChannelParent> self = this; in ConnectChannel()
876 HttpChannelParent::ContinueVerification( in ContinueVerification()
1634 HttpChannelParent::Delete() { in Delete()
[all …]
H A DnsIBackgroundChannelRegistrar.idl13 class HttpChannelParent;
18 [ptr] native HttpChannelParent(mozilla::net::HttpChannelParent);
22 * Registrar for pairing HttpChannelParent and HttpBackgroundChannelParent via
23 * channel Id. HttpChannelParent::OnBackgroundParentReady and
33 * associated with the same channel Id is found. Store the HttpChannelParent
40 in HttpChannelParent aChannel);
44 * callbacks will be invoked immediately when the HttpChannelParent associated
55 * Delete previous stored HttpChannelParent or HttpBackgroundChannelParent
H A DBackgroundChannelRegistrar.h18 class HttpChannelParent; variable
22 nsRefPtrHashtable<nsUint64HashKey, HttpChannelParent>;
44 void NotifyChannelLinked(HttpChannelParent* aChannelParent,
H A DBackgroundChannelRegistrar.cpp51 HttpChannelParent* aChannelParent, HttpBackgroundChannelParent* aBgParent) { in NotifyChannelLinked()
69 HttpChannelParent* aChannel) { in LinkHttpChannel()
90 RefPtr<HttpChannelParent> parent; in LinkBackgroundChannel()
H A DHttpBackgroundChannelParent.h22 class HttpChannelParent; variable
36 void LinkToChannel(HttpChannelParent* aChannelParent);
115 RefPtr<HttpChannelParent> mChannelParent;
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp68 HttpChannelParent::HttpChannelParent(dom::BrowserParent* iframeEmbedding, in HttpChannelParent() function in mozilla::net::HttpChannelParent
101 HttpChannelParent::~HttpChannelParent() { in ~HttpChannelParent()
263 NS_IMPL_ADDREF(HttpChannelParent)
264 NS_IMPL_RELEASE(HttpChannelParent) in NS_IMPL_RELEASE() argument
265 NS_INTERFACE_MAP_BEGIN(HttpChannelParent) in NS_IMPL_RELEASE()
357 bool HttpChannelParent::DoAsyncOpen( in DoAsyncOpen()
574 RefPtr<HttpChannelParent> self = this; in DoAsyncOpen()
664 RefPtr<HttpChannelParent> self = this; in ConnectChannel()
879 HttpChannelParent::ContinueVerification( in ContinueVerification()
1633 HttpChannelParent::Delete() { in Delete()
[all …]
H A DnsIBackgroundChannelRegistrar.idl13 class HttpChannelParent;
18 [ptr] native HttpChannelParent(mozilla::net::HttpChannelParent);
22 * Registrar for pairing HttpChannelParent and HttpBackgroundChannelParent via
23 * channel Id. HttpChannelParent::OnBackgroundParentReady and
33 * associated with the same channel Id is found. Store the HttpChannelParent
40 in HttpChannelParent aChannel);
44 * callbacks will be invoked immediately when the HttpChannelParent associated
55 * Delete previous stored HttpChannelParent or HttpBackgroundChannelParent
H A DBackgroundChannelRegistrar.h18 class HttpChannelParent; variable
22 nsRefPtrHashtable<nsUint64HashKey, HttpChannelParent>;
44 void NotifyChannelLinked(HttpChannelParent* aChannelParent,
H A DBackgroundChannelRegistrar.cpp51 HttpChannelParent* aChannelParent, HttpBackgroundChannelParent* aBgParent) { in NotifyChannelLinked()
69 HttpChannelParent* aChannel) { in LinkHttpChannel()
90 RefPtr<HttpChannelParent> parent; in LinkBackgroundChannel()

123