Searched refs:wkResponse (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/mac/
H A DPlatformUtilitiesMac.mm67 WKRetainPtr<WKStringRef> MIMETypeForWKURLResponse(WKURLResponseRef wkResponse)
69 RetainPtr<NSURLResponse> response(AdoptNS, WKURLResponseCopyNSURLResponse(wkResponse));
/external/webkit/Tools/TestWebKitAPI/win/
H A DPlatformUtilitiesWin.cpp106 WKRetainPtr<WKStringRef> MIMETypeForWKURLResponse(WKURLResponseRef wkResponse) argument
109 RetainPtr<CFURLResponseRef> response(AdoptCF, WKURLResponseCopyCFURLResponse(0, wkResponse));

Completed in 46 milliseconds