HomeSort by relevance Sort by last modified time
    Searched full:platformresponse (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebURLResponse.h 34 typedef NSURLResponse* PlatformResponse;
36 typedef CFURLResponseRef PlatformResponse;
38 typedef void* PlatformResponse;
52 static PassRefPtr<WebURLResponse> create(PlatformResponse platformResponse)
54 return adoptRef(new WebURLResponse(platformResponse));
57 PlatformResponse platformResponse() const;
62 explicit WebURLResponse(PlatformResponse);
  /external/webkit/Source/WebKit2/Shared/mac/
WebURLResponseMac.mm 31 WebURLResponse::WebURLResponse(PlatformResponse platformResponse)
32 : m_response(platformResponse)
36 PlatformResponse WebURLResponse::platformResponse() const
  /external/webkit/Source/WebKit2/Shared/win/
WebURLResponseWin.cpp 31 WebURLResponse::WebURLResponse(PlatformResponse platformResponse)
32 : m_response(platformResponse)
36 PlatformResponse WebURLResponse::platformResponse() const
  /external/webkit/Source/WebKit2/Shared/qt/
WebURLResponseQt.cpp 31 WebURLResponse::WebURLResponse(PlatformResponse)
36 PlatformResponse WebURLResponse::platformResponse() const
  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKURLResponseCF.cpp 49 PlatformResponse platformURLResponse = toImpl(urlResponse)->platformResponse();
53 return CFURLResponseCreateCopy(alloc, toImpl(urlResponse)->platformResponse());
  /external/webkit/Source/WebKit2/Shared/API/c/mac/
WKURLResponseNS.mm 43 return [toImpl(urlResponse)->platformResponse() copy];
  /external/webkit/Source/WebCore/
ChangeLog-2006-05-10 570 * platform/TransferJobClient.h: Make PlatformData, PlatformResponse an opaque struct.
575 * platform/win/TransferJobWin.h: Added. Windows version of PlatformData/PlatformResponse.
    [all...]
ChangeLog-2006-12-31     [all...]

Completed in 2870 milliseconds