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 12 FakeSession::FakeSession()
20 FakeSession::~FakeSession() { }
22 void FakeSession::SetEventHandler(EventHandler* event_handler) {
26 ErrorCode FakeSession::error() {
30 const std::string& FakeSession::jid() {
34 const CandidateSessionConfig* FakeSession::candidate_config() {
38 const SessionConfig& FakeSession::config() {
42 void FakeSession::set_config(const SessionConfig& config)
    [all...]
fake_session.h 21 // FakeSession is a dummy protocol::Session that uses FakeStreamSocket for all
23 class FakeSession : public Session {
25 FakeSession();
26 virtual ~FakeSession();
59 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(rtc::Thread* worker_thread, bool initiator)
454 void Connect(FakeSession* dest) {

Completed in 61 milliseconds