OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnSentData
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/websockets/
websocket_throttle_unittest.cc
24
virtual void
OnSentData
(net::SocketStream* socket, int amount_sent) {}
websocket.cc
180
void WebSocket::
OnSentData
(SocketStream* socket_stream, int amount_sent) {
websocket_job.cc
105
// If we don't call
OnSentData
, WebCore::SocketStreamHandle would stop
185
void WebSocketJob::
OnSentData
(SocketStream* socket, int amount_sent) {
207
delegate_->
OnSentData
(socket, amount_sent);
328
delegate_->
OnSentData
(
websocket_job_unittest.cc
62
virtual void
OnSentData
(SocketStream* socket, int amount_sent) {
254
websocket_->
OnSentData
(socket_.get(), strlen(kHandshakeRequestMessage));
301
websocket_->
OnSentData
(socket_.get(), strlen(kHandshakeRequestMessage));
381
websocket_->
OnSentData
(socket_, strlen(kHandshakeRequestExpected));
468
websocket_->
OnSentData
(socket_, strlen(kHandshakeRequestExpected));
/external/chromium/net/socket_stream/
socket_stream_unittest.cc
82
virtual void
OnSentData
(net::SocketStream* socket,
Completed in 4328 milliseconds