Searched refs:response_headers_str (Results 1 - 5 of 5) 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.cc119 string cached_response_headers_str, response_headers_str; variable
121 response_headers.DumpToString(&response_headers_str);
122 CHECK_EQ(cached_response_headers_str, response_headers_str);
H A Dquic_in_memory_cache.cc173 string response_headers_str; local
174 response_headers.DumpToString(&response_headers_str);
/external/chromium_org/net/quic/
H A Dquic_in_memory_cache.cc172 string response_headers_str; local
173 response_headers.DumpToString(&response_headers_str);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs_node.cc349 const char* response_headers_str = local
353 ParseHeaders(response_headers_str, response_headers_length);

Completed in 1866 milliseconds