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

  /external/chromium/net/http/
http_transaction_unittest.cc 229 std::string resp_headers = t->response_headers; local
232 (t->handler)(request, &resp_status, &resp_headers, &resp_data);
235 "%s\n%s\n", resp_status.c_str(), resp_headers.c_str());
  /external/chromium_org/net/http/
http_transaction_unittest.cc 255 std::string resp_headers = t->response_headers; local
258 (t->handler)(request, &resp_status, &resp_headers, &resp_data);
261 "%s\n%s\n", resp_status.c_str(), resp_headers.c_str());

Completed in 54 milliseconds