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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.cc 258 ice_gathering_state_(kIceGatheringNew) {
415 return ice_gathering_state_;
597 observer_->OnIceGatheringChange(ice_gathering_state_);
690 ice_gathering_state_ = new_state;
718 if (ice_gathering_state_ != kIceGatheringComplete) {
719 ice_gathering_state_ = kIceGatheringComplete;
720 observer_->OnIceGatheringChange(ice_gathering_state_);
peerconnection.h 183 IceGatheringState ice_gathering_state_; member in class:webrtc::PeerConnection
webrtcsession_unittest.cc 131 ice_gathering_state_(PeerConnectionInterface::kIceGatheringNew) {
142 ice_gathering_state_ = new_state;
161 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, ice_gathering_state_);
173 ice_gathering_state_);
180 PeerConnectionInterface::IceGatheringState ice_gathering_state_; member in class:MockIceObserver
302 observer_.ice_gathering_state_);
340 observer_.ice_gathering_state_,
737 observer_.ice_gathering_state_);
742 observer_.ice_gathering_state_,
746 observer_.ice_gathering_state_,
    [all...]

Completed in 44 milliseconds