HomeSort by relevance Sort by last modified time
    Searched full:status_line_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/websockets/
websocket_handshake_handler.cc 153 &status_line_,
193 base::StringPiece method = status_line_.data();
195 status_line_.data(), status_line_.size()).find_first_of(" ");
197 request_info.method = std::string(status_line_.data(), method_end);
270 DCHECK(!status_line_.empty());
273 std::string raw_request = status_line_ + headers_ + "\r\n" + key3_;
293 DCHECK(!status_line_.empty());
310 &status_line_,
312 int header_size = status_line_.size() + headers_.size()
    [all...]
websocket_handshake_handler.h 62 std::string status_line_; member in class:net::WebSocketHandshakeRequestHandler
110 std::string status_line_; member in class:net::WebSocketHandshakeResponseHandler

Completed in 38 milliseconds