Home
last modified time | relevance | path

Searched defs:proxySettings (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
DProxyServerCFNet.cpp41 RetainPtr<CFDictionaryRef> proxySettings(AdoptCF, CFNetworkCopySystemProxySettings()); in addProxyServersForURL() local
DDNSCFNet.cpp79 RetainPtr<CFDictionaryRef> proxySettings(AdoptCF, CFNetworkCopySystemProxySettings()); in proxyIsEnabledInSystemPreferences() local
/external/chromium/chrome/browser/resources/net_internals/
Dproxyview.js50 ProxyView.prototype.onProxySettingsChanged = function(proxySettings) { argument
Dmain.js440 BrowserBridge.prototype.receivedProxySettings = function(proxySettings) { argument