Searched defs:createCF (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
H A DAuthenticationCF.cpp82 CFURLAuthChallengeRef createCF(const AuthenticationChallenge& coreChallenge) function in namespace:WebCore
84 CFURLProtectionSpaceRef protectionSpace = createCF(coreChallenge.protectionSpace());
85 CFURLCredentialRef credential = createCF(coreChallenge.proposedCredential());
96 CFURLCredentialRef createCF(const Credential& coreCredential) function in namespace:WebCore
121 CFURLProtectionSpaceRef createCF(const ProtectionSpace& coreSpace) function in namespace:WebCore

Completed in 70 milliseconds