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

/external/chromium_org/mojo/public/js/bindings/
H A Dconnection.js40 // The TestConnection subclass is only intended to be used in unit tests.
42 function TestConnection(handle, localFactory, remoteFactory) {
51 TestConnection.prototype = Object.create(Connection.prototype);
55 exports.TestConnection = TestConnection;
H A Dvalidation_unittests.js280 var testConnection = new connection.TestConnection(
/external/chromium_org/net/quic/
H A Dquic_connection_test.cc410 class TestConnection : public QuicConnection { class in namespace:net::test::__anon9455
412 TestConnection(QuicConnectionId connection_id, function in class:net::test::__anon9455::TestConnection
585 DISALLOW_COPY_AND_ASSIGN(TestConnection);
1013 TestConnection connection_;
1657 &TestConnection::SendStreamData3)),
1659 &TestConnection::SendStreamData5))));
1685 &TestConnection::SendStreamData3)),
1687 &TestConnection::SendCryptoStreamData))));
1709 &TestConnection::SendCryptoStreamData)),
1711 &TestConnection
[all...]

Completed in 84 milliseconds