Searched refs:resp_headers (Results 1 – 2 of 2) sorted by relevance
/external/chromium/net/http/ |
D | http_transaction_unittest.cc | 229 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/ |
D | http_transaction_unittest.cc | 256 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()
|