HomeSort by relevance Sort by last modified time
    Searched refs:PlatformResponse (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit2/Shared/qt/
WebURLResponseQt.cpp 31 WebURLResponse::WebURLResponse(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/mac/
WebURLResponseMac.mm 31 WebURLResponse::WebURLResponse(PlatformResponse platformResponse)
32 : m_response(platformResponse)
36 PlatformResponse WebURLResponse::platformResponse() const
  /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/API/c/cf/
WKURLResponseCF.cpp 49 PlatformResponse platformURLResponse = toImpl(urlResponse)->platformResponse();
53 return CFURLResponseCreateCopy(alloc, toImpl(urlResponse)->platformResponse());

Completed in 105 milliseconds