HomeSort by relevance Sort by last modified time
    Searched defs:ice_gathering_state_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.h 193 IceGatheringState ice_gathering_state_; member in class:webrtc::PeerConnection
webrtcsession_unittest.cc 145 ice_gathering_state_(PeerConnectionInterface::kIceGatheringNew) {
156 ice_gathering_state_ = new_state;
181 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, ice_gathering_state_);
193 ice_gathering_state_);
200 PeerConnectionInterface::IceGatheringState ice_gathering_state_; member in class:MockIceObserver
350 observer_.ice_gathering_state_);
380 observer_.ice_gathering_state_,
    [all...]

Completed in 2746 milliseconds