ConstructSpdySynReplyError 3050 net/http/http_network_transaction_unittest.cc       spdy_util_.ConstructSpdySynReplyError(
ConstructSpdySynReplyError 3317 net/http/http_network_transaction_unittest.cc   scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdySynReplyError(1));
ConstructSpdySynReplyError 6108 net/http/http_network_transaction_unittest.cc       spdy_util_.ConstructSpdySynReplyError("302 Redirect", kExtraHeaders,
ConstructSpdySynReplyError 6217 net/http/http_network_transaction_unittest.cc       spdy_util_.ConstructSpdySynReplyError("404 Not Found", kExtraHeaders,
ConstructSpdySynReplyError  618 net/http/http_proxy_client_socket_pool_unittest.cc   scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdySynReplyError(1));
ConstructSpdySynReplyError  677 net/http/http_proxy_client_socket_pool_unittest.cc       spdy_util_.ConstructSpdySynReplyError(
ConstructSpdySynReplyError 5043 net/spdy/spdy_network_transaction_unittest.cc       spdy_util_.ConstructSpdySynReplyError(
ConstructSpdySynReplyError 1058 net/spdy/spdy_test_util_common.cc   return ConstructSpdySynReplyError("301 Moved Permanently", kExtraHeaders,
ConstructSpdySynReplyError 1063 net/spdy/spdy_test_util_common.cc   return ConstructSpdySynReplyError("500 Internal Server Error", NULL, 0, 1);
ConstructSpdySynReplyError  463 net/spdy/spdy_test_util_common.h   SpdyFrame* ConstructSpdySynReplyError(int stream_id);
ConstructSpdySynReplyError  467 net/spdy/spdy_test_util_common.h   SpdyFrame* ConstructSpdySynReplyError(const char* const status,