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

  /external/chromium/net/tools/flip_server/
sm_connection.cc 47 sm_interface_(NULL),
146 sm_interface_ = sm_interface;
251 if (sm_interface_)
252 sm_interface_->ResetForNewConnection();
357 sm_interface_ = sm_http_interface_;
372 sm_interface_ = sm_streamer_interface_;
391 sm_interface_ = sm_spdy_interface_;
397 if (!sm_interface_->PostAcceptHook())
493 size_t bytes_consumed = sm_interface_->ProcessReadInput(bytes, size);
500 if (sm_interface_->MessageFullyRead())
    [all...]
sm_connection.h 150 SMInterface* sm_interface_; member in class:net::SMConnection
  /external/chromium_org/net/tools/flip_server/
sm_connection.cc 53 sm_interface_(NULL),
152 sm_interface_ = sm_interface;
257 if (sm_interface_)
258 sm_interface_->ResetForNewConnection();
363 sm_interface_ = sm_http_interface_;
378 sm_interface_ = sm_streamer_interface_;
397 sm_interface_ = sm_spdy_interface_;
403 if (!sm_interface_->PostAcceptHook())
499 size_t bytes_consumed = sm_interface_->ProcessReadInput(bytes, size);
506 if (sm_interface_->MessageFullyRead())
    [all...]
sm_connection.h 150 SMInterface* sm_interface_; member in class:net::SMConnection

Completed in 4914 milliseconds