Home
last modified time | relevance | path

Searched defs:nsHttpAtom (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttp.h141 struct nsHttpAtom { struct
142 nsHttpAtom() : _val(nullptr){}; in nsHttpAtom() argument
143 explicit nsHttpAtom(const char* val) : _val(val) {} in nsHttpAtom() argument
150 void operator=(const nsHttpAtom& a) { _val = a._val; } argument
166 nsHttpAtom ResolveAtom(const char*); argument
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsHttp.h280 struct nsHttpAtom { struct
294 void operator=(const nsHttpAtom& a) { _val = a._val; } argument
298 explicit nsHttpAtom(const nsACString& val) : _val(val) {} in nsHttpAtom() function
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsHttp.h280 struct nsHttpAtom { struct
294 void operator=(const nsHttpAtom& a) { _val = a._val; } argument
298 explicit nsHttpAtom(const nsACString& val) : _val(val) {} in nsHttpAtom() argument
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttp.h294 struct nsHttpAtom { struct
308 void operator=(const nsHttpAtom& a) { _val = a._val; } argument
312 explicit nsHttpAtom(const nsACString& val) : _val(val) {} in nsHttpAtom() function
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttp.h123 struct nsHttpAtom { struct
128 void operator=(const nsHttpAtom &a) { _val = a._val; } argument
144 nsHttpAtom ResolveAtom(const char *); argument
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsHttp.h115 struct nsHttpAtom struct
121 void operator=(const nsHttpAtom &a) { _val = a._val; } argument
138 static nsHttpAtom ResolveAtom(const char *); argument