OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
323
ice_gathering_state_
(kIceGatheringNew) {
481
return
ice_gathering_state_
;
656
observer_->OnIceGatheringChange(
ice_gathering_state_
);
749
ice_gathering_state_
= new_state;
777
if (
ice_gathering_state_
!= kIceGatheringComplete) {
778
ice_gathering_state_
= kIceGatheringComplete;
779
observer_->OnIceGatheringChange(
ice_gathering_state_
);
peerconnection.h
183
IceGatheringState
ice_gathering_state_
;
member in class:webrtc::PeerConnection
webrtcsession_unittest.cc
135
ice_gathering_state_
(PeerConnectionInterface::kIceGatheringNew) {
146
ice_gathering_state_
= new_state;
171
EXPECT_NE(PeerConnectionInterface::kIceGatheringNew,
ice_gathering_state_
);
183
ice_gathering_state_
);
190
PeerConnectionInterface::IceGatheringState
ice_gathering_state_
;
member in class:MockIceObserver
323
observer_.
ice_gathering_state_
);
353
observer_.
ice_gathering_state_
,
795
observer_.
ice_gathering_state_
);
[
all
...]
Completed in 34 milliseconds