Searched refs:HttpData (Results 1 - 12 of 12) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.h106 // moving data from the HTTP stream to the HttpData object and vice versa.
125 void send(HttpData* data);
126 void recv(HttpData* data);
145 // pushing it through the HttpParser, and then populating the HttpData object
148 // This data is then written to the HttpData::document. As a result, data
186 HttpData* data_;
194 HttpData::const_iterator header_;
H A Dhttpcommon.h163 struct HttpData;
164 bool HttpShouldKeepAlive(const HttpData& data);
292 // HttpData
295 struct HttpData { struct in namespace:talk_base
303 HttpData() : version(HVER_1_1) { } function in struct:talk_base::HttpData
388 virtual ~HttpData() { }
390 void copy(const HttpData& src);
396 struct HttpRequestData : public HttpData {
412 struct HttpResponseData : public HttpData {
H A Dhttpcommon.cc215 bool HttpShouldKeepAlive(const HttpData& data) {
417 // HttpData
421 HttpData::clear(bool release_document) {
431 HttpData::copy(const HttpData& src) {
436 HttpData::changeHeader(const std::string& name, const std::string& value,
461 size_t HttpData::clearHeader(const std::string& name) {
465 HttpData::iterator HttpData::clearHeader(iterator header) {
472 HttpData
[all...]
H A Dhttpclient.cc214 for (HttpData::const_iterator it = response->begin();
243 HttpData::HeaderCombine combine) {
554 HttpData::HeaderCombine combine =
555 override ? HttpData::HC_REPLACE : HttpData::HC_AUTO;
751 HttpData::const_iterator begin = response().begin(HH_PROXY_AUTHENTICATE);
752 HttpData::const_iterator end = response().end(HH_PROXY_AUTHENTICATE);
753 for (HttpData::const_iterator it = begin; it != end; ++it) {
H A Dhttpclient.h54 HttpData::HeaderCombine combine);
H A Dhttpbase.cc282 // member of HttpData. In this case, we want this data to be written
415 HttpBase::send(HttpData* data) {
452 HttpBase::recv(HttpData* data) {
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpbase.h106 // moving data from the HTTP stream to the HttpData object and vice versa.
125 void send(HttpData* data);
126 void recv(HttpData* data);
145 // pushing it through the HttpParser, and then populating the HttpData object
148 // This data is then written to the HttpData::document. As a result, data
186 HttpData* data_;
194 HttpData::const_iterator header_;
H A Dhttpcommon.h163 struct HttpData;
164 bool HttpShouldKeepAlive(const HttpData& data);
292 // HttpData
295 struct HttpData { struct in namespace:talk_base
303 HttpData() : version(HVER_1_1) { } function in struct:talk_base::HttpData
388 virtual ~HttpData() { }
390 void copy(const HttpData& src);
396 struct HttpRequestData : public HttpData {
412 struct HttpResponseData : public HttpData {
H A Dhttpcommon.cc215 bool HttpShouldKeepAlive(const HttpData& data) {
417 // HttpData
421 HttpData::clear(bool release_document) {
431 HttpData::copy(const HttpData& src) {
436 HttpData::changeHeader(const std::string& name, const std::string& value,
461 size_t HttpData::clearHeader(const std::string& name) {
465 HttpData::iterator HttpData::clearHeader(iterator header) {
472 HttpData
[all...]
H A Dhttpclient.cc216 for (HttpData::const_iterator it = response->begin();
245 HttpData::HeaderCombine combine) {
588 HttpData::HeaderCombine combine =
589 override ? HttpData::HC_REPLACE : HttpData::HC_AUTO;
785 HttpData::const_iterator begin = response().begin(HH_PROXY_AUTHENTICATE);
786 HttpData::const_iterator end = response().end(HH_PROXY_AUTHENTICATE);
787 for (HttpData::const_iterator it = begin; it != end; ++it) {
H A Dhttpclient.h55 HttpData::HeaderCombine combine);
H A Dhttpbase.cc286 // member of HttpData. In this case, we want this data to be written
419 HttpBase::send(HttpData* data) {
456 HttpBase::recv(HttpData* data) {

Completed in 95 milliseconds