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

  /external/chromium/net/websockets/
websocket_handshake_unittest.cc 144 std::vector<std::string> response_lines; local
145 base::SplitStringDontTrim(kResponse, '\n', &response_lines);
153 std::string response = response_lines[0];
158 response += response_lines[1];
163 response += response_lines[2];
168 response += response_lines[3]; // Sec-WebSocket-Origin
169 response += response_lines[4]; // Sec-WebSocket-Location
170 response += response_lines[5]; // Sec-WebSocket-Protocol
175 response += response_lines[6]; // \r\n
  /external/chromium/net/http/
http_network_transaction_unittest.cc 975 std::string response_lines[kNumUnreadBodies]; local
    [all...]

Completed in 170 milliseconds