Searched defs:kRequestTextSize (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/socket/
H A Dssl_client_socket_unittest.cc926 static const int kRequestTextSize = local
928 scoped_refptr<IOBuffer> request_buffer(new IOBuffer(kRequestTextSize));
929 memcpy(request_buffer->data(), request_text, kRequestTextSize);
933 kRequestTextSize,
935 EXPECT_EQ(kRequestTextSize, rv);
1383 static const int kRequestTextSize = local
1385 scoped_refptr<IOBuffer> request_buffer(new IOBuffer(kRequestTextSize));
1386 memcpy(request_buffer->data(), request_text, kRequestTextSize);
1389 sock->Write(request_buffer.get(), kRequestTextSize, callback.callback()));
1390 EXPECT_EQ(kRequestTextSize, r
1445 static const int kRequestTextSize = local
1522 static const int kRequestTextSize = local
1767 static const int kRequestTextSize = local
[all...]

Completed in 84 milliseconds