Home
last modified time | relevance | path

Searched refs:native_candidate (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/
Drtc_peer_connection_handler.cc641 scoped_ptr<webrtc::IceCandidateInterface> native_candidate( in addICECandidate() local
648 if (native_candidate) { in addICECandidate()
650 native_peer_connection_->AddIceCandidate(native_candidate.get()); in addICECandidate()
Drtc_peer_connection_handler_unittest.cc828 scoped_ptr<webrtc::IceCandidateInterface> native_candidate( in TEST_F() local
830 pc_handler_->OnIceCandidate(native_candidate.get()); in TEST_F()