Home
last modified time | relevance | path

Searched refs:httpsProxyHost (Results 1 – 3 of 3) sorted by relevance

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/config/
H A DJConfigFirewallTab.java27 private JTextField httpsProxyHost, httpsProxyPort; field in JConfigFirewallTab
72 if(httpsProxyHost.isEnabled()) { in anyEvent()
73 holdHTTPSProxyHost = httpsProxyHost.getText(); in anyEvent()
228 httpsProxyHost.setText(getConfigValue(proxyHttps, "proxy.https.host", holdHTTPSProxyHost)); in setAllHTTPSText()
233 httpsProxyHost.setEnabled(httpsP); in setAllHTTPSStatus()
378 httpsProxyHost = new JTextField(); in buildHTTPSProxyPanel()
381 …adjustField(httpsProxyHost, "Host name or IP address of HTTPS proxy server", firewallTextFieldList… in buildHTTPSProxyPanel()
390 proxyPanel.add(makeLine(new JLabel("HTTPS Host: "), httpsProxyHost)); in buildHTTPSProxyPanel()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/signaling/src/peerconnection/
H A DPeerConnectionMedia.cpp78 nsCString httpsProxyHost; in SetProxyOnPcm() local
81 rv = proxyinfo.GetHost(httpsProxyHost); in SetProxyOnPcm()
101 httpsProxyHost.get(), static_cast<uint16_t>(httpsProxyPort), in SetProxyOnPcm()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/src/peerconnection/
H A DPeerConnectionMedia.cpp233 nsCString httpsProxyHost; in internal_pack()
236 rv = proxyinfo.GetHost(httpsProxyHost); in internal_pack()
256 new NrIceProxyServer(httpsProxyHost.get(), in internal_pack()