/external/chromium_org/third_party/WebKit/Source/platform/network/ |
HTTPRequest.h | 45 class PLATFORM_EXPORT HTTPRequest : public RefCounted<HTTPRequest> { 47 static PassRefPtr<HTTPRequest> create() { return adoptRef(new HTTPRequest()); } 48 static PassRefPtr<HTTPRequest> create(const String& requestMethod, const KURL& url, HTTPVersion version) { return adoptRef(new HTTPRequest(requestMethod, url, version)); } 49 static PassRefPtr<HTTPRequest> parseHTTPRequestFromBuffer(const char* data, size_t length, String& failureReason); 50 virtual ~HTTPRequest(); 65 HTTPRequest(); 66 HTTPRequest(const String& requestMethod, const KURL&, HTTPVersion) [all...] |
HTTPRequest.cpp | 27 #include "platform/network/HTTPRequest.h" 33 PassRefPtr<HTTPRequest> HTTPRequest::parseHTTPRequestFromBuffer(const char* data, size_t length, String& failureReason) 41 RefPtr<HTTPRequest> request = HTTPRequest::create(); 70 size_t HTTPRequest::parseRequestLine(const char* data, size_t length, String& failureReason) 78 size_t HTTPRequest::parseHeaders(const char* data, size_t length, String& failureReason) 96 size_t HTTPRequest::parseRequestBody(const char* data, size_t length) 101 HTTPRequest::HTTPRequest() [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.target.darwin-arm.mk | 365 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |
blink_platform.target.darwin-arm64.mk | 364 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |
blink_platform.target.darwin-mips.mk | 364 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |
blink_platform.target.darwin-mips64.mk | 364 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |
blink_platform.target.darwin-x86.mk | 364 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |
blink_platform.target.darwin-x86_64.mk | 364 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |
blink_platform.target.linux-arm.mk | 365 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |
blink_platform.target.linux-arm64.mk | 364 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |
blink_platform.target.linux-mips.mk | 364 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |
blink_platform.target.linux-mips64.mk | 364 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |
blink_platform.target.linux-x86.mk | 364 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |
blink_platform.target.linux-x86_64.mk | 364 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ [all...] |