Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/network/cf/
DDNSCFNet.cpp93 CFIndex httpsProxyCount = CFArrayGetCount(httpsProxyArray.get()); in proxyIsEnabledInSystemPreferences() local
96 …if (httpsProxyCount == 1 && CFEqual(CFDictionaryGetValue(static_cast<CFDictionaryRef>(CFArrayGetVa… in proxyIsEnabledInSystemPreferences()
97 httpsProxyCount = 0; in proxyIsEnabledInSystemPreferences()
99 return httpProxyCount || httpsProxyCount; in proxyIsEnabledInSystemPreferences()