HomeSort by relevance Sort by last modified time
    Searched defs:FakeSession (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/protocol/
fake_session.cc 277 FakeSession::FakeSession()
289 FakeSession::~FakeSession() { }
291 FakeSocket* FakeSession::GetStreamChannel(const std::string& name) {
295 FakeUdpSocket* FakeSession::GetDatagramChannel(const std::string& name) {
299 void FakeSession::SetEventHandler(EventHandler* event_handler) {
303 ErrorCode FakeSession::error() {
307 const std::string& FakeSession::jid() {
311 const CandidateSessionConfig* FakeSession::candidate_config()
    [all...]
fake_session.h 148 // FakeSession is a dummy protocol::Session that uses FakeSocket for all
150 class FakeSession : public Session,
153 FakeSession();
154 virtual ~FakeSession();
212 base::WeakPtrFactory<FakeSession> weak_factory_;
214 DISALLOW_COPY_AND_ASSIGN(FakeSession);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 428 class FakeSession : public BaseSession {
430 explicit FakeSession()
436 explicit FakeSession(bool initiator)
442 FakeSession(talk_base::Thread* worker_thread, bool initiator)
454 void Connect(FakeSession* dest) {

Completed in 368 milliseconds