Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/network/cf/
DSocketStreamHandleCFNet.cpp611 RetainPtr<CFStringRef> descriptionCF(AdoptCF, CFErrorCopyDescription(error)); in reportErrorToClient() local
612 description = String(descriptionCF.get()); in reportErrorToClient()