Searched refs:stripped_headers (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_util.cc308 std::string stripped_headers; local
322 stripped_headers.append(it.name_begin(), it.values_end());
323 stripped_headers.append("\r\n");
326 return stripped_headers;
/external/chromium_org/net/http/
H A Dhttp_util.cc360 std::string stripped_headers;
374 stripped_headers.append(it.name_begin(), it.values_end());
375 stripped_headers.append("\r\n");
378 return stripped_headers;

Completed in 100 milliseconds