Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/
DWebURLResponse.h34 typedef NSURLResponse* PlatformResponse; typedef
36 typedef CFURLResponseRef PlatformResponse; typedef
38 typedef void* PlatformResponse; typedef
52 static PassRefPtr<WebURLResponse> create(PlatformResponse platformResponse) in create()
57 PlatformResponse platformResponse() const;
62 explicit WebURLResponse(PlatformResponse);
/external/webkit/Source/WebKit2/Shared/qt/
DWebURLResponseQt.cpp31 WebURLResponse::WebURLResponse(PlatformResponse) in WebURLResponse() argument
36 PlatformResponse WebURLResponse::platformResponse() const in platformResponse()
/external/webkit/Source/WebKit2/Shared/win/
DWebURLResponseWin.cpp31 WebURLResponse::WebURLResponse(PlatformResponse platformResponse) in WebURLResponse()
36 PlatformResponse WebURLResponse::platformResponse() const in platformResponse()
/external/webkit/Source/WebKit2/Shared/mac/
DWebURLResponseMac.mm31 WebURLResponse::WebURLResponse(PlatformResponse platformResponse)
36 PlatformResponse WebURLResponse::platformResponse() const
/external/webkit/Source/WebKit2/Shared/API/c/cf/
DWKURLResponseCF.cpp49 PlatformResponse platformURLResponse = toImpl(urlResponse)->platformResponse(); in WKURLResponseCopyCFURLResponse()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-316889 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 store
22526 use PlatformResponse/PlatformData rather than NSURLResponse/
DChangeLog-2006-05-10570 * platform/TransferJobClient.h: Make PlatformData, PlatformResponse an opaque struct.
575 * platform/win/TransferJobWin.h: Added. Windows version of PlatformData/PlatformResponse.