HomeSort by relevance Sort by last modified time
    Searched full:connection1_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/remoting/host/
chromoting_host_unittest.cc 137 connection1_ = owned_connection1_.get();
146 ON_CALL(*connection1_, video_stub())
148 ON_CALL(*connection1_, client_stub())
150 ON_CALL(*connection1_, session())
158 EXPECT_CALL(*connection1_, video_stub())
160 EXPECT_CALL(*connection1_, client_stub())
162 EXPECT_CALL(*connection1_, session())
403 MockConnectionToClient* connection1_; member in class:remoting::ChromotingHostTest
432 return (connection_index == 0) ? connection1_ : connection2_;

Completed in 43 milliseconds