Searched defs:ChromotingHostTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/remoting/host/
H A Dchromoting_host_unittest.cc65 class ChromotingHostTest : public testing::Test { class in namespace:remoting
67 ChromotingHostTest() { function in class:remoting::ChromotingHostTest
73 base::Bind(&ChromotingHostTest::QuitMainMessageLoop,
80 &ChromotingHostTest::CreateDesktopEnvironment));
127 .WillRepeatedly(Invoke(this, &ChromotingHostTest::SetEventHandler));
242 .WillOnce(Invoke(this, &ChromotingHostTest::CreateInputInjector));
247 .WillOnce(Invoke(this, &ChromotingHostTest::CreateVideoCapturer));
303 base::Bind(&ChromotingHostTest::StopAndReleaseTaskRunner,
365 this, &ChromotingHostTest::NotifyClientSessionClosed,
448 TEST_F(ChromotingHostTest, StartAndShutdow
[all...]

Completed in 33 milliseconds