Searched defs:ProcessHeaders (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/websockets/
H A Dwebsocket_handshake_draft75.cc108 if (!ProcessHeaders(*headers)) {
127 bool WebSocketHandshakeDraft75::ProcessHeaders( function in class:net::WebSocketHandshakeDraft75
H A Dwebsocket_handshake.cc100 if (!ProcessHeaders(*headers) || !CheckResponseHeaders()) {
174 bool WebSocketHandshake::ProcessHeaders(const HttpResponseHeaders& headers) { function in class:net::WebSocketHandshake
/external/chromium/net/tools/flip_server/
H A Dmem_cache.h27 virtual void ProcessHeaders(const BalsaHeaders& headers) { function in class:net::StoreBodyAndHeadersVisitor
H A Dstreamer_interface.cc169 void StreamerSM::ProcessHeaders(const BalsaHeaders& headers) { function in class:net::StreamerSM
H A Dhttp_interface.cc48 void HttpSM::ProcessHeaders(const BalsaHeaders& headers) { function in class:net::HttpSM
H A Dbalsa_frame.h164 inline size_t ProcessHeaders(const char* message_start,
210 virtual void ProcessHeaders(const BalsaHeaders& headers) {} function in class:net::BalsaFrame::DoNothingBalsaVisitor
H A Dbalsa_frame.cc971 size_t BalsaFrame::ProcessHeaders(const char* message_start, function in class:net::BalsaFrame
1159 visitor_->ProcessHeaders(*headers_);
1281 current += ProcessHeaders(input, bytes_to_process);
/external/chromium_org/net/tools/flip_server/
H A Dstreamer_interface.cc171 void StreamerSM::ProcessHeaders(const BalsaHeaders& headers) { function in class:net::StreamerSM
H A Dhttp_interface.cc46 void HttpSM::ProcessHeaders(const BalsaHeaders& headers) { function in class:net::HttpSM
/external/chromium_org/net/tools/balsa/
H A Dbalsa_frame.cc938 size_t BalsaFrame::ProcessHeaders(const char* message_start, function in class:net::BalsaFrame
1126 visitor_->ProcessHeaders(*headers_);
1248 current += ProcessHeaders(input, bytes_to_process);

Completed in 480 milliseconds