Home
last modified time | relevance | path

Searched refs:nsIAuthInformation (Results 1 – 25 of 86) sorted by relevance

1234

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/windowwatcher/
H A DnsPromptUtils.h23 inline void NS_SetAuthInfo(nsIAuthInformation* aAuthInfo, const nsString& aUser, in NS_SetAuthInfo()
27 if (flags & nsIAuthInformation::NEED_DOMAIN) { in NS_SetAuthInfo()
56 nsIAuthInformation* aAuthInfo, in NS_GetAuthHostPort()
68 if (flags & nsIAuthInformation::AUTH_PROXY) { in NS_GetAuthHostPort()
108 inline void NS_GetAuthKey(nsIChannel* aChannel, nsIAuthInformation* aAuthInfo, in NS_GetAuthKey()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/windowwatcher/
H A DnsPromptUtils.h23 inline void NS_SetAuthInfo(nsIAuthInformation* aAuthInfo, const nsString& aUser, in NS_SetAuthInfo()
27 if (flags & nsIAuthInformation::NEED_DOMAIN) { in NS_SetAuthInfo()
56 nsIAuthInformation* aAuthInfo, in NS_GetAuthHostPort()
68 if (flags & nsIAuthInformation::AUTH_PROXY) { in NS_GetAuthHostPort()
108 inline void NS_GetAuthKey(nsIChannel* aChannel, nsIAuthInformation* aAuthInfo, in NS_GetAuthKey()
/dports/www/firefox/firefox-99.0/toolkit/components/windowwatcher/
H A DnsPromptUtils.h23 inline void NS_SetAuthInfo(nsIAuthInformation* aAuthInfo, const nsString& aUser, in NS_SetAuthInfo()
27 if (flags & nsIAuthInformation::NEED_DOMAIN) { in NS_SetAuthInfo()
56 nsIAuthInformation* aAuthInfo, in NS_GetAuthHostPort()
68 if (flags & nsIAuthInformation::AUTH_PROXY) { in NS_GetAuthHostPort()
108 inline void NS_GetAuthKey(nsIChannel* aChannel, nsIAuthInformation* aAuthInfo, in NS_GetAuthKey()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/windowwatcher/
H A DnsPromptUtils.h23 inline void NS_SetAuthInfo(nsIAuthInformation* aAuthInfo, const nsString& aUser, in NS_SetAuthInfo()
27 if (flags & nsIAuthInformation::NEED_DOMAIN) { in NS_SetAuthInfo()
56 nsIAuthInformation* aAuthInfo, in NS_GetAuthHostPort()
68 if (flags & nsIAuthInformation::AUTH_PROXY) { in NS_GetAuthHostPort()
108 inline void NS_GetAuthKey(nsIChannel* aChannel, nsIAuthInformation* aAuthInfo, in NS_GetAuthKey()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/windowwatcher/
H A DnsPromptUtils.h23 inline void NS_SetAuthInfo(nsIAuthInformation* aAuthInfo, const nsString& aUser, in NS_SetAuthInfo()
27 if (flags & nsIAuthInformation::NEED_DOMAIN) { in NS_SetAuthInfo()
56 nsIAuthInformation* aAuthInfo, in NS_GetAuthHostPort()
68 if (flags & nsIAuthInformation::AUTH_PROXY) { in NS_GetAuthHostPort()
108 inline void NS_GetAuthKey(nsIChannel* aChannel, nsIAuthInformation* aAuthInfo, in NS_GetAuthKey()
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/windowwatcher/
H A DnsPromptUtils.h24 NS_SetAuthInfo(nsIAuthInformation* aAuthInfo, const nsString& aUser, in NS_SetAuthInfo()
29 if (flags & nsIAuthInformation::NEED_DOMAIN) { in NS_SetAuthInfo()
58 NS_GetAuthHostPort(nsIChannel* aChannel, nsIAuthInformation* aAuthInfo, in NS_GetAuthHostPort()
70 if (flags & nsIAuthInformation::AUTH_PROXY) { in NS_GetAuthHostPort()
111 NS_GetAuthKey(nsIChannel* aChannel, nsIAuthInformation* aAuthInfo, in NS_GetAuthKey()
H A DnsIPromptService2.idl7 interface nsIAuthInformation;
32 in nsIAuthInformation authInfo,
41 in nsIAuthInformation authInfo,
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsIAuthPromptCallback.idl7 interface nsIAuthInformation;
30 in nsIAuthInformation aAuthInfo);
H A DnsIAuthPrompt2.idl10 interface nsIAuthInformation;
66 in nsIAuthInformation authInfo);
103 in nsIAuthInformation authInfo);
H A DnsAuthInformationHolder.h11 class nsAuthInformationHolder : public nsIAuthInformation {
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsIAuthPromptCallback.idl7 interface nsIAuthInformation;
30 in nsIAuthInformation aAuthInfo);
H A DnsIAuthPrompt2.idl10 interface nsIAuthInformation;
66 in nsIAuthInformation authInfo);
103 in nsIAuthInformation authInfo);
H A DnsAuthInformationHolder.h11 class nsAuthInformationHolder : public nsIAuthInformation {
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsIAuthPromptCallback.idl7 interface nsIAuthInformation;
30 in nsIAuthInformation aAuthInfo);
H A DnsIAuthPrompt2.idl10 interface nsIAuthInformation;
65 in nsIAuthInformation authInfo);
102 in nsIAuthInformation authInfo);
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsIAuthPromptCallback.idl7 interface nsIAuthInformation;
30 in nsIAuthInformation aAuthInfo);
H A DnsIAuthPrompt2.idl10 interface nsIAuthInformation;
65 in nsIAuthInformation authInfo);
102 in nsIAuthInformation authInfo);
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsIAuthPromptCallback.idl7 interface nsIAuthInformation;
30 in nsIAuthInformation aAuthInfo);
H A DnsIAuthPrompt2.idl10 interface nsIAuthInformation;
66 in nsIAuthInformation authInfo);
103 in nsIAuthInformation authInfo);
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsIAuthPromptCallback.idl7 interface nsIAuthInformation;
30 in nsIAuthInformation aAuthInfo);
H A DnsIAuthPrompt2.idl10 interface nsIAuthInformation;
65 in nsIAuthInformation authInfo);
102 in nsIAuthInformation authInfo);
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/components/geckoview/
H A DGeckoViewPrompt.jsm640 flags: aUsername ? 0 : Ci.nsIAuthInformation.ONLY_PASSWORD,
690 aAuthInfo.flags & Ci.nsIAuthInformation.NEED_DOMAIN &&
703 aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD
726 if (aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD) {
731 if (aAuthInfo.flags & Ci.nsIAuthInformation.NEED_DOMAIN) {
776 const isProxy = aAuthInfo.flags & Ci.nsIAuthInformation.AUTH_PROXY;
777 const isPassOnly = aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD;
779 aAuthInfo.flags & Ci.nsIAuthInformation.CROSS_ORIGIN_SUB_RESOURCE;
831 if (aAuthInfo.flags & Ci.nsIAuthInformation.AUTH_PROXY) {
/dports/www/firefox/firefox-99.0/mobile/android/components/geckoview/
H A DGeckoViewPrompt.jsm651 flags: aUsername ? 0 : Ci.nsIAuthInformation.ONLY_PASSWORD,
696 aAuthInfo.flags & Ci.nsIAuthInformation.NEED_DOMAIN &&
709 aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD
729 if (aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD) {
734 if (aAuthInfo.flags & Ci.nsIAuthInformation.NEED_DOMAIN) {
768 const isProxy = aAuthInfo.flags & Ci.nsIAuthInformation.AUTH_PROXY;
769 const isPassOnly = aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD;
771 aAuthInfo.flags & Ci.nsIAuthInformation.CROSS_ORIGIN_SUB_RESOURCE;
823 if (aAuthInfo.flags & Ci.nsIAuthInformation.AUTH_PROXY) {
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/components/geckoview/
H A DGeckoViewPrompt.jsm640 flags: aUsername ? 0 : Ci.nsIAuthInformation.ONLY_PASSWORD,
690 aAuthInfo.flags & Ci.nsIAuthInformation.NEED_DOMAIN &&
703 aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD
726 if (aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD) {
731 if (aAuthInfo.flags & Ci.nsIAuthInformation.NEED_DOMAIN) {
776 const isProxy = aAuthInfo.flags & Ci.nsIAuthInformation.AUTH_PROXY;
777 const isPassOnly = aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD;
779 aAuthInfo.flags & Ci.nsIAuthInformation.CROSS_ORIGIN_SUB_RESOURCE;
831 if (aAuthInfo.flags & Ci.nsIAuthInformation.AUTH_PROXY) {
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/components/geckoview/
H A DGeckoViewPrompt.jsm643 flags: aUsername ? 0 : Ci.nsIAuthInformation.ONLY_PASSWORD,
693 aAuthInfo.flags & Ci.nsIAuthInformation.NEED_DOMAIN &&
706 aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD
729 if (aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD) {
734 if (aAuthInfo.flags & Ci.nsIAuthInformation.NEED_DOMAIN) {
806 const isProxy = aAuthInfo.flags & Ci.nsIAuthInformation.AUTH_PROXY;
807 const isPassOnly = aAuthInfo.flags & Ci.nsIAuthInformation.ONLY_PASSWORD;
809 aAuthInfo.flags & Ci.nsIAuthInformation.CROSS_ORIGIN_SUB_RESOURCE;
861 if (aAuthInfo.flags & Ci.nsIAuthInformation.AUTH_PROXY) {

1234