Searched refs:response_headers_str (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_in_memory_cache_test.cc68 std::string cached_response_headers_str, response_headers_str; local
70 response_headers.DumpToString(&response_headers_str);
71 CHECK_EQ(cached_response_headers_str, response_headers_str);
H A Dquic_spdy_server_stream_test.cc122 string cached_response_headers_str, response_headers_str; local
124 response_headers.DumpToString(&response_headers_str);
125 CHECK_EQ(cached_response_headers_str, response_headers_str);
H A Dquic_in_memory_cache.cc161 string response_headers_str; local
162 response_headers.DumpToString(&response_headers_str);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node_http.cc342 const char* response_headers_str = local
346 ParseHeaders(response_headers_str, response_headers_length);

Completed in 95 milliseconds