Searched refs:WKURLResponseCopyCFURLResponse (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/cf/
H A DWKURLResponseCF.h37 WK_EXPORT CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef urlResponse);
H A DWKURLResponseCF.cpp44 CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef urlResponse) function
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DDoNotCopyANullCFURLResponse.cpp38 RetainPtr<CFURLResponseRef> nullCFResponse(AdoptCF, WKURLResponseCopyCFURLResponse(kCFAllocatorDefault, nullWKResponse.get()));
/external/webkit/Tools/TestWebKitAPI/win/
H A DPlatformUtilitiesWin.cpp109 RetainPtr<CFURLResponseRef> response(AdoptCF, WKURLResponseCopyCFURLResponse(0, wkResponse));

Completed in 196 milliseconds