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

/external/chromium_org/remoting/host/
H A Dchromoting_host_unittest.cc140 connection2_ = owned_connection2_.get();
152 ON_CALL(*connection2_, video_stub())
154 ON_CALL(*connection2_, client_stub())
156 ON_CALL(*connection2_, session())
164 EXPECT_CALL(*connection2_, video_stub())
166 EXPECT_CALL(*connection2_, client_stub())
168 EXPECT_CALL(*connection2_, session())
412 MockConnectionToClient* connection2_; member in class:remoting::ChromotingHostTest
416 MockSession* session2_; // Owned by |connection2_|.
432 return (connection_index == 0) ? connection1_ : connection2_;
[all...]

Completed in 827 milliseconds