HomeSort by relevance Sort by last modified time
    Searched refs:SetStop (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/net/websockets/
websocket_test_util.cc 95 socket_data->SetStop(2);
websocket_stream_test.cc 475 // We seem to need at least two operations in order to use SetStop().
482 socket_data->SetStop(1);
503 socket_data->SetStop(1);
  /external/chromium_org/net/http/
http_pipelined_network_transaction_unittest.cc 168 data_vector_[data_index]->SetStop(stop_at_step);
171 data_vector_[data_index]->SetStop(10);
558 data_vector_[0]->SetStop(10);
814 data_vector_[0]->SetStop(2);
    [all...]
http_stream_parser_unittest.cc 382 data.SetStop(3);
451 data.SetStop(2);
523 data_->SetStop(reads_.size() + writes_.size());
http_network_transaction_unittest.cc     [all...]
  /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_org/net/socket/
socket_test_util.cc 498 void DeterministicSocketData::SetStop(int seq) {
505 SetStop(sequence_number_ + seq);
    [all...]
socket_test_util.h 460 // step, by calling SetStop(int) or StopAfter(int). Initiating an I/O operation
535 // Consume all the data up to the give stop point (via SetStop()).
542 virtual void SetStop(int seq);
    [all...]
  /external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc     [all...]
spdy_proxy_client_socket_unittest.cc 182 data_->SetStop(2);
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc     [all...]
spdy_proxy_client_socket_unittest.cc 168 data_->SetStop(2);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 610 milliseconds