HomeSort by relevance Sort by last modified time
    Searched full:createcf (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/network/cf/
AuthenticationCF.h 42 CFURLAuthChallengeRef createCF(const AuthenticationChallenge&);
43 CFURLCredentialRef createCF(const Credential&);
44 CFURLProtectionSpaceRef createCF(const ProtectionSpace&);
AuthenticationCF.cpp 82 CFURLAuthChallengeRef createCF(const AuthenticationChallenge& coreChallenge)
84 CFURLProtectionSpaceRef protectionSpace = createCF(coreChallenge.protectionSpace());
85 CFURLCredentialRef credential = createCF(coreChallenge.proposedCredential());
96 CFURLCredentialRef createCF(const Credential& coreCredential)
121 CFURLProtectionSpaceRef createCF(const ProtectionSpace& coreSpace)
CredentialStorageCFNet.cpp 41 RetainPtr<CFURLProtectionSpaceRef> protectionSpaceCF(AdoptCF, createCF(protectionSpace));
ResourceHandleCFNet.cpp 549 RetainPtr<CFURLCredentialRef> cfCredential(AdoptCF, createCF(credential));
580 RetainPtr<CFURLCredentialRef> cfCredential(AdoptCF, createCF(webCredential));
589 RetainPtr<CFURLCredentialRef> cfCredential(AdoptCF, createCF(credential));
    [all...]
  /external/webkit/Source/WebCore/platform/network/
ProtectionSpace.cpp 96 RetainPtr<CFURLProtectionSpaceRef> cfSpace(AdoptCF, createCF(*this));
  /external/webkit/Source/WebKit/win/
WebDownloadCFNet.cpp 343 RetainPtr<CFURLCredentialRef> cfCredential(AdoptCF, createCF(webCredential->credential()));
387 RetainPtr<CFURLCredentialRef> cfCredential(AdoptCF, createCF(credential));
  /external/webkit/Source/WebCore/
ChangeLog-2007-10-14     [all...]

Completed in 573 milliseconds