Searched defs:platformResponse (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Shared/qt/
H A DWebURLResponseQt.cpp36 PlatformResponse WebURLResponse::platformResponse() const function in class:WebKit::WebURLResponse
/external/webkit/Source/WebKit2/Shared/win/
H A DWebURLResponseWin.cpp31 WebURLResponse::WebURLResponse(PlatformResponse platformResponse) argument
32 : m_response(platformResponse)
36 PlatformResponse WebURLResponse::platformResponse() const function in class:WebKit::WebURLResponse
/external/webkit/Source/WebKit2/Shared/
H A DWebURLResponse.h52 static PassRefPtr<WebURLResponse> create(PlatformResponse platformResponse) argument
54 return adoptRef(new WebURLResponse(platformResponse));
57 PlatformResponse platformResponse() const;

Completed in 145 milliseconds