Home
last modified time | relevance | path

Searched refs:resp_headers (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_transaction_unittest.cc229 std::string resp_headers = t->response_headers; in Start() local
232 (t->handler)(request, &resp_status, &resp_headers, &resp_data); in Start()
235 "%s\n%s\n", resp_status.c_str(), resp_headers.c_str()); in Start()
/external/chromium_org/net/http/
Dhttp_transaction_unittest.cc256 std::string resp_headers = t->response_headers; in Start() local
259 (t->handler)(request, &resp_status, &resp_headers, &resp_data); in Start()
262 "%s\n%s\n", resp_status.c_str(), resp_headers.c_str()); in Start()