Searched refs:detailed_error (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_framer.h363 const std::string& detailed_error() { return detailed_error_; } function in class:net::QuicFramer
H A Dquic_connection.cc298 SendConnectionCloseWithDetails(framer->error(), framer->detailed_error());
H A Dquic_framer_test.cc450 EXPECT_EQ(expected_error, framer_.detailed_error()) << "len: " << len;

Completed in 156 milliseconds