Searched refs:PlatformResponse (Results 1 – 7 of 7) sorted by relevance
34 typedef NSURLResponse* PlatformResponse; typedef36 typedef CFURLResponseRef PlatformResponse; typedef38 typedef void* PlatformResponse; typedef52 static PassRefPtr<WebURLResponse> create(PlatformResponse platformResponse) in create()57 PlatformResponse platformResponse() const;62 explicit WebURLResponse(PlatformResponse);
31 WebURLResponse::WebURLResponse(PlatformResponse) in WebURLResponse() argument36 PlatformResponse WebURLResponse::platformResponse() const in platformResponse()
31 WebURLResponse::WebURLResponse(PlatformResponse platformResponse) in WebURLResponse()36 PlatformResponse WebURLResponse::platformResponse() const in platformResponse()
31 WebURLResponse::WebURLResponse(PlatformResponse platformResponse)36 PlatformResponse WebURLResponse::platformResponse() const
49 PlatformResponse platformURLResponse = toImpl(urlResponse)->platformResponse(); in WKURLResponseCopyCFURLResponse()
6889 General cleanup, get rid of PlatformResponse (we have ResourceResponse now)8354 Get rid of PlatformResponse, the platform specific response object is stored inside of 16855 the PlatformResponse (ideally we'd phase out use of this).22282 Changed PlatformResponse handling for Qt. Don't just store22526 use PlatformResponse/PlatformData rather than NSURLResponse/
570 * platform/TransferJobClient.h: Make PlatformData, PlatformResponse an opaque struct.575 * platform/win/TransferJobWin.h: Added. Windows version of PlatformData/PlatformResponse.