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

  /external/chromium_org/remoting/protocol/
session.h 91 virtual const CandidateSessionConfig* candidate_config() = 0;
connection_to_host.cc 127 scoped_ptr<CandidateSessionConfig> candidate_config = local
130 CandidateSessionConfig::DisableAudioChannel(candidate_config.get());
133 host_jid_, authenticator_.Pass(), candidate_config.Pass());
jingle_session.h 49 virtual const CandidateSessionConfig* candidate_config() OVERRIDE;
fake_session.h 173 virtual const CandidateSessionConfig* candidate_config() OVERRIDE;
protocol_mock_objects.h 170 MOCK_METHOD0(candidate_config, const CandidateSessionConfig*());
jingle_session.cc 194 const CandidateSessionConfig* JingleSession::candidate_config() { function in class:remoting::protocol::JingleSession
568 if (!candidate_config()->IsSupported(config_)) {
fake_session.cc 309 const CandidateSessionConfig* FakeSession::candidate_config() { function in class:remoting::protocol::FakeSession
  /external/chromium_org/remoting/host/
chromoting_host_unittest.cc 560 EXPECT_CALL(*session_unowned1_, candidate_config()).WillOnce(Return(
577 EXPECT_CALL(*session_unowned1_, candidate_config()).WillOnce(Return(
598 EXPECT_CALL(*session_unowned1_, candidate_config()).WillOnce(Return(
chromoting_host.cc 279 if (!protocol_config_->Select(session->candidate_config(), &config)) {

Completed in 129 milliseconds