Home | History | Annotate | Download | only in webkit

Lines Matching refs:proxyProperties

54 import android.net.ProxyProperties;
1572 ProxyProperties proxyProperties = (ProxyProperties)intent.getExtra(Proxy.EXTRA_PROXY_INFO);
1573 if (proxyProperties == null || proxyProperties.getHost() == null) {
1577 WebViewCore.sendStaticMessage(EventHub.PROXY_CHANGED, proxyProperties);