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

  /external/webkit/Source/WebCore/platform/network/cf/
AuthenticationCF.h 34 typedef struct _CFURLProtectionSpace* CFURLProtectionSpaceRef;
44 CFURLProtectionSpaceRef createCF(const ProtectionSpace&);
47 ProtectionSpace core(CFURLProtectionSpaceRef);
CredentialStorageCFNet.cpp 41 RetainPtr<CFURLProtectionSpaceRef> protectionSpaceCF(AdoptCF, createCF(protectionSpace));
AuthenticationCF.cpp 84 CFURLProtectionSpaceRef protectionSpace = createCF(coreChallenge.protectionSpace());
121 CFURLProtectionSpaceRef createCF(const ProtectionSpace& coreSpace)
179 CFURLProtectionSpaceRef result = CFURLProtectionSpaceCreate(0, host, coreSpace.port(), serverType, realm, scheme);
208 ProtectionSpace core(CFURLProtectionSpaceRef cfSpace)
  /external/webkit/Source/WebCore/platform/network/
ProtectionSpace.cpp 96 RetainPtr<CFURLProtectionSpaceRef> cfSpace(AdoptCF, createCF(*this));
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 57 typedef struct _CFURLProtectionSpace* CFURLProtectionSpaceRef;
116 WKCFURLCredentialRef wkCopyCredentialFromCFPersistentStorage(CFURLProtectionSpaceRef protectionSpace);

Completed in 26 milliseconds