OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetStop
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/socket/
socket_test_util.h
373
// step, by calling
SetStop
(int) or StopAfter(int). Initiating an I/O operation
423
// Consume all the data up to the give stop point (via
SetStop
()).
430
virtual void
SetStop
(int seq);
[
all
...]
socket_test_util.cc
442
void DeterministicSocketData::
SetStop
(int seq) {
449
SetStop
(sequence_number_ + seq);
[
all
...]
/external/chromium/net/spdy/
spdy_network_transaction_unittest.cc
[
all
...]
spdy_proxy_client_socket_unittest.cc
168
data_->
SetStop
(2);
[
all
...]
Completed in 8286 milliseconds