HomeSort by relevance Sort by last modified time
    Searched defs:proxyType (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebKit/win/
WebURLProtectionSpace.cpp 181 /* [in] */ BSTR proxyType,
191 if (BString(proxyType) == webURLProtectionSpaceHTTPProxyBString)
193 else if (BString(proxyType) == webURLProtectionSpaceHTTPSProxyBString)
195 else if (BString(proxyType) == webURLProtectionSpaceFTPProxyBString)
197 else if (BString(proxyType) == webURLProtectionSpaceSOCKSProxyBString)
245 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::proxyType(
  /external/webkit/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 205 CFTypeRef proxyType = CFDictionaryGetValue(proxyInfo, kCFProxyTypeKey);
206 if (proxyType && CFGetTypeID(proxyType) == CFStringGetTypeID()) {
207 if (CFEqual(proxyType, kCFProxyTypeAutoConfigurationURL)) {
220 CFTypeRef proxyType = CFDictionaryGetValue(proxyInfo, kCFProxyTypeKey);
221 if (proxyType && CFGetTypeID(proxyType) == CFStringGetTypeID()) {
222 if (CFEqual(proxyType, kCFProxyTypeSOCKS)) {
227 if (CFEqual(proxyType, kCFProxyTypeHTTPS)) {
  /external/webkit/WebCore/inspector/front-end/
utilities.js 29 Object.proxyType = function(objectProxy)
753 if (typeof substitution == "object" && Object.proxyType(substitution) === "number")
761 if (typeof substitution == "object" && Object.proxyType(substitution) === "number")
771 if (typeof substitution == "object" && Object.proxyType(substitution) !== "null")
  /frameworks/base/tools/aidl/
generate_java.cpp 174 string proxyType = interfaceType->QualifiedName();
175 proxyType += ".Stub.Proxy";
176 NewExpression* ne = new NewExpression(NAMES.Find(proxyType));
  /external/libxml2/
nanoftp.c 150 static int proxyType = 0; /* uses TYPE or a@b ? */
287 proxyType = type;
1081 switch (proxyType) {
1102 proxyType = 1;
1105 if (proxyType == 1) {
1133 proxyType = 2;
1155 proxyType = 2;
1158 if (proxyType == 2) {
    [all...]

Completed in 245 milliseconds